update remove animation
This commit is contained in:
+3
-1
@@ -429,5 +429,7 @@
|
||||
"package_name": "Package Name",
|
||||
"@package_name": {},
|
||||
"device": "Device",
|
||||
"@device": {}
|
||||
"@device": {},
|
||||
"profit_loss": "Laba Rugi",
|
||||
"@profit_loss": {}
|
||||
}
|
||||
|
||||
+3
-1
@@ -429,5 +429,7 @@
|
||||
"package_name": "Nama Paket",
|
||||
"@package_name": {},
|
||||
"device": "Perangkat",
|
||||
"@device": {}
|
||||
"@device": {},
|
||||
"profit_loss": "Laba Rugi",
|
||||
"@profit_loss": {}
|
||||
}
|
||||
|
||||
@@ -1300,6 +1300,12 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Device'**
|
||||
String get device;
|
||||
|
||||
/// No description provided for @profit_loss.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Laba Rugi'**
|
||||
String get profit_loss;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {
|
||||
|
||||
@@ -618,4 +618,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get device => 'Device';
|
||||
|
||||
@override
|
||||
String get profit_loss => 'Laba Rugi';
|
||||
}
|
||||
|
||||
@@ -618,4 +618,7 @@ class AppLocalizationsId extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get device => 'Perangkat';
|
||||
|
||||
@override
|
||||
String get profit_loss => 'Laba Rugi';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user