You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! If you speak a language that is not yet represented in Hugin Mobile, feel free to make one! The bounty is $20 worth of XKR so please add your xkr-address along with your pull request.
NOTE! If your language is already translated, you can also get a part of the bounty for updating the translation with missing lines, or improve existing lines with better translations! Simply update the translation file in question and you will get a payout equal to the percentage of the translation that has been updated!
NOTE! We want real human written translations that makes sense in the context of the app, in other words, we do NOT accept AI generated translations. All pull requests will be ran through an AI detector and we accept no more than 10% of the translation to be AI generated.
Copy /src/i18n/translations/en.json to /src/i18n/translations/your-language.json and change your-language to your language's language code (https://www.loc.gov/standards/iso639-2/php/English_list.php see this list and use the code in the ISO 639-1 column).
Translate all the values in the translation file to your language. (Only the items on the right should be translated, the so called key shouldn't be translated).
Edit /src/i18ntjs and add your language file to the imports, and to the "resources" list as shown below:
importenfrom'./i18n/en.json';
...
...
// This was addedimportzhfrom'./translations/zh.json';// end of addition.i18next.use(RNLanguageDetector).use(initReactI18next).init({compatibilityJSON: 'v3',debug: true,fallbackLng: 'en',resources: {en: {translation: ben,},
...
// Start of additionzh: {translation: zh,},// End of addition
Obviously you want to add the actual path to your languages file and use your language's language code in the list.
Make a pull request with your XKR address applied.
Wait for it to be approved and your bounty to be paid out!
The XKR team thanks you for your efforts!
The text was updated successfully, but these errors were encountered:
Hey! If you speak a language that is not yet represented in Hugin Mobile, feel free to make one! The bounty is $20 worth of XKR so please add your xkr-address along with your pull request.
NOTE! If your language is already translated, you can also get a part of the bounty for updating the translation with missing lines, or improve existing lines with better translations! Simply update the translation file in question and you will get a payout equal to the percentage of the translation that has been updated!
NOTE! We want real human written translations that makes sense in the context of the app, in other words, we do NOT accept AI generated translations. All pull requests will be ran through an AI detector and we accept no more than 10% of the translation to be AI generated.
Instructions:
First, make sure your language does not already have a translation here:
https://github.com/kryptokrona/hugin-native/tree/main/src/i18n/translations
If it is already translated, you may update any translations that are either wrong or missing for a reward per line change (see above).
Read this guide on how to properly make a fork, a new branch, add your changes and then finally submit a pull request here:
https://jarv.is/notes/how-to-pull-request-fork-github/
The changes you need to make:
Obviously you want to add the actual path to your languages file and use your language's language code in the list.
The XKR team thanks you for your efforts!
The text was updated successfully, but these errors were encountered: