turkmen_localization_support 0.0.4 copy "turkmen_localization_support: ^0.0.4" to clipboard
turkmen_localization_support: ^0.0.4 copied to clipboard

Provides an unofficial localization for the Turkmen language for the Turkmenistan region. Here it is possible to use the Turkmen language without adding additional classes. Just add the library and yo [...]

Package that provides unofficial support for Turkmen language, actually for Turkmenistan location.

Features #

No need to create a custom Turkmen language support, all you need is here.

Getting started #

  1. import library;
  2. add delegates from library;

Usage #

Simple example of usage:

   return MaterialApp(
      // This should be mutable
      locale: Locale('tk'),
      supportedLocales: [Locale('tk')],
      // Delegates should be placed here
      localizationsDelegates: [
        // Some other delegates here
        
        // Add this line
        ...TkDelegates.delegates,
      ],
      theme: ThemeData.light(),
      home: const Scaffold(),
    );

Additional information #

Unfortunately, I didn't find any support for turkmen language, so I decided to add my own support, most of information you could find by going to: https://docs.flutter.dev/development/accessibility-and-localization/internationalization

Little note #

Actually there are no any 'tm' language code here: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry. Support for Turkmen language is possible only by using 'tk' tag, magic :D.

8
likes
0
pub points
70%
popularity

Publisher

unverified uploader

Provides an unofficial localization for the Turkmen language for the Turkmenistan region. Here it is possible to use the Turkmen language without adding additional classes. Just add the library and you're done.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on turkmen_localization_support