Skip to content

l10n: Update translations from Weblate! #1137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

gnprice
Copy link
Member

@gnprice gnprice commented Dec 11, 2024

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.

Fixes most of zulip#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]>
@chrisbobbe
Copy link
Collaborator

Yay! LGTM, but CI is failing—I think I saw a discussion about that?

@gnprice
Copy link
Member Author

gnprice commented Dec 11, 2024

Thanks!

Yeah, the CI failure is in the flutter_version suite; see #1133.

@gnprice gnprice merged commit c9c5f3d into zulip:main Dec 11, 2024
1 check failed
@gnprice gnprice deleted the pr-weblate branch December 11, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants