scratch-l10n 3.18.71 → 3.18.72
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.18.72](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.71...v3.18.72) (2024-03-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* pull new editor translations from Transifex ([460c64d](https://github.com/scratchfoundation/scratch-l10n/commit/460c64d30c0035bd096060ce2c4631f7729d378d))
|
|
12
|
+
|
|
6
13
|
## [3.18.71](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.70...v3.18.71) (2024-03-18)
|
|
7
14
|
|
|
8
15
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-l10n",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.72",
|
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
|
5
5
|
"main": "./dist/l10n.js",
|
|
6
6
|
"browser": "./src/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint": "8.57.0",
|
|
68
68
|
"eslint-config-scratch": "9.0.8",
|
|
69
69
|
"eslint-plugin-import": "2.29.1",
|
|
70
|
-
"eslint-plugin-react": "7.34.
|
|
70
|
+
"eslint-plugin-react": "7.34.1",
|
|
71
71
|
"format-message-cli": "6.2.4",
|
|
72
72
|
"format-message-parse": "6.2.4",
|
|
73
73
|
"glob": "7.2.3",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"general.website": "Sito Web",
|
|
110
110
|
"general.whatsHappening": "Cosa sta accadendo?",
|
|
111
111
|
"general.wiki": "Il Wiki di Scratch",
|
|
112
|
-
"general.copyLink": "Copia Link",
|
|
112
|
+
"general.copyLink": "Copia Link/Codice",
|
|
113
113
|
"general.report": "Segnala",
|
|
114
114
|
"general.notAvailableHeadline": "Oh no! Il nostro server si è perso",
|
|
115
115
|
"general.notAvailableSubtitle": "Non riusciamo a trovare la pagina che stai cercando. Verifica di aver digitato l'indirizzo corretto.",
|