itomo_locale_l10n 0.1.6 copy "itomo_locale_l10n: ^0.1.6" to clipboard
itomo_locale_l10n: ^0.1.6 copied to clipboard

Localized translations (CLDR-derived) for itomo_locale_core entities — country names, currency names, language names, timezone labels.

example/lib/main.dart

import 'package:itomo_locale_core/itomo_locale_core.dart';
import 'package:itomo_locale_l10n/itomo_locale_l10n.dart';

void main() {
  for (final c in WorldCountry.list) {
    print(
      '${c.cca3}: en="${c.l10n('en').common}", vi="${c.l10n('vi').common}"',
    );
  }
}
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Localized translations (CLDR-derived) for itomo_locale_core entities — country names, currency names, language names, timezone labels.

Homepage
Repository (GitHub)
View/report issues

Topics

#i18n #l10n #cldr #locale #translation

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

itomo_locale_core

More

Packages that depend on itomo_locale_l10n