Parse using specific Locales
masterBy default, Chrono uses international English. To parse in other languages, use the locale-specific exports. Supported languages include fi, fr, it, ja, nl, ru, uk, and vi, with partial support for de, es, pt, sv, zh.hans, and zh.hant.
Note on Node.js/Intl: If your Node.js runtime has the Intl module disabled, importing all locales might cause errors. To avoid this, import only the specific locale you need.