add trasnlate to official full name

This commit is contained in:
cheykrym 2025-10-07 03:10:40 +03:00
parent c78dfbcf12
commit 58750dee48
2 changed files with 13 additions and 1 deletions

View File

@ -955,6 +955,18 @@
}
}
},
"Пользователь Системы 1" : {
"comment" : "Тестовая подмена офф аккаунта",
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "user system 1"
}
}
}
},
"Помощь" : {
"comment" : "Help Center",
"localizations" : {

View File

@ -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? {