fix: "Edit info" wrong i18n string issue in profile scene
This commit is contained in:
parent
526f125cb2
commit
4bee550f83
|
@ -170,7 +170,7 @@
|
||||||
"unmute": "Unmute",
|
"unmute": "Unmute",
|
||||||
"unmute_user": "Unmute %s",
|
"unmute_user": "Unmute %s",
|
||||||
"muted": "Muted",
|
"muted": "Muted",
|
||||||
"edit_info": "Edit info"
|
"edit_info": "Edit Info"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
|
|
|
@ -180,7 +180,7 @@ internal enum L10n {
|
||||||
internal static func blockUser(_ p1: Any) -> String {
|
internal static func blockUser(_ p1: Any) -> String {
|
||||||
return L10n.tr("Localizable", "Common.Controls.Firendship.BlockUser", String(describing: p1))
|
return L10n.tr("Localizable", "Common.Controls.Firendship.BlockUser", String(describing: p1))
|
||||||
}
|
}
|
||||||
/// Edit info
|
/// Edit Info
|
||||||
internal static let editInfo = L10n.tr("Localizable", "Common.Controls.Firendship.EditInfo")
|
internal static let editInfo = L10n.tr("Localizable", "Common.Controls.Firendship.EditInfo")
|
||||||
/// Follow
|
/// Follow
|
||||||
internal static let follow = L10n.tr("Localizable", "Common.Controls.Firendship.Follow")
|
internal static let follow = L10n.tr("Localizable", "Common.Controls.Firendship.Follow")
|
||||||
|
|
|
@ -60,7 +60,7 @@ Please check your internet connection.";
|
||||||
"Common.Controls.Firendship.BlockDomain" = "Block %@";
|
"Common.Controls.Firendship.BlockDomain" = "Block %@";
|
||||||
"Common.Controls.Firendship.BlockUser" = "Block %@";
|
"Common.Controls.Firendship.BlockUser" = "Block %@";
|
||||||
"Common.Controls.Firendship.Blocked" = "Blocked";
|
"Common.Controls.Firendship.Blocked" = "Blocked";
|
||||||
"Common.Controls.Firendship.EditInfo" = "Edit info";
|
"Common.Controls.Firendship.EditInfo" = "Edit Info";
|
||||||
"Common.Controls.Firendship.Follow" = "Follow";
|
"Common.Controls.Firendship.Follow" = "Follow";
|
||||||
"Common.Controls.Firendship.Following" = "Following";
|
"Common.Controls.Firendship.Following" = "Following";
|
||||||
"Common.Controls.Firendship.Mute" = "Mute";
|
"Common.Controls.Firendship.Mute" = "Mute";
|
||||||
|
|
|
@ -60,7 +60,7 @@ Please check your internet connection.";
|
||||||
"Common.Controls.Firendship.BlockDomain" = "Block %@";
|
"Common.Controls.Firendship.BlockDomain" = "Block %@";
|
||||||
"Common.Controls.Firendship.BlockUser" = "Block %@";
|
"Common.Controls.Firendship.BlockUser" = "Block %@";
|
||||||
"Common.Controls.Firendship.Blocked" = "Blocked";
|
"Common.Controls.Firendship.Blocked" = "Blocked";
|
||||||
"Common.Controls.Firendship.EditInfo" = "Edit info";
|
"Common.Controls.Firendship.EditInfo" = "Edit Info";
|
||||||
"Common.Controls.Firendship.Follow" = "Follow";
|
"Common.Controls.Firendship.Follow" = "Follow";
|
||||||
"Common.Controls.Firendship.Following" = "Following";
|
"Common.Controls.Firendship.Following" = "Following";
|
||||||
"Common.Controls.Firendship.Mute" = "Mute";
|
"Common.Controls.Firendship.Mute" = "Mute";
|
||||||
|
|
Loading…
Reference in New Issue