fix: i18n string not follow design issue. ticket: #18624SLP

This commit is contained in:
CMK 2021-07-07 20:16:37 +08:00
parent 41e16a4d2a
commit e192bf40e2
4 changed files with 4 additions and 4 deletions

View File

@ -200,7 +200,7 @@
"slogan": "Social networking\nback in your hands."
},
"server_picker": {
"title": "Pick a Server,\nany server.",
"title": "Pick a server,\nany server.",
"button": {
"category": {
"all": "All",

View File

@ -830,7 +830,7 @@ internal enum L10n {
}
}
internal enum ServerPicker {
/// Pick a Server,\nany server.
/// Pick a server,\nany server.
internal static let title = L10n.tr("Localizable", "Scene.ServerPicker.Title")
internal enum Button {
/// See Less

View File

@ -303,7 +303,7 @@ tap the link to confirm your account.";
"Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Title" = "Pick a Server,
"Scene.ServerPicker.Title" = "Pick a server,
any server.";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy";

View File

@ -303,7 +303,7 @@ tap the link to confirm your account.";
"Scene.ServerPicker.Label.Category" = "CATEGORY";
"Scene.ServerPicker.Label.Language" = "LANGUAGE";
"Scene.ServerPicker.Label.Users" = "USERS";
"Scene.ServerPicker.Title" = "Pick a Server,
"Scene.ServerPicker.Title" = "Pick a server,
any server.";
"Scene.ServerRules.Button.Confirm" = "I Agree";
"Scene.ServerRules.PrivacyPolicy" = "privacy policy";