mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
clarified country code step in adding new language
This commit is contained in:
parent
d826aeeddb
commit
b3dda0b9a7
1 changed files with 2 additions and 1 deletions
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -26,7 +26,8 @@ There are two situations in which we create manual PRs to update translations:
|
|||
* [ ] Check if language is right-to-left. If so:
|
||||
* Add entry in `rtlLocales`
|
||||
|
||||
* [ ] Check if language needs a new locale (such as Brasilian Portuguese). If so:
|
||||
* [ ] Check if the new language uses a country code
|
||||
* Check [https://www.transifex.com/explore/languages](https://www.transifex.com/explore/languages); compare to the ISO code on the language's Wikipedia page. If they are different:
|
||||
* [ ] Edit `src/supported-locales.js`:
|
||||
* Add new entry to `localeMap`. Format is `'<browser locale string>': '<Transifex locale string/ISO standard>'`
|
||||
* [ ] Edit `.tx/config`:
|
||||
|
|
Loading…
Reference in a new issue