Update .github/PULL_REQUEST_TEMPLATE.md

Co-authored-by: chrisgarrity <chrisg@scratch.mit.edu>
This commit is contained in:
Benjamin Wheeler 2020-06-17 17:00:17 -04:00 committed by GitHub
parent f96e4fb6e1
commit a7781f39c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,7 @@ There are two situations in which we create manual PRs to update translations:
* [ ] **Add language to scratchr2 settings** * [ ] **Add language to scratchr2 settings**
* manually update `settings/base.py` with the new language * manually update `settings/base.py` with the new language
#### After scratch-l10n update is published:
* [ ] **Update scratch-blocks dependency** * [ ] **Update scratch-blocks dependency**
* [ ] in `package.json`, update the version of the scratch-l10n dependency to the version number you used above * [ ] 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` * [ ] pull translations so that a new `Blockly.ScratchMsgs.locales["<LOCALE CODE>"]` is added to `msg/scratch_msgs.js`