add trasnlate to official full name
This commit is contained in:
parent
c78dfbcf12
commit
58750dee48
@ -955,6 +955,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Пользователь Системы 1" : {
|
||||
"comment" : "Тестовая подмена офф аккаунта",
|
||||
"extractionState" : "manual",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "user system 1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Помощь" : {
|
||||
"comment" : "Help Center",
|
||||
"localizations" : {
|
||||
|
||||
@ -183,7 +183,7 @@ private struct ChatRowView: View {
|
||||
guard let name = chat.chatData?.fullName?.trimmingCharacters(in: .whitespacesAndNewlines), !name.isEmpty else {
|
||||
return nil
|
||||
}
|
||||
return name
|
||||
return NSLocalizedString(name, comment: "")
|
||||
}
|
||||
|
||||
private var loginDisplay: String? {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user