mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
added note about bumping minor version number
This commit is contained in:
parent
b87759c0d4
commit
7a3e1e492a
1 changed files with 4 additions and 2 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -38,7 +38,7 @@ There are two situations in which we create manual PRs to update translations:
|
|||
* [ ] Add 'import' line and export line
|
||||
* [ ] Add entry in `localeData` array
|
||||
|
||||
* [ ] check if locale is in `react-intl`
|
||||
* [ ] Check if locale is in `react-intl`
|
||||
* Look in [https://unpkg.com/react-intl/locale-data/](https://unpkg.com/react-intl/locale-data/)
|
||||
* If not in `react-intl`:
|
||||
* [ ] Edit `src/supported-locales.js`:
|
||||
|
@ -46,9 +46,11 @@ There are two situations in which we create manual PRs to update translations:
|
|||
* [ ] Edit `src/index.js`:
|
||||
* In `localeData`, add entry for parent locale
|
||||
|
||||
* [ ] update translations per the "Updating translations" section above
|
||||
* [ ] Update translations per the "Updating translations" section above
|
||||
* [ ] Confirm that we see changes to:
|
||||
* [ ] `src/supported-locales.js`
|
||||
* [ ] `src/index.js`
|
||||
* [ ] `.tx/config` (if language needed a new locale)
|
||||
* [ ] Multiple files like `editor/<resource>/<lang code>.json`
|
||||
|
||||
* [ ] Bump minor version number in `package.json`
|
||||
|
|
Loading…
Reference in a new issue