bmiles-development / saas-starter-pack

Vue.js and AWS Amplify SaaS template site with pre-built login flow using AWS Amplify
MIT License
18 stars 7 forks source link

I18n vue integration #11

Closed michalsz closed 4 years ago

michalsz commented 4 years ago

https://github.com/bmiles-development/saas-starter-pack/projects/1#card-44137602 IN PROGRESS TO DO [] update locales for en [] update locales for pl

bmilesp commented 4 years ago

Works great!

I see that many of the src/locales/ for en.json and fr.json keys and values have been removed, can you please add those back in? The app uses those for the authentication/login areas.

also if you have no /fr or /pl in the url path it causes an error, and it should default to en if there is no locale defined in the path:

image

-bp