Skip to content

v1.16.2

Compare
Choose a tag to compare
@TylerVigario TylerVigario released this 04 Jun 20:17
· 33 commits to master since this release
0c8dc34

Breaking Change

This PR converts the filenames for i18n to lowercase to match ISO 639-1. This follows our standard for lang and reduces confusion about casing. It only affects users who import language files individually.

Before

import n2words from 'n2words/i18n/EN.js'

After

import n2words from 'n2words/i18n/en.js'

What's Changed

Full Changelog: v1.16.1...v1.16.2