Adjustments for new i18n workflow

This commit is contained in:
Jed Fox 2022-11-15 07:00:15 -05:00
parent 69d2071570
commit 6ec16d5a81
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
2 changed files with 3 additions and 3 deletions

View File

@ -698,9 +698,9 @@
} }
}, },
"account_list": { "account_list": {
"tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
"dismiss_account_switcher": "Dismiss Account Switcher", "dismiss_account_switcher": "Dismiss Account Switcher",
"add_account": "Add Account", "add_account": "Add Account"
"switch_accounts": "Switch Accounts"
}, },
"wizard": { "wizard": {
"new_in_mastodon": "New in Mastodon", "new_in_mastodon": "New in Mastodon",

View File

@ -154,7 +154,7 @@ Your profile looks like this to them.";
"Common.Controls.Timeline.Timestamp.Now" = "Now"; "Common.Controls.Timeline.Timestamp.Now" = "Now";
"Scene.AccountList.AddAccount" = "Add Account"; "Scene.AccountList.AddAccount" = "Add Account";
"Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher"; "Scene.AccountList.DismissAccountSwitcher" = "Dismiss Account Switcher";
"Scene.AccountList.SwitchAccounts" = "Switch Accounts"; "Scene.AccountList.TabBarHint" = "Current selected profile: %@. Double tap then hold to show account switcher";
"Scene.Bookmark.Title" = "Bookmarks"; "Scene.Bookmark.Title" = "Bookmarks";
"Scene.Compose.Accessibility.AppendAttachment" = "Add Attachment"; "Scene.Compose.Accessibility.AppendAttachment" = "Add Attachment";
"Scene.Compose.Accessibility.AppendPoll" = "Add Poll"; "Scene.Compose.Accessibility.AppendPoll" = "Add Poll";