-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Update contributing and translation instructions
- Loading branch information
1 parent
b1b8bab
commit 0e99e5b
Showing
3 changed files
with
65 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Localization | ||
|
||
Project Black Pearl has full localization support and any number of languages can be added and changed natively. | ||
|
||
### Guidelines/Tips for adding Translations: | ||
|
||
- Only add translations for things that you are 100% sure on. Partially translating files is ok as long as you put in some effort. | ||
- If you are unsure about a translation, leave it blank. It is better to have a blank translation than a wrong one. | ||
|
||
## How to translate: | ||
|
||
There are two ways of doing it:<br> | ||
|
||
- ### Using POEditor | ||
<details> | ||
|
||
1. Create an account on [POEditor](https://poeditor.com) | ||
2. Join [our project](https://poeditor.com/join/project/G4mEFhRCt0) on it | ||
3. Search for your language you want to translate | ||
4. Start translating! | ||
</details> | ||
|
||
- ### Using Github | ||
<details> | ||
|
||
1. [Fork the repo](https://github.com/ProjectBlackPearl/PBPL/fork) | ||
2. Create a branch `git checkout -b klingon-translation` | ||
3. Go to `src/locale/lang` | ||
4. Create a new file named after the [2-letter ISO code (ISO-639-1)](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) | ||
5. Copy the `en.json` file into it | ||
6. Edit the file but not the keys (Example: `loadingText`) | ||
7. Push the changes into your fork adhering to [CONTRIBUTING.md](./CONTRIBUTING.md) | ||
8. Open a PR. | ||
|
||
</details> | ||
<br> | ||
|
||
## Credits: | ||
|
||
ohvii: Swedish translation | ||
despair: French translation | ||
plaga: Hungarian translation | ||
superweird7: Arabic translation | ||
GooUckd: Estonian and Finnish translation | ||
Q99: Bosnian and Serbian translation | ||
Mirza Čustović: Croatian translation | ||
N3kowarrior: Czech translation | ||
Rafo: Dutch translation | ||
Brisolo32: Portuguese (Brazil) and Esperanto translation | ||
zun1: German translation | ||
xDal-Lio: Italian translation | ||
Lol123zv: Latvian and Russian translation | ||
SteinScanner and Mr Mango: Polish translation | ||
Sup3r: Portuguese (Portugal) translation | ||
AlexanderMaxRanabel: Turkish translation | ||
SoulStyle: Romanian translation | ||
TeeNam: Vietnamese translation (To be finished) | ||
lyubomir501: Bulgarian translation | ||
|
||
Terrence Tingleberry: Proofreading those translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters