diff --git a/lib/generated/intl/messages_en.dart b/lib/generated/intl/messages_en.dart index 4285ff57a33b81adb14ef796a94c517b9e2e1e87..a734a15891b8f94bb2a48751c07ee28f60e1225d 100644 --- a/lib/generated/intl/messages_en.dart +++ b/lib/generated/intl/messages_en.dart @@ -347,6 +347,8 @@ class MessageLookup extends MessageLookupByLibrary { "backupSettings": MessageLookupByLibrary.simpleMessage("Backup settings"), "backupVideos": MessageLookupByLibrary.simpleMessage("Backup videos"), + "blackFridaySale": + MessageLookupByLibrary.simpleMessage("Black Friday Sale"), "blog": MessageLookupByLibrary.simpleMessage("Blog"), "cachedData": MessageLookupByLibrary.simpleMessage("Cached data"), "calculating": MessageLookupByLibrary.simpleMessage("Calculating..."), @@ -1318,6 +1320,8 @@ class MessageLookup extends MessageLookupByLibrary { "upgrade": MessageLookupByLibrary.simpleMessage("Upgrade"), "uploadingFilesToAlbum": MessageLookupByLibrary.simpleMessage("Uploading files to album..."), + "upto50OffUntil4thDec": MessageLookupByLibrary.simpleMessage( + "Upto 50% off, until 4th Dec."), "usableReferralStorageInfo": MessageLookupByLibrary.simpleMessage( "Usable storage is limited by your current plan. Excess claimed storage will automatically become usable when you upgrade your plan."), "usePublicLinksForPeopleNotOnEnte": diff --git a/lib/generated/l10n.dart b/lib/generated/l10n.dart index 379eaa3012e18ae29b81b6728dcb71c4bb377566..8ef5822153c62c54d24bf43ba79d66d55c2c5291 100644 --- a/lib/generated/l10n.dart +++ b/lib/generated/l10n.dart @@ -7774,6 +7774,26 @@ class S { args: [], ); } + + /// `Black Friday Sale` + String get blackFridaySale { + return Intl.message( + 'Black Friday Sale', + name: 'blackFridaySale', + desc: '', + args: [], + ); + } + + /// `Upto 50% off, until 4th Dec.` + String get upto50OffUntil4thDec { + return Intl.message( + 'Upto 50% off, until 4th Dec.', + name: 'upto50OffUntil4thDec', + desc: '', + args: [], + ); + } } class AppLocalizationDelegate extends LocalizationsDelegate { diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index c90d79c44fc2b5ddbfe84b6d33db5379e65a0153..b623cef00869669c745ebdaa4fef00fbc126687b 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -1108,5 +1108,7 @@ "hearUsExplanation": "We don't track app installs. It'd help if you told us where you found us!", "viewAddOnButton": "View add-ons", "addOns": "Add-ons", - "addOnPageSubtitle": "Details of add-ons" + "addOnPageSubtitle": "Details of add-ons", + "blackFridaySale": "Black Friday Sale", + "upto50OffUntil4thDec": "Upto 50% off, until 4th Dec." } diff --git a/lib/ui/settings_page.dart b/lib/ui/settings_page.dart index 41cd490320061fea6753eb1c8a35d148d5b1b86c..2f314906d5b31aab0bc9d70e8cfa550bb4afffe8 100644 --- a/lib/ui/settings_page.dart +++ b/lib/ui/settings_page.dart @@ -100,8 +100,8 @@ class SettingsPage extends StatelessWidget { isBlackFriday: true, startIcon: Icons.celebration, actionIcon: Icons.arrow_forward_outlined, - text: "Black Friday Sale", - subText: "Upto 50% off!", + text: S.of(context).blackFridaySale, + subText: S.of(context).upto50OffUntil4thDec, type: NotificationType.goldenBanner, onTap: () async { launchUrlString(