Browse Source

Some initial docs about translations

master
Duke Leto 4 years ago
committed by GitHub
parent
commit
6f719541c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 45
      README.md

45
README.md

@ -1,2 +1,43 @@
# translations
Hush Translation Info
# Hush Translations
The Hush project welcomes people of all languages to contribute translations, to make Hush accessible to people all around
the world.
All usernames and channels mentioned in this document refer to Hush Discord at https://myhush.org/discord
## SilentDragon (SD)
Type: Full Node GUI Wallet
Both SD+SDL use QT5 as a GUI library, and so we use QT Linguist to do translations. To see all the current
translations for SD on Github, look for all the `silentdragon_*.ts` files here:
https://github.com/MyHush/SilentDragon/tree/master/res
These files are XML. For example, the Russian translation file for SD is here:
https://github.com/MyHush/SilentDragon/blob/master/res/silentdragon_ru.ts
There is currently a 1000 HUSH bounty to add a new language to SD.
## SilentDragonLite (SDL)
Type: Lite Node GUI Wallet
All translations are here in the `silentdragonlite_*.ts` file https://github.com/MyHush/SilentDragonLite/tree/master/res
For example, the French SDL translation https://github.com/MyHush/SilentDragonLite/blob/master/res/silentdragonlite_fr.ts
There is currently a 500 HUSH bounty to add a new language to SDL.
## SilentDragonAndroid (SDA)
Type: Android GUI Wallet that connects to SD or SDL
We need to upgrade our Android app codebase to be able to support multiple languages, then we can accept translations.
Currently researching/deciding on a Kotlin internationalization library, if you have a favorite let us know in #developers!
## myhush.org website
Type: XML
In progress. Contact `@gilardh + @privatoshi` on Discord

Loading…
Cancel
Save