Adding language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arunas
    Member
    • Aug 2014
    • 40

    #16
    I made a copy of application/Espo/Resources/i18n/en_US and translating it. Is it enough or should I look in some other place for other file which requires translation?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #17
      Unfortunately it's not enough There are also files in application/Espo/Modules/Crm/

      I can provide you the PO file with all labels that you can translate. If you translate it then I will be able to generate language files using out utility and provide them to 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

      • Arunas
        Member
        • Aug 2014
        • 40

        #18
        I downloaded PO file from the link in previous post is it most recent one? if not, then send me latest .PO file.
        Last edited by Arunas; 08-10-2014, 11:52 AM.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #19
          I can send you the latest one only on Monday. But you can start with that one.
          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

          • Arunas
            Member
            • Aug 2014
            • 40

            #20
            Originally posted by yurikuzn
            I can send you the latest one only on Monday. But you can start with that one.
            Roger that!

            Comment

            • Ruben
              Junior Member
              • Oct 2014
              • 1

              #21
              I'm thinking of translating EspoCRM to Norwegian. Have you considered using the free and open source weblate.org to manage your translations? Would make it much easier to translate the project now and in the future

              Comment

              • yuri
                Member
                • Mar 2014
                • 8440

                #22
                Hi

                Didn't considered using this weblate.org. I can give you PO file with all labels. After it got translated I can run our scripts that will convert it to JSON files.
                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

                • lmbvm
                  Junior Member
                  • Jan 2015
                  • 1

                  #23
                  Hi,

                  I also would like to have the PO files in order to translate them to portuguese (Portugal). Thanks a lot.

                  Comment

                  • yuri
                    Member
                    • Mar 2014
                    • 8440

                    #24
                    Attached.

                    BTW there is an ability to generate po file and build language files from po file.

                    EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.



                    1. Build po file command
                    node po.js en_EN
                    Specify needed language instead of en_EN

                    2. Build from po
                    Put your po file espocrm-en_EN.po to build directory
                    Run
                    node lang.js en_EN
                    The files will be created in build directory.
                    Attached Files
                    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

                    • sarunijus
                      Junior Member
                      • Sep 2017
                      • 21

                      #25
                      Hi, I made translation to Lithuanian language, I used an old po file from previous posts. The file is attached. Yuri, Will you add it ? many thanks.
                      Attached Files

                      Comment

                      • yuri
                        Member
                        • Mar 2014
                        • 8440

                        #26
                        Hi,

                        Thank you for your work. It was really very very old po, script could not import it. We have a different format since that time. Not sure what to do.
                        Last edited by yuri; 11-27-2017, 03:13 PM.
                        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

                        • sarunijus
                          Junior Member
                          • Sep 2017
                          • 21

                          #27
                          could you give me the good file, I will make it again. thanks

                          Comment

                          • yuri
                            Member
                            • Mar 2014
                            • 8440

                            #28
                            I've managed to convert into the new format. Not translated labels are empty strings.
                            Attached Files
                            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

                            • yuri
                              Member
                              • Mar 2014
                              • 8440

                              #29
                              You can also translate on POEdifor site https://poeditor.com/projects/po_edi...ge=96&id=58283
                              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

                              • sarunijus
                                Junior Member
                                • Sep 2017
                                • 21

                                #30
                                Ok I will use this link and translate directly in POEditor. Many thanks

                                Comment

                                Working...