You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
First : thank you very much for this package ! Everything is working correctly, easy way to implement :)
However I have a request, I didn't see anyone else asking for that so :
=> is it possible to implement fallback language ?
I'm using vue-i18n, like you told to :
constlang=document.documentElement.lang.substr(0,2);// or however you determine your current app localeconsti18n=newVueInternationalization({locale: lang,messages: Locale});
I have 2 languages :
FR (main & fallback)
EN
If I didn't provide the translation in my resources/lang/en/messages.php, only the key is displayed.
Exemple : messages.menu.home
It would be very great if the package can diplay the key of the fallback language if it's not provided for the current application locale, in my case : messages.menu.home in file resources/lang/fr/messages.php
Hello,
First : thank you very much for this package ! Everything is working correctly, easy way to implement :)
However I have a request, I didn't see anyone else asking for that so :
=> is it possible to implement fallback language ?
I'm using vue-i18n, like you told to :
I have 2 languages :
If I didn't provide the translation in my resources/lang/en/messages.php, only the key is displayed.
Exemple : messages.menu.home
It would be very great if the package can diplay the key of the fallback language if it's not provided for the current application locale, in my case :
messages.menu.home in file resources/lang/fr/messages.php
Maybe with a configuration like this :
Thank you !
The text was updated successfully, but these errors were encountered: