aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-12-12 10:17:34 -0800
committerMicah Lee <micah@micahflee.com>2021-12-12 10:17:34 -0800
commit49df28986922af42a985c11d5d26f513761b5d92 (patch)
treebae3eb98c875a3eff09c6f251ebf892f8ea7df67 /RELEASE.md
parent34cf68e0a121fd978101072f2f62a36c6bfbfec8 (diff)
downloadonionshare-49df28986922af42a985c11d5d26f513761b5d92.tar.gz
onionshare-49df28986922af42a985c11d5d26f513761b5d92.zip
Add release step to update country list after updating available languages
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 7021b362..0332d8ea 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -31,6 +31,7 @@ Finalize localization:
- [ ] Merge all the translations from weblate
- [ ] In `docs` run `poetry run ./check-weblate.py [API_KEY]` to see which translations are >90% in the app and docs
- [ ] Edit `cli/onionshare_cli/settings.py`, make sure `self.available_locales` lists only locales that are >90% translated
+- [ ] From the `desktop` folder in the virtual env, run `./scripts/countries-update-list.py` to make sure the localized country list for censorship circumvention is available in all available languages
- [ ] Edit `docs/source/conf.py`, make sure `languages` lists only languages that are >90% translated
- [ ] Edit `docs/build.sh` and make sure `LOCALES=` lists the same languages as above, in `docs/source/conf.py`
- [ ] Make sure the latest documentation is built and committed: