RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    EmulationStation localization (translation)

    Scheduled Pinned Locked Moved Ideas and Development
    emulationstatiolocalizationlanguageuser interface
    305 Posts 62 Posters 124.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      markpreva
      last edited by

      Hello! Thank you! It works perfect, I translated into Spanish :)

      But I have a little problem ... EmulationStation doesn't show me the loading screen at startup after installing the translated version of this forum.

      maxresdefault.jpg

      How can I activate it?

      I run my roms from external hard drive and I have 2 minutes black screen when loading ES

      I try to activate from cmdline.txt, es_config and autostart.sh but it still doesn't appear :(

      pablokk4P 1 Reply Last reply Reply Quote 0
      • pablokk4P
        pablokk4 @markpreva
        last edited by

        @markpreva you can change the loading screen and put the image that you want

        1 Reply Last reply Reply Quote 0
        • RainisheR
          Rainishe
          last edited by

          Can I get an instruction? how to compile on rpi4?
          "You need to add -DGL=On to the cmake command used to build EmulationStation"
          Where and what should be prescribed?

          mituM 1 Reply Last reply Reply Quote 0
          • RainisheR
            Rainishe
            last edited by

            It is not started.

            • failed to add service - already in use?
            1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @Rainishe
              last edited by

              @Rainishe said in EmulationStation localization (translation):

              Where and what should be prescribed?

              In the installation steps, the step that runs cmake .. should be replaced by cmake -DGL=On ...

              C 1 Reply Last reply Reply Quote 1
              • Y
                Yaoh
                last edited by

                Hi everyone,

                Since I needed it for my personal use, I managed to update the localized EmulationStation on the last version used by RetroPie 4.6 (2.9.3) by forking @Flyinghead repository.
                Since I'm french, only this language is up-to-date (I modified a bit the original translation too to be more "accurate" imho) but translation files for other languages are already updated with new messages and should work correctly (not tested).
                For your information, 90% of the interface is still translated (~310/340 messages are translated).

                Nothing changed for building or installation. It is still the same procedure.

                Here is the GitHub repository: https://github.com/Yaoh/EmulationStation
                It is my first repository on GitHub so I can ignore some "rules" or something like, If it is the case, please let me know.
                If someone is interested to update/add a new translation, I will try to accept pull request (maybe it is very easy but I'm a GitHub noob !).

                As indicated in the README of the repository, I'm aiming to update my repository only on a tagged version from RetroPie repository.

                Have a good day/night everyone and I hope my (little) work will be useful for somebody.

                hiulitH 1 Reply Last reply Reply Quote 1
                • hiulitH
                  hiulit @Yaoh
                  last edited by

                  @Yaoh thank you! I'll update the catalan and spanish translations when I can

                  My little contributions to the RetroPie project:

                  • Shell-Script-Boilerplate
                  • Fun-Facts-Splashscreens
                  • Limit-Last-Played-Games
                  1 Reply Last reply Reply Quote 0
                  • L
                    LionSquall
                    last edited by

                    Restart/Shutdown/Reboot EmulationStation options do not work after translate, can help me?

                    1 Reply Last reply Reply Quote 0
                    • C
                      Codafire @mitu
                      last edited by

                      @mitu hi, i tested in my arcade with pi3, after compiling and running it i copy all the files and replace the original ones because i cant do this step:

                      cd /home/pi/EmulationStation
                      sudo cp ./emulationstation /opt/retropie/supplementary/emulationstation/
                      sudo cp -r locale /opt/retropie/supplementary/emulationstation/

                      So i entered with winscp as root and copy directly overwriting all and runs fine in spanish.

                      I have a pi4 with retropie 4.6, i do exactly the same procedure but when i restart pi it fails and throw me to the command line. Thats because i must compile it adding DGL=ON like you said?

                      mituM 1 Reply Last reply Reply Quote 0
                      • mituM
                        mitu Global Moderator @Codafire
                        last edited by

                        @codafire said in EmulationStation localization (translation):

                        I have a pi4 with retropie 4.6, i do exactly the same procedure but when i restart pi it fails and throw me to the command line. Thats because i must compile it adding DGL=ON like you said?

                        If you're running on a Pi4, then yes - without adding -DGL=On to cmake's command line, it won't work correctly.

                        C L 2 Replies Last reply Reply Quote 1
                        • C
                          Codafire @mitu
                          last edited by

                          @mitu Working now!!! Thanks

                          1 Reply Last reply Reply Quote 0
                          • C
                            Codafire
                            last edited by Codafire

                            Im having an issue, after updating omxplayer in Rasperry 4 with Retropie 4.6 because it dont mix songs, allways plays the same order, i lost my spanish translation, i did again all (https://github.com/heloisatech/TranslationEmulationStation-TraduzirEmulationStation) but not working, stay in English.

                            C L 2 Replies Last reply Reply Quote 0
                            • C
                              Codafire @Codafire
                              last edited by

                              @codafire solved adding line to autostart.sh

                              1 Reply Last reply Reply Quote 0
                              • H
                                h2805270
                                last edited by

                                Isn't it much easier to make a CrowdIn/Transifex/Weblate page?

                                If RetroArch has one, why can't RetroPie?

                                https://crowdin.com/project/retroarch

                                1 Reply Last reply Reply Quote 0
                                • L
                                  LionSquall @Codafire
                                  last edited by

                                  @codafire funciona tu traduccion al espaƱol? en la nueva imagen de retropie 4.7?
                                  por que a mi me aparece esto
                                  "failed to add service - already in use?"

                                  Does your Spanish translation work? in the new look of retropie 4.7?
                                  why does this appear to me
                                  "failed to add service - already in use?"

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    LionSquall @mitu
                                    last edited by

                                    @mitu hi
                                    do I have to add this command line? or remove it?
                                    how is it done?

                                    mituM 1 Reply Last reply Reply Quote 0
                                    • mituM
                                      mitu Global Moderator @LionSquall
                                      last edited by

                                      @lionsquall said in EmulationStation localization (translation):

                                      do I have to add this command line? or remove it?

                                      Not sure what you're referring to - compiling/building/running EmulationStation ?

                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        LionSquall @mitu
                                        last edited by

                                        @mitu Hi there
                                        when i follow these steps
                                        https://github.com/heloisatech/TranslationEmulationStation-TraduzirEmulationStation
                                        or this
                                        https://github.com/Yaoh/EmulationStation
                                        on raspi3 it works perfect, but on raspi4 both in 4.6 and 4.7 it does not start and sends me to the command line with this message
                                        "failed to add service - already in use?"

                                        in the two tutorials when I get to this step the message appears
                                        pi@retropie:~ $ cd /home/pi/EmulationStation
                                        pi@retropie:~/EmulationStation $ LANG=[your_locale].UTF8 ./emulationstation

                                        • failed to add service - already in use?
                                          pi@retropie:~/EmulationStation $
                                        mituM 1 Reply Last reply Reply Quote 0
                                        • mituM
                                          mitu Global Moderator @LionSquall
                                          last edited by

                                          @lionsquall I'm not familiar with those forks, maybe ask the authors about it.

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            LionSquall @mitu
                                            last edited by

                                            @mitu Can you explain to me how you put above how it is compiled with DGL=ON and cmake?
                                            to try to test a possible solution for raspi4

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.