handlebars-i18n 1.6.2 → 1.6.3
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/package.json +1 -1
- package/readme.md +7 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# handlebars-i18n
|
|
2
2
|
|
|
3
|
-
`handlebars-i18n` adds the internationalization features of [i18next](https://www.i18next.com/) to [handlebars.js](https://handlebarsjs.com/). It also provides **date**, **number**, and **currency formatting** via [Intl](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl). Use as node module or in the web browser.
|
|
3
|
+
`handlebars-i18n` adds the internationalization features of [i18next](https://www.i18next.com/) to [handlebars.js](https://handlebarsjs.com/). It also provides **date**, **number**, and **currency formatting** via [Intl](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl). Use as node module or in the web browser. Supports Typescript.
|
|
4
4
|
|
|
5
|
-
Handlebars-i18n is listed amongst i18next’s [framework helpers](https://www.i18next.com/overview/supported-frameworks).
|
|
5
|
+
Handlebars-i18n is listed amongst i18next’s [framework helpers](https://www.i18next.com/overview/supported-frameworks).
|
|
6
6
|
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
8
|

|
|
@@ -10,6 +10,7 @@ Handlebars-i18n is listed amongst i18next’s [framework helpers](https://www.i1
|
|
|
10
10
|
[](https://coveralls.io/github/fwalzel/handlebars-i18next?branch=master)
|
|
11
11
|
[](https://codeclimate.com/github/Aller-Couleur/handlebars-i18n)
|
|
12
12
|
[](https://snyk.io/test/github/Aller-Couleur/handlebars-i18n/badge.svg)
|
|
13
|
+

|
|
13
14
|

|
|
14
15
|
|
|
15
16
|
|
|
@@ -18,6 +19,10 @@ Handlebars-i18n is listed amongst i18next’s [framework helpers](https://www.i1
|
|
|
18
19
|
Copyright (c) 2020 Florian Walzel,
|
|
19
20
|
MIT License
|
|
20
21
|
|
|
22
|
+
If you use handlebars-i18n in a professional context, you could
|
|
23
|
+
|
|
24
|
+
[](https://www.buymeacoffee.com/fwalzel)
|
|
25
|
+
|
|
21
26
|
## Install
|
|
22
27
|
|
|
23
28
|
If you use version npm >= 7:
|