handlebars-i18n 1.10.3 → 1.10.5

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "handlebars-i18n",
3
- "version": "1.10.3",
3
+ "version": "1.10.5",
4
4
  "description": "handlebars-i18n adds internationalization to handlebars.js using i18next and Intl.",
5
5
  "main": "dist/handlebars-i18n.js",
6
6
  "types": "dist/handlebars-i18n.d.ts",
@@ -56,7 +56,7 @@
56
56
  "gulp-uglify": "3.0.2",
57
57
  "gulp-uglify-es": "3.0.0",
58
58
  "html-entities": "^2.6.0",
59
- "mocha": "11.7.5",
59
+ "mocha": "^11.3.0",
60
60
  "mocha-lcov-reporter": "^1.3.0",
61
61
  "nyc": "17.1.0",
62
62
  "typescript": "^5.9.3"
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # handlebars-i18n
2
2
 
3
- *What it is about:* `handlebars-i18n` adds the translation features of [i18next](https://www.i18next.com/)
3
+ `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
 
@@ -69,6 +69,8 @@ Via CDN:
69
69
  <script src="https://cdn.jsdelivr.net/npm/handlebars-i18n@1.10.1/dist/handlebars-i18n.min.js"></script>
70
70
  ```
71
71
 
72
+ [![What Was Design](https://florianwalzel.com/what-was-design-banner-2x.webp)](https://www.slanted.de/product/what-was-design/)
73
+
72
74
  ## Quick Example
73
75
 
74
76
  Initialize i18next with your language strings and default settings: