This commit is contained in:
Hamza-Ayed
2024-11-09 10:49:04 +02:00
parent fc81405b7a
commit 213c2724aa
44 changed files with 3009 additions and 1130 deletions

View File

@@ -94,7 +94,7 @@ class LocaleController extends GetxController {
@override
void onInit() {
String storedLang = box.read(BoxName.lang) ?? "";
String storedLang = box.read(BoxName.lang) ?? "ar";
switch (storedLang) {
case "ar":
language = const Locale("ar");