Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
l10n: Update translations from Weblate!
Fixes most of #276. (The remaining work is to have this process a bit more automated; that's in progress.) Thanks to Alex for doing the bulk of the actual work of setting this up. The steps to produce this were those in the current version of .github/workflows/update-translations.yml : git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/ git fetch weblate git merge --ff-only weblate/main plus: tools/check l10n --fix git add lib/generated/l10n/ git commit --amend Trying the app out, it seems to work great. If I switch my system language setting to Polish, I see the new Polish translations. Co-authored-by: Alex Vandiver <[email protected]>
- Loading branch information