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
<template lang='pug'>
div
| {{$t('choose')}}
</template>
<i18n>
pt:
choose: 'Selecione seu idioma'
</i18n>
I guess this warning messages should not appear and 'choose' should be taken from local component locale messages using the fallback locale 'pt', so in this case should be "Selecione seu idioma".
The text was updated successfully, but these errors were encountered:
main.js
component.vue
I guess this warning messages should not appear and 'choose' should be taken from local component locale messages using the fallback locale 'pt', so in this case should be "Selecione seu idioma".
The text was updated successfully, but these errors were encountered: