flutter_ckb_localization

Last updated:

0 purchases

flutter_ckb_localization Image
flutter_ckb_localization Images
Add to Cart

Description:

flutter ckb localization

Flutter CKB Localization 🌍 #
This package provides unofficial localization support for Central Kurdish Branch aka Sorani (Kurdish: سۆرانی ,Soranî‎). This package is based on the recommendation from this issue Although it was missing the RTL part, therefore the package overrides MaterialLocalizations and WidgetsLocalizations.

Getting Started #
import 'package:flutter_ckb_localization/flutter_ckb_localization.dart';
Add these two delegates to localizationsDelegates array
CkbMaterialLocalizations.delegate For text and dates localization
CkbWidgetLocalizations.delegate For text and UI directionality
return MaterialApp(
localizationsDelegates: [
..
CkbMaterialLocalizations.delegate,
CkbWidgetLocalizations.delegate,
...
],
supportedLocales: [ Locale('ckb') ]
ocale: Locale('ckb')
)
copied to clipboard

Translations are available now! #
Thanks to @dawand

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.