Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 4.72 KB

translation.md

File metadata and controls

69 lines (57 loc) · 4.72 KB

Translation

Thanks to everyone who helped translate the app! 🙌

View a status of all translations here. You are welcome to help translate the app in Weblate. Weblate will automatically push translations as a Pull Request in this repo, but this PR is not merged immediately by maintainers.

Master language is English and i18n keys are the English strings.

Testing translations locally

Because the Weblate PR with translation updates is not merged immediately, your changes made in Weblate will not appear automatically in the nightly build. If you want test new weblate translations you made in the app, you need to:

  1. Download the translation for your language from Weblate: Files -> Download translation
  2. Rename the downloaded .json file to: translation.json
  3. Create a folder structure somewhere on your computer that looks like this:
translations/locales/localeCode

You can find a list of the available localeCodes here. In our example we will use nb_NO (Norwegian 🇳🇴) with this path:

/Users/mifi/Desktop/translations/locales/nb_NO
  1. Now move your translation.json file into the folder:
/Users/mifi/Desktop/translations/locales/nb_NO/translation.json
  1. Now run LosslessCut from the command line, with the special command line argument --locales-path. Use the path to the folder containing the locales folder, e.g.:
./LosslessCut --locales-path /Users/mifi/Desktop/translations

Now LosslessCut will use your language local file.

Weblate merge

Note to LosslessCut maintainers: Weblate does not allow any pushes to the weblate LosslessCut github repository (https://hosted.weblate.org/git/losslesscut/losslesscut/). This means if their repo becomes out of sync with this repo, the translations will be locked and the master branch here needs to be synced with their branch. This should normally not happen unless the weblate PR has been accidentally merged with rebase or squash.