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.
111 lines
2.9 KiB
Dart
111 lines
2.9 KiB
Dart
// 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": "Arabic",
|
|
"login": "Login",
|
|
"pleaseEnterLoginDetails": "Please enter the detail below to login",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"title": "Hello",
|
|
"forgotPassword": "Forgot Password",
|
|
"msg": "Hello {} in the {} world ",
|
|
"msg_named": "{} are written in the {lang} language",
|
|
"clickMe": "Click me",
|
|
"profile": {
|
|
"reset_password": {
|
|
"label": "Reset Password",
|
|
"username": "Username",
|
|
"password": "password"
|
|
}
|
|
},
|
|
"clicked": {
|
|
"zero": "You clicked {} times!",
|
|
"one": "You clicked {} time!",
|
|
"two": "You clicked {} times!",
|
|
"few": "You clicked {} times!",
|
|
"many": "You clicked {} times!",
|
|
"other": "You clicked {} times!"
|
|
},
|
|
"amount": {
|
|
"zero": "Your amount : {} ",
|
|
"one": "Your amount : {} ",
|
|
"two": "Your amount : {} ",
|
|
"few": "Your amount : {} ",
|
|
"many": "Your amount : {} ",
|
|
"other": "Your amount : {} "
|
|
},
|
|
"gender": {
|
|
"male": "Hi man ;) ",
|
|
"female": "Hello girl :)",
|
|
"with_arg": {
|
|
"male": "Hi man ;) {}",
|
|
"female": "Hello girl :) {}"
|
|
}
|
|
},
|
|
"reset_locale": "Reset Language"
|
|
};
|
|
static const Map<String,dynamic> en_US = {
|
|
"mohemm": "Mohemm",
|
|
"english": "English",
|
|
"arabic": "Arabic",
|
|
"login": "Login",
|
|
"pleaseEnterLoginDetails": "Please enter the detail below to login",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"title": "Hello",
|
|
"forgotPassword": "Forgot Password",
|
|
"msg": "Hello {} in the {} world ",
|
|
"msg_named": "{} are written in the {lang} language",
|
|
"clickMe": "Click me",
|
|
"profile": {
|
|
"reset_password": {
|
|
"label": "Reset Password",
|
|
"username": "Username",
|
|
"password": "password"
|
|
}
|
|
},
|
|
"clicked": {
|
|
"zero": "You clicked {} times!",
|
|
"one": "You clicked {} time!",
|
|
"two": "You clicked {} times!",
|
|
"few": "You clicked {} times!",
|
|
"many": "You clicked {} times!",
|
|
"other": "You clicked {} times!"
|
|
},
|
|
"amount": {
|
|
"zero": "Your amount : {} ",
|
|
"one": "Your amount : {} ",
|
|
"two": "Your amount : {} ",
|
|
"few": "Your amount : {} ",
|
|
"many": "Your amount : {} ",
|
|
"other": "Your amount : {} "
|
|
},
|
|
"gender": {
|
|
"male": "Hi man ;) ",
|
|
"female": "Hello girl :)",
|
|
"with_arg": {
|
|
"male": "Hi man ;) {}",
|
|
"female": "Hello girl :) {}"
|
|
}
|
|
},
|
|
"reset_locale": "Reset Language"
|
|
};
|
|
static const Map<String, Map<String,dynamic>> mapLocales = {"ar_SA": ar_SA, "en_US": en_US};
|
|
}
|