alpinejs-i18n
alpinejs-i18n copied to clipboard
fallback locale
Hey @rehhouari I was checking the fallback locale logic again and it seems like it has degraded. At least the fallback to the name value doesn't work anymore for me. I also saw that here it's not the latest version 2.2.1
. Maybe that's the reason?
Hey, are you by any chance importing this (notice 2.1.x):
https://cdn.jsdelivr.net/npm/[email protected]/dist/module.esm.js
If so change it to 2.2.1
https://cdn.jsdelivr.net/npm/[email protected]/dist/module.esm.js
also, that value doesnt do anything.
if this isn't the problem I don't really know why and I can't test it well cause my pc broke, it'll be a while before i can work on it again.
sorry for the inconvenience
Thanks for the quick response despite your troubles!
Importing like so import AlpineI18n from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/module.esm.js'
I'll try to fix it when I get around to it.
Closing for inactivity feel free to comment again if issue still persist. thank you