Clone this repository, create a new file lang_<ISO locale>.properties
in src/main/resources/com/stream_pi/server/i18n/lang/
.
Example file name: lang_en_IN.properties
You can get the list of valid ISO locales from here.
You can use the English pack as a reference and begin translating all the strings on the right-hand side of the =
sign.
Do not modify the comments and formatting strings (%s
).
After that edit the file i18n.properties
in src/main/resources/com/stream_pi/server/i18n/
to add your new language pack in the following format:
<locale> = <Display name>
Example:
hi = हिंदी
When you are done, send a pull request to get it accepted.
You may also send a PR with appropriate details if you want to improve an existing translation.
Languages marked with *
are community translations. Stream-Pi is not responsible for any malicious/incorrect translations in them. If you find any discrepancy, please report to the owners/core team immediately.
Locale | Language |
---|---|
en |
English (Fallback) |
de_DE |
🇩🇪 German - Germany (Deutsch - Deutschland) * |
en_GB |
🇬🇧 English - Great Britain |
en_IN |
🇮🇳 English - India |
en_US |
🇺🇸 English - United States |
es_ES |
🇪🇸 Spanish - Spain * |
fr |
🇫🇷 French (Français) * |
hi |
🇮🇳 Hindi (हिंदी) |
nl_NL |
🇳🇱 Dutch - Netherlands (Nederlands - Nederland) * |