nuxt-i18n
Advanced tools
Changelog
6.3.1 (2019-11-11)
Changelog
6.3.0 (2019-09-26)
path
returns route with prefix (4d4186c), closes #457this.$i18n
(bb31cb0)Changelog
6.1.2 (2019-09-04)
context.app.i18n
(d5afd8b)NuxtVueI18n
namespace to allow to annotate configuration (906a776)null
result from getLocaleCookie
to simplify types (df5ac8a)app.$t
API was removed (ca198e5) - This is not a breaking change since this API has never worked according to my understanding.getLocaleCookie
will no longer return null
value in case cookie is missing. Instead it will consistently return undefined
. This is unlikely to affect anyone unless one was checking for null
specifically which would not be a correct thing to do even before.