@spyglassmc/locales 0.3.23 → 0.3.24

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.
@@ -1,4 +1,5 @@
1
1
  {
2
+ "array": "un array",
2
3
  "boolean": "un booleano",
3
4
  "code-action.block-state-sort-keys": "Ordina stato blocco",
4
5
  "code-action.fix-file": "Aggiusta tutti i problemi auto-aggiustabili in questo file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/locales",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "type": "module",
5
5
  "description": "Locales for the Spyglass Project",
6
6
  "main": "./lib/index.js",