Qt: Update glyph range for zh-CN and purge old obsolete strings

This commit is contained in:
Stenzek
2024-04-10 20:28:00 +10:00
parent 05d2ad5800
commit 8c741d2d48
3 changed files with 76 additions and 1745 deletions

View File

@ -1726,9 +1726,9 @@ void Achievements::ShowLoginNotification()
if (g_settings.achievements_notifications && FullscreenUI::Initialize())
{
std::string badge_path = GetLoggedInUserBadgePath();
std::string title = user->display_name;
//: Summary for login notification.
std::string title = user->display_name;
std::string summary = fmt::format(TRANSLATE_FS("Achievements", "Score: {} ({} softcore)\nUnread messages: {}"),
user->score, user->score_softcore, user->num_unread_messages);