flutter_thingsboard_app
flutter_thingsboard_app copied to clipboard
Add Arabic locale
Add Arabic Localization to ThingsBoard Flutter App
Description: This PR introduces Arabic translations for the ThingsBoard Flutter app to enhance user experience for Arabic-speaking users. The translations cover all user-facing strings, including navigation items, notifications, forms, and dialogs.
Changes:
- Added intl_ar.arb file with complete Arabic translations.
- Utilized the existing translation techniques in the app with minimal modifications.
- Generate messages_ar.dart file.
- Add ar locale to LibraryLoader in messages_all.dart file.
- Add ar to supportedLocales in I10n.dart file.
I add arabic support to app, check it when you have time. @ybeshkarov
Looks good!
Could you please point the dev branch as a target?
Thanks.