If you'd like to help translate TizenBrew into your language, you can do so by following these steps:
First, fork the TizenBrew repository on GitHub.
Copy the en.json
file from the lang
directory and rename it to the appropriate language and country code. For example, if you're translating TizenBrew into French, you would rename the file to fr_FR.json
. See ISO 639-2 and ISO 3166-1 alpha-2 for a list of language and country codes.
Translate the contents of the file into your language. Do not translate the text between the curly braces ({}
).
Add your language to the languages
object in here following the same format as the other languages (English Name (Native Name)
).
Once you've finished translating the file, submit a pull request to the main TizenBrew repository.
That's it! Your translation will be reviewed and merged into the main TizenBrew repository. Thank you for your help!