@baseline-ui/translations 0.59.0 → 0.60.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/dist/index.js CHANGED
@@ -2863,7 +2863,7 @@ var sk_default = {
2863
2863
  commentEditorLabel: "Prida\u0165 koment\xE1r\u2026",
2864
2864
  commentOptions: "Mo\u017Enosti koment\xE1ra",
2865
2865
  comments: "Koment\xE1re",
2866
- commentsCount: "{arg0, plural,\n}",
2866
+ commentsCount: "{arg0, plural,\none {{arg0} koment\xE1r}\nfew {{arg0} koment\xE1re}\nother {{arg0} koment\xE1rov}\n}",
2867
2867
  commentThread: "Vl\xE1kno koment\xE1rov",
2868
2868
  copy: "Kop\xEDrova\u0165",
2869
2869
  createStamp: "Vytvori\u0165 raz\xEDtko",
package/dist/index.mjs CHANGED
@@ -2861,7 +2861,7 @@ var sk_default = {
2861
2861
  commentEditorLabel: "Prida\u0165 koment\xE1r\u2026",
2862
2862
  commentOptions: "Mo\u017Enosti koment\xE1ra",
2863
2863
  comments: "Koment\xE1re",
2864
- commentsCount: "{arg0, plural,\n}",
2864
+ commentsCount: "{arg0, plural,\none {{arg0} koment\xE1r}\nfew {{arg0} koment\xE1re}\nother {{arg0} koment\xE1rov}\n}",
2865
2865
  commentThread: "Vl\xE1kno koment\xE1rov",
2866
2866
  copy: "Kop\xEDrova\u0165",
2867
2867
  createStamp: "Vytvori\u0165 raz\xEDtko",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/translations",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",