i18n

I18n module for Nuxt

MIT License

Downloads
939.2K
Stars
1.6K
Committers
81

Bot releases are hidden (Show)

i18n - 6.13.0-beta.0

Published by rchl over 4 years ago

Features

  • pass to-be-loaded locale when lazy-loading from exported function (#752) (145f3b2), closes #742

Bug Fixes

  • initial redirect breaks reactivity in static mode (ef80b0d), closes #737
i18n - 6.12.2

Published by rchl over 4 years ago

Bug Fixes

  • revert back to generating routes from extendRoutes() (#751) (439781f), closes #750
  • deps: update dependency is-https to v2 (#744) (baf3082)
i18n - 6.12.1

Published by rchl over 4 years ago

Bug Fixes

  • crash on using nuxt-i18n properties in a component with i18n options (#736) (fd8b684), closes #557
  • don't add trailing slashes to generated routes (#733) (b062044), closes #717
  • favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
  • remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712
i18n - 6.12.1-beta.0

Published by rchl over 4 years ago

Bug Fixes

  • don't add trailing slashes to generated routes (4825d61), closes #717
  • favor non-prefixed route with prefix_and_default strategy (#732) (09d2c0f), closes #721
  • remove encodePaths option and don't encode paths by default (#731) (aba92b3), closes #712
i18n - 6.12.0

Published by rchl over 4 years ago

Features

Bug Fixes

  • don't do browser language detection during Nuxt generate (#718) (f1c5aca)
  • don't leave out non-prefixed routes for generate + prefix strategy (#726) (97fabbf), closes #700
  • trigger language detection on initial load in generated mode (#724) (a853de9)
i18n - 6.11.1

Published by rchl over 4 years ago

Bug Fixes

  • NavigationDuplicated error on loading 404 page in SPA (#705) (6bd80da), closes #702
i18n - 6.11.0

Published by rchl over 4 years ago

Features

  • docs: enable indexed search results in documentation (#687) (bea56a9)

Bug Fixes

  • redirect from 404 to defaultLocale if there is matching route (e99978d), closes #677 #491
i18n - 6.10.2-beta.0

Published by rchl over 4 years ago

Bug Fixes

  • redirect from 404 to defaultLocale if there is matching route (b20bd58), closes #677 #491
i18n - 6.10.1

Published by rchl over 4 years ago

6.10.1 (2020-04-23)

Bug Fixes

  • types: fix type of baseUrl to allow string (a495cb3)
i18n - 6.10.0

Published by rchl over 4 years ago

6.10.0 (2020-04-23)

Features

  • allow providing function for baseUrl option (#679) (056a8f7)
i18n - 6.9.3

Published by rchl over 4 years ago

6.9.3 (2020-04-23)

Bug Fixes

  • crash with latest vue-i18n related to using null locale (#678) (642fddf)
    • unlocked version of vue-i18n dependency as code was changed to deal with upstream breakage
i18n - 6.9.2

Published by rchl over 4 years ago

6.9.2 (2020-04-22)

Bug Fixes

  • lock vue-i18n version to 8.16.0 until crashing issue is fixed (ad82009)
i18n - 6.9.1

Published by rchl over 4 years ago

6.9.1 (2020-04-14)

Bug Fixes

  • crash with invalid locale cookie + no_prefix strategy + SEO (#666) (2ec72bc)
i18n - 6.9.0

Published by rchl over 4 years ago

6.9.0 (2020-04-14)

Improvement

  • re-use the store locale on the client if set on server (#593) (c8b05b1)
i18n - 6.8.1

Published by rchl over 4 years ago

6.8.1 (2020-04-03)

Bug Fixes

  • match full browser locale case-insensitively (same as short) (#655) (e614e8e), closes #651
i18n - 6.8.0

Published by rchl over 4 years ago

6.8.0 (2020-04-02)

Features

  • match against all language codes provided by the browser (#651) (93e1918ce7f9e204393e24fdf649af37d4b43aee), closes #650 #563
i18n - 6.7.2

Published by rchl over 4 years ago

6.7.2 (2020-03-31)

Bug Fixes

  • locale not updated on navigation (no fallbackLocale) (#647) (1ad3ed1), closes #643
i18n - 6.7.1

Published by rchl over 4 years ago

6.7.1 (2020-03-30)

Bug Fixes

  • don't try to use route params when vuex.syncRouteParams not enabled (1bdf320), closes #644
i18n - 6.7.0

Published by rchl over 4 years ago

6.7.0 (2020-03-24)

Features

  • allow customization of rootRedirect status code (#639) (38d8935)
i18n - 6.6.1

Published by rchl over 4 years ago

6.6.1 (2020-03-16)

Bug Fixes

  • types: add vueI18nLoader to AllOptionsInterface (#634) (f1dd816)
  • add tests for forwardedHost change, deprecate setting instead of removing (3f4d135)
  • Incomplete initialization with 'en-US' locale code and no default (#629) (eeb63bb), closes #628
  • remove forwardedHost option - make domain matching consistent on server/client (#630) (2a17c99)