Skip to content

Localization

JongWasTaken edited this page Sep 14, 2023 · 2 revisions

easympv now supports displaying its UI in different languages!

If you want to translate it into another language, simply grab en.json from the scripts/easympv/locales/ directory.

Keep in mind:

  • Preserve any trailing spaces!
  • @br@ designates line breaks.
  • Change the file name to the correct language identifier (de for German as an example).
  • UTF-8 letters should be fully supported (but don't put emojis in there!).
  • easympv will crash if the file isn't a valid JSON file.
  • Font Awesome letters are NOT supported, because they need code to show up correctly.

Any missing translation keys will simply show up as the missing key name (for example Playback.menu.title).

Then simply open a PR with your translation and i will add it!

Good Luck!

Clone this wiki locally