alpinejs-i18n icon indicating copy to clipboard operation
alpinejs-i18n copied to clipboard

fallback locale

Open pachacamac opened this issue 3 years ago • 2 comments

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?

pachacamac avatar Dec 07 '21 18:12 pachacamac

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

rehhouari avatar Dec 07 '21 18:12 rehhouari

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.

pachacamac avatar Dec 07 '21 21:12 pachacamac

Closing for inactivity feel free to comment again if issue still persist. thank you

rehhouari avatar Feb 21 '23 20:02 rehhouari