updated checklist per issues we noticed in adding mongolian

This commit is contained in:
Ben Wheeler 2020-06-17 11:24:02 -04:00
parent 568a1390eb
commit f96e4fb6e1

View file

@ -36,7 +36,7 @@ There are two situations in which we create manual PRs to update translations:
* NOTE: we are moving away from using the `tx` cli; `.tx/config` will eventually be deprecated
* [ ] Edit `src/index.js`:
* [ ] Add 'import' line and export line
* [ ] Add 'import' line
* [ ] Add entry in `localeData` array
* [ ] Check if locale is in `react-intl`
@ -56,11 +56,12 @@ There are two situations in which we create manual PRs to update translations:
* [ ] Bump minor version number in `package.json`
* [ ] **Update scratch-blocks dependency**
* scratch-blocks has its own translations. It will not pick up the new language unless the scratch-l10n dependency in `package.json` is updated to the new minor version.
* [ ] **Add language po files to scratchr2_translations**
* manually update `scratchr2_translations/legacy` with `tx pull -l <locale>` and check in changes
* [ ] **Add language to scratchr2 settings**
* manually update `settings/base.py` with the new language
* [ ] **Update scratch-blocks dependency**
* [ ] in `package.json`, update the version of the scratch-l10n dependency to the version number you used above
* [ ] pull translations so that a new `Blockly.ScratchMsgs.locales["<LOCALE CODE>"]` is added to `msg/scratch_msgs.js`