added localization for settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user