Skip to content

Commit c021c5f

Browse files
committed
build: l10n
1 parent 8631472 commit c021c5f

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,12 +2977,6 @@ abstract class AppLocalizations {
29772977
/// In en, this message translates to:
29782978
/// **'Premium'**
29792979
String get subscriptionPremium;
2980-
2981-
/// Snackbar message shown when a user is redirected due to lack of permissions.
2982-
///
2983-
/// In en, this message translates to:
2984-
/// **'You do not have permission to access this page.'**
2985-
String get unauthorizedAccessRedirect;
29862980
}
29872981

29882982
class _AppLocalizationsDelegate

lib/l10n/app_localizations_ar.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,8 +1582,4 @@ class AppLocalizationsAr extends AppLocalizations {
15821582

15831583
@override
15841584
String get subscriptionPremium => 'مميز';
1585-
1586-
@override
1587-
String get unauthorizedAccessRedirect =>
1588-
'ليس لديك إذن للوصول إلى هذه الصفحة.';
15891585
}

lib/l10n/app_localizations_en.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,8 +1588,4 @@ class AppLocalizationsEn extends AppLocalizations {
15881588

15891589
@override
15901590
String get subscriptionPremium => 'Premium';
1591-
1592-
@override
1593-
String get unauthorizedAccessRedirect =>
1594-
'You do not have permission to access this page.';
15951591
}

0 commit comments

Comments
 (0)