Intl.js
Intl.js copied to clipboard
Update vietnamese locale
Instead of updating data file manually, better upgrade CLDR packages and run the build again.
@dangh can you share me how to do it? I can't find it anywhere
Hi @imcvampire, you can run these commands to upgrade CLDR data and rebuild.
npm add cldr-core cldr-dates-full cldr-numbers-full
npm run build
This library shipped with CLDR 29 which has wrong format for Vietnamese. Upgrade to CLDR 34 fix the issue for me.