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 134.7k 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.
    • 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
                        • M
                          Mestoph
                          last edited by

                          Hi everyone.

                          I just created a github to merge the work of Retropie and the work of Flyinghead.

                          If you need a translation for ES you can use this repository : https://github.com/Mestoph/EmulationStation

                          I'll merge all futures versions of ES with the work of Flyinghead.

                          Thanks you Retropie, ES and Flyinghead team !

                          LolonoisL 1 Reply Last reply Reply Quote 0
                          • LolonoisL
                            Lolonois @Mestoph
                            last edited by

                            @Mestoph Thanks reviving the i18n efforts and applying to the latest ES. However, I noticed the umlauts got lost in DE (FRench seems to be ok, but maybe other languages are affected too). For example compare the old/flyinghead with the new/Mestoph.
                            Also I noticed that binaries (*.mo) and backup files (*.po~) made it into the repo.

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Mestoph @Lolonois
                              last edited by Mestoph

                              @Lolonois Thanks. I just been corrected it and removed switch origin/master to master.

                              1 Reply Last reply Reply Quote 0
                              • F
                                fredcsn
                                last edited by

                                I know this topic is old, but I would be grateful if someone could point me in the right direction.

                                I'm trying to install the localized EmulationStation on an old Raspberry Pi model 1B board.

                                However, I would like to install with Retropie version 4.3 (Debian 8 "Jessie"), because this version it runs much better on the Pi 1B model.

                                I've been using the old link (https://github.com/flyinghead/EmulationStation) but to no avail

                                Below are the steps I am following:

                                • Note 1* Updated the file "/etc/apt/sources.list" legacy path (https://forums.raspberrypi.com/viewtopic.php?t=237469)
                                  OK

                                • Note 2** Update existing APT packages: sudo apt update && sudo apt upgrade
                                  OK

                                • Note 3*** Installing the following issues (rapidjson-dev)
                                  wget http://ftp.us.debian.org/debian/pool/main/r/rapidjson/rapidjson-dev_1.1.0+dfsg2-7.1_all.deb
                                  sudo dpkg -i rapidjson-dev_1.1.0+dfsg2-7.1_all.deb
                                  OK

                                • Resolve dependencies of libraries Localized EmulationStation
                                  OK

                                • Create a clone from GitHub: (git clone --recursive https://github.com/flyinghead/EmulationStation.git)
                                  OK

                                • Compile Localized EmulationStation
                                  cd /home/pi/EmulationStation
                                  mkdir build
                                  cd build
                                  cmake ..
                                  make
                                  OK

                                • Testing Localized EmulationStation:
                                  cd /home/pi/EmulationStation
                                  LANG=pt_BR.UTF8 ./emulationstation
                                  OK

                                • Install Localized EmulationStation
                                  cd /home/pi/EmulationStation
                                  sudo cp ./emulationstation /opt/retropie/supplementary/emulationstation/
                                  sudo cp -r locale /opt/retropie/supplementary/emulationstation/
                                  OK

                                • Run Localized EmulationStation
                                  Error message
                                  lvl0: Error - File type unknown!
                                  emulationstation: /home/pi/EmulationStation/es-core/src/resources/Font.cpp:17: Font::FontFace::FontFace(ResourceData&&, int): Assertion `!err' failed.
                                  Aborted

                                Can I have any solution to successfully install localized ES in Retropie version 4.3?

                                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.