Adjustments for new i18n workflow
This commit is contained in:
parent
23b9ff39ce
commit
527f6f0dfa
|
@ -96,7 +96,7 @@
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"notifications": "Notifications",
|
"notification": "Notification",
|
||||||
"profile": "Profile"
|
"profile": "Profile"
|
||||||
},
|
},
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
|
|
|
@ -131,7 +131,7 @@ Please check your internet connection.";
|
||||||
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
|
"Common.Controls.Status.Visibility.PrivateFromMe" = "Only my followers can see this post.";
|
||||||
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
|
"Common.Controls.Status.Visibility.Unlisted" = "Everyone can see this post but not display in the public timeline.";
|
||||||
"Common.Controls.Tabs.Home" = "Home";
|
"Common.Controls.Tabs.Home" = "Home";
|
||||||
"Common.Controls.Tabs.Notifications" = "Notifications";
|
"Common.Controls.Tabs.Notification" = "Notification";
|
||||||
"Common.Controls.Tabs.Profile" = "Profile";
|
"Common.Controls.Tabs.Profile" = "Profile";
|
||||||
"Common.Controls.Tabs.Search" = "Search";
|
"Common.Controls.Tabs.Search" = "Search";
|
||||||
"Common.Controls.Timeline.Filtered" = "Filtered";
|
"Common.Controls.Timeline.Filtered" = "Filtered";
|
||||||
|
|
Loading…
Reference in New Issue