mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
Reference the other steps needed for adding a language
Scratch-blocks, scratchr2 and scratchr2_translations all need manual updates when a language is added. Since l10n changes will usually be the starting point, add reminders for the others here.
This commit is contained in:
parent
2ee441e313
commit
13c9a785d9
1 changed files with 8 additions and 2 deletions
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -56,5 +56,11 @@ 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.
|
||||
* [ ] **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
|
||||
|
|
Loading…
Reference in a new issue