Rename Target List

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • donoss
    Junior Member
    • Apr 2017
    • 25

    Rename Target List

    Hi is it possible to rename the Target List entity? Also to add attributes to it?

    Many thanks

    Andy
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Of course
    Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

    Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

    Comment

    • donoss
      Junior Member
      • Apr 2017
      • 25

      #3
      Hi Tanya,

      My system doesn't give an option to edit TargetList, please see attached.

      Andy

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Hello Andy,

        application/Espo/Modules/Crm/Resources/i18n/{your_language}/TargetList.json - language file Target List

        create / update custom/Espo/Custom/Resources/i18n/{your_language}/TargetList.json - here you can set changed translation for entity (you can look at other files for example)
        if you want to change entity translation, change custom/Espo/Custom/Resources/i18n/{your_language}/Global.json, for example
        Code:
        {
            "scopeNames": {
                "TargetList": "Recipient List"
            },
            "scopeNamesPlural": {
                "TargetList": "Recipient Lists"
            }
        }
        {your_language} - en_US by default

        Comment

        • donoss
          Junior Member
          • Apr 2017
          • 25

          #5
          Tanya,

          Many thanks for this. How would I go about producing a en_GB template? If I copy en_US to en_GB and amend will this be selectable in Administration for language?

          Andy

          Comment

          • tanya
            Senior Member
            • Jun 2014
            • 4308

            #6
            No, it's a bad idea. Next week this language will be add to PO editor

            Comment

            • tanya
              Senior Member
              • Jun 2014
              • 4308

              #7
              British English is added
              Translate EspoCRM to any of the languages in this localization project hosted on the translation platform POEditor. Join now to help translate strings into your language!

              Comment

              • donoss
                Junior Member
                • Apr 2017
                • 25

                #8
                Tanya,

                I've made some amendments, excuse my ignorance but what do I need to do to get them included and selectable in my EspoCRM instance?

                Many thanks

                Andy

                Comment

                • tanya
                  Senior Member
                  • Jun 2014
                  • 4308

                  #9
                  Hello
                  If you finish translation, tell us and this language will be included to the next version. If not, you can download po file from POEditor
                  EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.

                  Comment

                  • donoss
                    Junior Member
                    • Apr 2017
                    • 25

                    #10
                    Tanya,

                    I've completed the translations, can this now be included in the next release? Also will the £ (GBP) become available for currency?

                    Many thanks

                    Andy

                    Comment

                    • tanya
                      Senior Member
                      • Jun 2014
                      • 4308

                      #11
                      Hello Andy,

                      Thanks a lot. I think it will be included. £ (GBP) is available. Go to Administration > Currency > add to Currency List GBP option.

                      Best Regards,
                      Tanya

                      Comment

                      • donoss
                        Junior Member
                        • Apr 2017
                        • 25

                        #12
                        thanks very much Tanya .....

                        Comment


                        • tanya
                          tanya commented
                          Editing a comment
                          You're welcome
                      Working...