handlebars-i18n 1.10.5 → 1.10.6
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/dist/handlebars-i18n.js +1 -1
- package/package.json +1 -1
- package/readme.md +3 -3
package/dist/handlebars-i18n.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* handlebars-i18n adds features for localization/
|
|
7
7
|
* internationalization to handlebars.js
|
|
8
8
|
*
|
|
9
|
-
* Copyright (c) 2020-
|
|
9
|
+
* Copyright (c) 2020-26 Florian Walzel, MIT License
|
|
10
10
|
*
|
|
11
11
|
*********************************************************************/
|
|
12
12
|
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# handlebars-i18n
|
|
2
2
|
|
|
3
|
-
`handlebars-i18n` adds the translation features of [i18next](https://www.i18next.com/)
|
|
3
|
+
*What it is about:* `handlebars-i18n` adds the translation features of [i18next](https://www.i18next.com/)
|
|
4
4
|
to [handlebars.js](https://handlebarsjs.com/). It also provides **date**, **number**, and **currency formatting**
|
|
5
5
|
via [Intl](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl). Use as node module or in the web browser. `handlebars-i18n` is listed amongst i18next’s official [framework helpers](https://www.i18next.com/overview/supported-frameworks).
|
|
6
6
|
|
|
@@ -66,10 +66,10 @@ Usage in web browser (old school):
|
|
|
66
66
|
|
|
67
67
|
Via CDN:
|
|
68
68
|
```javascript
|
|
69
|
-
<script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.
|
|
69
|
+
<script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.5/dist/handlebars-i18n.min.js"></script>
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
[](https://www.slanted.de/product/what-was-design/)
|
|
73
73
|
|
|
74
74
|
## Quick Example
|
|
75
75
|
|