s00d / nuxt-i18n-micro

Nuxt I18n Micro is a fast, simple, and lightweight internationalization (i18n) module for Nuxt
https://s00d.github.io/nuxt-i18n-micro/
MIT License
87 stars 11 forks source link

[Enhancement][Breaking changes] Add support for displayName of the type Locale #34

Closed polarove closed 1 month ago

polarove commented 1 month ago

closes #33

exposes $getLocaleCode that what current locale code is, replaces $getLocale.

$getLocale is now return a Locale type, for example { "code": "en", "iso": "en-US", "dir": "ltr", "displayName": "English" }