BASE: Implement Localization In Dashboard Screen & Home screen.

This commit is contained in:
2025-12-08 17:30:30 +05:00
parent 81895849df
commit fd8a4cb469
5 changed files with 59 additions and 26 deletions

View File

@@ -1216,7 +1216,7 @@ class HomeScreen extends StatelessWidget {
value: controller.selectedOrderTypeValue.value.tr,
icon: const Icon(Icons.keyboard_arrow_down),
items:
<String>['Delivery'.tr, 'TakeAway'.tr].map((
<String>[ConstTexts.delivery.tr, ConstTexts.takeAway.tr].map((
String value,
) {
return DropdownMenuItem<String>(