From 1e2be1417c3460276e1275aca2c3a6b5d68a11d7 Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 16 Sep 2021 17:27:08 +0800 Subject: [PATCH 1/2] chore: fix i18n template --- Localization/app.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Localization/app.json b/Localization/app.json index ce307a2e0..f5d806a0e 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -538,10 +538,11 @@ "account_list": { "tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher", "dismiss_account_switcher": "Dismiss Account Switcher", - "add_account": "Add Account", + "add_account": "Add Account" }, "wizard": { - "multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button." + "multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.", + "accessibility_hint": "Double tap to dismiss this wizard" } } } \ No newline at end of file From 7ef2692afa0cd4c917585dbf3519f76990d6dff6 Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 16 Sep 2021 17:33:57 +0800 Subject: [PATCH 2/2] chore: add unread notification i18n string --- Localization/Localizable.stringsdict | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Localization/Localizable.stringsdict b/Localization/Localizable.stringsdict index 44fb608bc..ce358b439 100644 --- a/Localization/Localizable.stringsdict +++ b/Localization/Localizable.stringsdict @@ -2,6 +2,28 @@ + a11y.plural.count.unread.notification + + NSStringLocalizedFormatKey + %#@notification_count_unread_notification@ + notification_count_unread_notification + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + ld + zero + no unread notification + one + 1 unread notification + few + %ld unread notifications + many + %ld unread notification + other + %ld unread notification + + a11y.plural.count.input_limit_exceeds NSStringLocalizedFormatKey