Skip to content

Commit d1f33ab

Browse files
zubidenAjaxy
authored andcommitted
Pull localization from platform (#6549)
1 parent 185d06d commit d1f33ab

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/assets/localization/fallback.strings

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@
23872387
"StoryMenuUnarchivePeer" = "Unhide Stories";
23882388
"StealthModeOnTitle" = "Stealth Mode On";
23892389
"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.";
2390-
"StealthModeOnHint" = "The creators of stories you view in **{time}** won't see you in their list of viewers.";
2390+
"StealthModeOnHint" = "The creators of stories you view in the next **{time}** won't see you in the list of viewers.";
23912391
"StealthModeTitle" = "Stealth Mode";
23922392
"StealthModeDescription" = "Turn Stealth Mode on to watch stories without appearing in the list of viewers.";
23932393
"StealthModeDescriptionPremium" = "Subscribe to Telegram Premium to watch stories without appearing in the list of viewers.";
@@ -2400,11 +2400,10 @@
24002400
"StealthModeButtonToStory" = "Enable and Open the Story";
24012401
"StealthModeButtonRecharge" = "Available in {timer}";
24022402
"StealthModeComposerPlaceholder" = "Stealth Mode active – {timer}";
2403-
"UsersWhoUpgradeFirst" = "Users who upgrade their gifts first get collectibles with shorter numbers.";
24042403
"UpgradeCostDrops" = "Upgrade cost drops every minute.";
24052404
"StarGiftPriceDecreaseInfoLink" = "See how price will decrease >";
24062405
"StarGiftUpgradeCostModalTitle" = "Upgrade Cost";
2407-
"StarGiftUpgradeCostHint" = "Users who upgrade their gifts first get collectibles with shorter numbers.";
2406+
"StarGiftUpgradeCostHint" = "Users who upgrade their gifts first get collectibles with lower numbers.";
24082407
"StarGiftPriceDecreaseTimer" = "Price decreases in {timer}";
24092408
"SettingsItemPrivacyPasskeys" = "Passkeys";
24102409
"SettingsItemPrivacyOn" = "Enabled";

src/types/language.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,6 @@ export interface LangPair {
17831783
'StealthModeButtonPremium': undefined;
17841784
'StealthModeButton': undefined;
17851785
'StealthModeButtonToStory': undefined;
1786-
'UsersWhoUpgradeFirst': undefined;
17871786
'UpgradeCostDrops': undefined;
17881787
'StarGiftPriceDecreaseInfoLink': undefined;
17891788
'StarGiftUpgradeCostModalTitle': undefined;

0 commit comments

Comments
 (0)