n2words 1.12.1 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/n2words.js +1 -1
- package/lib/classes/N2WordsAbs.mjs +1 -0
- package/lib/i18n/AZ.mjs +57 -0
- package/lib/i18n/CZ.mjs +12 -1
- package/lib/i18n/TR.mjs +38 -348
- package/lib/n2words.mjs +4 -0
- package/package.json +12 -11
- package/webpack.config.js +1 -1
- package/CHANGELOG.md +0 -180
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
n2words is a library that converts a numerical number into a written number.
|
|
9
9
|
|
|
10
|
-
We have support for multiple languages (
|
|
10
|
+
We have support for multiple languages (27 and growing) and our package is lightweight, modular and has no dependencies.
|
|
11
11
|
|
|
12
12
|
## How To
|
|
13
13
|
|
|
@@ -75,6 +75,7 @@ import('n2words/lib/i18n/EN.mjs').then(n2wordsEN => {
|
|
|
75
75
|
|
|
76
76
|
- `en` (English, default)
|
|
77
77
|
- `ar` (Arabic)
|
|
78
|
+
- `az` (Azerbaijani)
|
|
78
79
|
- `cz` (Czech)
|
|
79
80
|
- `dk` (Danish)
|
|
80
81
|
- `de` (German)
|