Browse Source

Update 'README.md'

master
onryo 3 years ago
parent
commit
52d05b7cc2
  1. 7
      README.md

7
README.md

@ -1,10 +1,13 @@
# Adding a new language.
# Add a new language
Make sure the language doesn't exist already:
- Find your language code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes (for example for Polish it is `pl`, for Deutsch it is `de`.)
- If you want to translate SD, please follow: https://git.hush.is/hush/SilentDragon/src/branch/master/res
- If you want to translate SDL, please follow: https://git.hush.is/hush/SilentDragonlite/src/branch/master/res
- Confirm that we don't have your language already, you can ping us on matrix/element/telegram to confirm it if you're not sure.
Make changes:
- Download any file with existing translation, for example: https://git.hush.is/hush/SilentDragonLite/src/branch/master/res/silentdragonlite_de.ts
- Make sure it has a `.ts` extension.
- Rename `_de.` part to the language code that you found here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
@ -16,7 +19,7 @@ Make sure the language doesn't exist already:
<img src="translate_02.png"></a>
# Making changes to already existing language.
# Make changes to already existing language
- If you want to translate SD, please follow: https://git.hush.is/hush/SilentDragon/src/branch/master/res
- If you want to translate SDL, please follow: https://git.hush.is/hush/SilentDragonlite/src/branch/master/

Loading…
Cancel
Save