first
This commit is contained in:
16
lib/controller/local/translations.dart
Normal file
16
lib/controller/local/translations.dart
Normal file
@@ -0,0 +1,16 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class MyTranslation extends Translations {
|
||||
@override
|
||||
Map<String, Map<String, String>> get keys => {
|
||||
"ar": {
|
||||
"Choose Language": "اختر اللغة",
|
||||
},
|
||||
"en": {
|
||||
"Choose Language": "Choose Language",
|
||||
},
|
||||
"tr": {
|
||||
"Choose Language": "Dil seç",
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user