feat: adopt material 3 theme and billing adjustments
This commit is contained in:
@@ -116,6 +116,7 @@ class AppLocalizations {
|
||||
// 앱 정보
|
||||
String get appInfo => _localizedStrings['appInfo'] ?? 'App Info';
|
||||
String get version => _localizedStrings['version'] ?? 'Version';
|
||||
String get openStore => _localizedStrings['openStore'] ?? 'Open Store';
|
||||
String get appDescription =>
|
||||
_localizedStrings['appDescription'] ?? 'Subscription Management App';
|
||||
String get developer => _localizedStrings['developer'] ?? 'Developer';
|
||||
@@ -367,6 +368,9 @@ class AppLocalizations {
|
||||
String get averageCost => _localizedStrings['averageCost'] ?? 'Average Cost';
|
||||
String get eventDiscountStatus =>
|
||||
_localizedStrings['eventDiscountStatus'] ?? 'Event Discount Status';
|
||||
String get eventDiscountEndsBeforeBilling =>
|
||||
_localizedStrings['eventDiscountEndsBeforeBilling'] ??
|
||||
'Event discount ends before billing date';
|
||||
String get inProgressUnit =>
|
||||
_localizedStrings['inProgressUnit'] ?? 'in progress';
|
||||
String get monthlySavingAmount =>
|
||||
|
||||
Reference in New Issue
Block a user