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.
21 lines
805 B
Dart
21 lines
805 B
Dart
|
3 years ago
|
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart
|
||
|
|
|
||
|
|
// ignore_for_file: prefer_single_quotes
|
||
|
|
|
||
|
|
import 'dart:ui';
|
||
|
|
|
||
|
|
import 'package:easy_localization/easy_localization.dart' show AssetLoader;
|
||
|
|
|
||
|
|
class CodegenLoader extends AssetLoader {
|
||
|
|
const CodegenLoader();
|
||
|
|
|
||
|
|
@override
|
||
|
|
Future<Map<String, dynamic>> load(String fullPath, Locale locale) {
|
||
|
|
return Future.value(mapLocales[locale.toString()]);
|
||
|
|
}
|
||
|
|
|
||
|
|
static const Map<String, dynamic> ar_SA = {"mohemm": "Mohemm", "english": "English", "arabic": "عربي", "login": "تسجيل الدخول"};
|
||
|
|
static const Map<String, dynamic> en_US = {"mohemm": "Mohemm", "english": "English", "arabic": "عربي", "login": "Login"};
|
||
|
|
static const Map<String, Map<String, dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
|
||
|
|
}
|