Skip to content

Commit c9c5f3d

Browse files
gnpricealexmv
andcommitted
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]>
1 parent 2762abd commit c9c5f3d

8 files changed

+2315
-7
lines changed

assets/l10n/app_fr.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

assets/l10n/app_ja.arb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"chooseAccountPageTitle": "アカウントを選択",
3+
"@chooseAccountPageTitle": {},
34
"chooseAccountButtonAddAnAccount": "新しいアカウントを追加",
5+
"@chooseAccountButtonAddAnAccount": {},
46
"profileButtonSendDirectMessage": "ダイレクトメッセージを送信",
5-
"cameraAccessDeniedTitle": "権限が必要です",
6-
"cameraAccessDeniedMessage": "画像をアップロードするには、「設定」で Zulip に追加の権限を許可してください。",
7-
"cameraAccessDeniedButtonText": "設定を開く",
8-
"subscribedToNChannels": "{num, plural, other{{num}つのチャンネルをフォローしています}}",
7+
"@profileButtonSendDirectMessage": {},
98
"userRoleOwner": "オーナー",
9+
"@userRoleOwner": {},
1010
"userRoleAdministrator": "管理者",
11+
"@userRoleAdministrator": {},
1112
"userRoleModerator": "モデレータ",
13+
"@userRoleModerator": {},
1214
"userRoleMember": "メンバー",
15+
"@userRoleMember": {},
1316
"userRoleGuest": "ゲスト",
14-
"userRoleUnknown": "不明"
17+
"@userRoleGuest": {},
18+
"userRoleUnknown": "不明",
19+
"@userRoleUnknown": {}
1520
}

0 commit comments

Comments
 (0)