You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
423 B
Dart
15 lines
423 B
Dart
|
2 months ago
|
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
|
||
|
|
|
||
|
|
// ignore_for_file: constant_identifier_names
|
||
|
|
|
||
|
|
abstract class LocaleKeys {
|
||
|
|
static const english = 'english';
|
||
|
|
static const arabic = 'arabic';
|
||
|
|
static const login = 'login';
|
||
|
|
static const noDataAvailable = 'noDataAvailable';
|
||
|
|
static const ok = 'ok';
|
||
|
|
static const confirm = 'confirm';
|
||
|
|
static const loadingText = 'loadingText';
|
||
|
|
|
||
|
|
}
|