Copy Billing button is not translated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • almostwo
    Junior Member
    • Mar 2015
    • 11

    Copy Billing button is not translated

    Hi Team,

    The current file EspoCRM-3.1.0\client\modules\crm\src\views\account\fields\ shipping-address.js

    Contain the follow line

    PHP Code:
    00032: var label = this.translate('Copy Billing', 'labels', 'Accounts'); 
    
    The 'Accounts' word it's causing this label don't be translated to another languages.

    You need to change the line like this:

    PHP Code:
    00032: var label = this.translate('Copy Billing', 'labels', 'Account'); 
    
    And with that the label its translated sucessfully.
  • yuri
    Member
    • Mar 2014
    • 8657

    #2
    Thank you.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • adrianogoerk
      Junior Member
      • Oct 2015
      • 6

      #3
      Campaign = Campanha in PT-BR, I don't found translate file, but I can translate in data cache files, but when I renew cache files the translate lost.

      How I can translate this?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8657

        #4
        application/Espo/Modules/Crm/Resources/i18n/pt_BR/Global.json
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • adrianogoerk
          Junior Member
          • Oct 2015
          • 6

          #5
          Thanks, where I can post the finished translate for shared?

          Comment

          • yuri
            Member
            • Mar 2014
            • 8657

            #6
            You can attach here in the post.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...