Announcement

Collapse
No announcement yet.

Copy Billing button is not translated

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #2
    Thank you.

    Comment


    • #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


      • #4
        application/Espo/Modules/Crm/Resources/i18n/pt_BR/Global.json

        Comment


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

          Comment


          • #6
            You can attach here in the post.

            Comment

            Working...
            X