added localization for settings

This commit is contained in:
2026-01-22 14:55:31 +01:00
parent 81f7b45619
commit 045f8b5b6b
6 changed files with 35 additions and 3 deletions

View File

@@ -199,6 +199,18 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Description'**
String get description;
/// No description provided for @settings.
///
/// In en, this message translates to:
/// **'Settings'**
String get settings;
/// No description provided for @activateJsonExport.
///
/// In en, this message translates to:
/// **'Activate json export'**
String get activateJsonExport;
}
class _AppLocalizationsDelegate