1.1.0 • Published 6 years ago

min-i18n v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

min-i18n

NPM version Downloads Dependency Status

simple javascript i18n lib

Installation

npm i min-i18n

Api

  • i18n.t(string) translate string, if no match will return it self
  • i18n.locale return locale guessed by navigator.languages
  • i18n.sertLocale(locale) manual set locale
  • i18n.is(locale) is the locate, return boolean
  • i18n.setResource(locale, resource) set one locale resource
  • i18n.setResources(resources) set multiply locale resources License

License

1.1.0

6 years ago

1.0.0

6 years ago

0.1.0

10 years ago