Intl.js icon indicating copy to clipboard operation
Intl.js copied to clipboard

Update vietnamese locale

Open imcvampire opened this issue 6 years ago • 3 comments

imcvampire avatar Oct 13 '18 03:10 imcvampire

Instead of updating data file manually, better upgrade CLDR packages and run the build again.

dangh avatar Aug 20 '19 09:08 dangh

@dangh can you share me how to do it? I can't find it anywhere

imcvampire avatar Aug 20 '19 16:08 imcvampire

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.

dangh avatar Aug 21 '19 03:08 dangh