flutter_thingsboard_app icon indicating copy to clipboard operation
flutter_thingsboard_app copied to clipboard

Add Arabic locale

Open salemaljebaly opened this issue 1 year ago • 1 comments

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:

  1. Added intl_ar.arb file with complete Arabic translations.
  2. Utilized the existing translation techniques in the app with minimal modifications.
  3. Generate messages_ar.dart file.
  4. Add ar locale to LibraryLoader in messages_all.dart file.
  5. Add ar to supportedLocales in I10n.dart file.

salemaljebaly avatar Jun 17 '24 16:06 salemaljebaly

I add arabic support to app, check it when you have time. @ybeshkarov

salemaljebaly avatar Jun 17 '24 16:06 salemaljebaly

Looks good!

Could you please point the dev branch as a target?

Thanks.

ybeshkarov avatar Jul 09 '24 08:07 ybeshkarov