mawaqit / android-tv-app

Prayer times App for Android TV
https://mawaqit.net
Other
38 stars 16 forks source link

Add Kurdish Language Localization Support #1180

Closed YassinNouh21 closed 3 months ago

YassinNouh21 commented 3 months ago

📝 Summary

Description

Currently, our application does not support the Kurdish language due to the lack of built-in support in Flutter. This limitation affects Kurdish-speaking users, preventing them from having a localized experience within the app.

Tasks

  1. Dependency Addition:

    • Add the flutter_kurdish_localization package to pubspec.yaml.
  2. Code Integration:

    • Import flutter_kurdish_localization in lib/main.dart.
    • Add KurdishMaterialLocalizations.delegate and KurdishWidgetLocalizations.delegate to the localizationsDelegates list in the MaterialApp widget.