From d1f33ab9a9477e574047b842adc6e0c1b6f647d9 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:50:21 +0100 Subject: [PATCH] Pull localization from platform (#6549) --- src/assets/localization/fallback.strings | 5 ++--- src/types/language.d.ts | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/assets/localization/fallback.strings b/src/assets/localization/fallback.strings index 0d8a85a0c..88fd54eb7 100644 --- a/src/assets/localization/fallback.strings +++ b/src/assets/localization/fallback.strings @@ -2387,7 +2387,7 @@ "StoryMenuUnarchivePeer" = "Unhide Stories"; "StealthModeOnTitle" = "Stealth Mode On"; "StealthModeOnHintEnabled" = "The creators of stories you viewed in the past 5 minutes or will view in the next 25 minutes won't see you in the list of viewers."; -"StealthModeOnHint" = "The creators of stories you view in **{time}** won't see you in their list of viewers."; +"StealthModeOnHint" = "The creators of stories you view in the next **{time}** won't see you in the list of viewers."; "StealthModeTitle" = "Stealth Mode"; "StealthModeDescription" = "Turn Stealth Mode on to watch stories without appearing in the list of viewers."; "StealthModeDescriptionPremium" = "Subscribe to Telegram Premium to watch stories without appearing in the list of viewers."; @@ -2400,11 +2400,10 @@ "StealthModeButtonToStory" = "Enable and Open the Story"; "StealthModeButtonRecharge" = "Available in {timer}"; "StealthModeComposerPlaceholder" = "Stealth Mode active – {timer}"; -"UsersWhoUpgradeFirst" = "Users who upgrade their gifts first get collectibles with shorter numbers."; "UpgradeCostDrops" = "Upgrade cost drops every minute."; "StarGiftPriceDecreaseInfoLink" = "See how price will decrease >"; "StarGiftUpgradeCostModalTitle" = "Upgrade Cost"; -"StarGiftUpgradeCostHint" = "Users who upgrade their gifts first get collectibles with shorter numbers."; +"StarGiftUpgradeCostHint" = "Users who upgrade their gifts first get collectibles with lower numbers."; "StarGiftPriceDecreaseTimer" = "Price decreases in {timer}"; "SettingsItemPrivacyPasskeys" = "Passkeys"; "SettingsItemPrivacyOn" = "Enabled"; diff --git a/src/types/language.d.ts b/src/types/language.d.ts index f81c8fa4c..c251b76e9 100644 --- a/src/types/language.d.ts +++ b/src/types/language.d.ts @@ -1783,7 +1783,6 @@ export interface LangPair { 'StealthModeButtonPremium': undefined; 'StealthModeButton': undefined; 'StealthModeButtonToStory': undefined; - 'UsersWhoUpgradeFirst': undefined; 'UpgradeCostDrops': undefined; 'StarGiftPriceDecreaseInfoLink': undefined; 'StarGiftUpgradeCostModalTitle': undefined;