i18n

I18n module for Nuxt

MIT License

Downloads
939.2K
Stars
1.6K
Committers
81

Bot releases are visible (Hide)

i18n - v6.24.0

Published by rchl over 3 years ago

Features

Bug Fixes

i18n - v6.23.0

Published by rchl over 3 years ago

Features

  • support loading messages from file without lazy-loading (#1130) (03618fb), closes #412

Bug Fixes

  • IE11 compatibility issue due to is-https package (#1138) (dcf43de), closes #1137
  • types: misplaced jsdoc deprecated wrong API (9736bf1)
i18n - v6.22.3

Published by rchl over 3 years ago

Bug Fixes

  • lazy: message function not working when using lazy loading (#1125) (68b580e), closes #1124

Refactoring

  • include fallback locale messages in the main bundle (#1129)
i18n - v6.22.2

Published by rchl over 3 years ago

Bug Fixes

  • crash registering the vue-i18n-loader in old Node versions (43022c4)
i18n - v6.22.1

Published by rchl over 3 years ago

Bug Fixes

  • move lodash.merge to dependencies (b3f3f43)
i18n - v6.22.0

Published by rchl over 3 years ago

Features

Bug Fixes

  • router base not considered on redirecting in static mode (#1119) (75b7c6e), closes #1060
i18n - v6.21.1

Published by rchl over 3 years ago

Bug Fixes

  • only replace .js at the end of the resolved klona path (#1110) (204d77d), closes #1109
  • page not updated on changing lazy locale files (dev mode) (#1104) (e1ff096), closes #905
i18n - v6.21.0

Published by rchl over 3 years ago

Features

Bug Fixes

  • localePath/localeRoute missing query params (#1103) (0a95790)
i18n - v6.20.6

Published by rchl over 3 years ago

Bug Fixes

i18n - v6.20.5

Published by rchl over 3 years ago

Bug Fixes

  • don't apply any locale-logic to non-existent routes (#1093) (7180412), closes #1092
  • recursive clone triggered when locales object made reactive (#1090) (83c4398), closes #1075
  • support localePath with path input and customized routes (#1088) (4043968)
  • docs: adjusted example code in documentation to call the right context (#1087) (7b8f77d)
i18n - v6.20.4

Published by rchl over 3 years ago

Bug Fixes

  • avoid using commonjs for runtime (vite support) (3fc14ba)
  • use mjs version of klona (#1079) (bb0445d)
i18n - v6.20.3

Published by rchl over 3 years ago

Bug Fixes

  • lazy: allow extensions yml/yaml when loading lazy locales (01f92ae)
i18n - v6.20.2

Published by rchl over 3 years ago

Bug Fixes

  • lazy: only process lang files with js, ts and json extensions (#1070) (1cf1ac2), closes #1068
i18n - v6.20.1

Published by rchl over 3 years ago

Bug Fixes

  • compatibility issue with Nuxt 2.15.0 (9d276d7), closes #1063
  • docs: missing semicolon in Locales option example (#1056) (e9f2a6a)
i18n - v6.20.0

Published by rchl over 3 years ago

Features

  • API for handling locale change during page transitions (#963) (23b9cc4)
i18n - v6.19.0

Published by rchl over 3 years ago

Features

  • add dir property and defaultDirection option (#1023) (3b3dcc6)

Bug Fixes

  • invalid canonical SEO link with differentDomains (#1049) (d05317b)
  • deps: update all non-major dependencies (#1048) (8f4cef5)
  • localeProperties undefined when component used (#1043) (ff56a35)
i18n - v6.18.0

Published by rchl almost 4 years ago

Features

i18n - v6.17.0

Published by rchl almost 4 years ago

Features

  • fallbackLocale: support vue-i18n decision map fallback (#992) (b4c6cfd)

Bug Fixes

i18n - v6.16.0

Published by rchl almost 4 years ago

Features

  • onlyOnNoPrefix - detect browser locale when no prefix (#896) (15f0a44)

Refactor

  • replace clonedeep with klona (#981)

Bug Fixes

  • detectBrowserLanguage: use ISO code if available (#965) (1e39a3b), closes #979 #499
  • docs: add defaultLocale to examples (#955) (4b69c6c)
  • docs: add missing parenthesis (#941) (4ecdee1)
  • docs: clarify the type of the vueI18n option (c9be559)
  • docs: fix some links in the documentation (1249226)
  • docs: fix some more links in the documentation (abbf212)
  • docs: include defaultLocale in the example configuration (#951) (6bacb3b)
  • docs: remove unwanted characters (bc9f76e), closes #960
  • generate: don't try to redirect route when static generating (#989) (d5957d0), closes #911
  • test: fix test expectation for trailingSlash=true (c9f2ef5)
i18n - v6.15.4

Published by rchl about 4 years ago

Bug Fixes