// 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> load(String fullPath, Locale locale) { return Future.value(mapLocales[locale.toString()]); } static const Map ar_SA = {"mohemm": "Mohemm", "english": "English", "arabic": "عربي", "login": "تسجيل الدخول"}; static const Map en_US = {"mohemm": "Mohemm", "english": "English", "arabic": "عربي", "login": "Login"}; static const Map> mapLocales = {"ar_SA": ar_SA, "en_US": en_US}; }