Added localizations
This commit is contained in:
@@ -290,6 +290,12 @@ abstract class AppLocalizations {
|
||||
/// **'Error reading file'**
|
||||
String get error_reading_file;
|
||||
|
||||
/// No description provided for @exit_view.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Exit View'**
|
||||
String get exit_view;
|
||||
|
||||
/// Message when export is canceled
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
@@ -398,6 +404,12 @@ abstract class AppLocalizations {
|
||||
/// **'Licenses'**
|
||||
String get licenses;
|
||||
|
||||
/// No description provided for @live_edit_mode.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Live Edit Mode'**
|
||||
String get live_edit_mode;
|
||||
|
||||
/// Message when match is in progress
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user