scratch-l10n 6.1.42 → 6.1.43
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
|
+
## [6.1.43](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.42...v6.1.43) (2025-12-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* pull new editor translations from Transifex ([8dcc83f](https://github.com/scratchfoundation/scratch-l10n/commit/8dcc83f3aa1a3936e6d5b15b411670c0104fa206))
|
|
12
|
+
|
|
6
13
|
## [6.1.42](https://github.com/scratchfoundation/scratch-l10n/compare/v6.1.41...v6.1.42) (2025-12-16)
|
|
7
14
|
|
|
8
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-l10n",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.43",
|
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
|
5
5
|
"main": "./dist/l10n.js",
|
|
6
6
|
"browser": "./src/index.mjs",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@types/lodash.defaultsdeep": "4.6.9",
|
|
74
74
|
"babel-loader": "8.4.1",
|
|
75
75
|
"babel-plugin-react-intl": "3.5.1",
|
|
76
|
-
"eslint": "9.39.
|
|
76
|
+
"eslint": "9.39.2",
|
|
77
77
|
"eslint-config-scratch": "11.0.53",
|
|
78
78
|
"format-message-cli": "6.2.4",
|
|
79
79
|
"globals": "16.5.0",
|
|
@@ -523,5 +523,5 @@
|
|
|
523
523
|
"feedback.answer.debugging.littleHelpful": "Hieman hyödyllistä",
|
|
524
524
|
"feedback.answer.debugging.helpful": "Hyödyllistä",
|
|
525
525
|
"feedback.answer.debugging.veryHelpful": "Erittäin hyödyllstä",
|
|
526
|
-
"membership.labels.member": "
|
|
526
|
+
"membership.labels.member": "Jäsen"
|
|
527
527
|
}
|