Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.59 KB

help-translate.md

File metadata and controls

23 lines (13 loc) · 1.59 KB

Help translate

If you wish to help translate the application, the following should get you started.

Edit translation files

Translations are stored in resources (resx) files, one file per language. As of today, the following translations exist:

In order to modify the translations, you can either edit the files with your favorite text editor, or use a tool such as Zeta Resource Editor.

If you wish to create a new language file, simply duplicate the English file (Resources.resx) in the same place and rename it using the correct culture code (for instance: Resources.fr.resx, Resources.fr-CA.resx...):

The name is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.

Submit changes

Once you're done, commit your changes on a new branch and create a pull request.

Closing

If you're not sure of the translation by lack of context for instance, don't hesitate to open a new issue and ask. Any effort will be appreciated, even if you cannot provide a complete translated file. Thanks in advance for your help!