scratch-l10n 3.18.16 → 3.18.17
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.17](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.16...v3.18.17) (2024-02-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* pull new editor translations from Transifex ([1d4a08f](https://github.com/scratchfoundation/scratch-l10n/commit/1d4a08fc631070c8fbb0aa12acfd00bf4e031810))
|
|
12
|
+
|
|
6
13
|
## [3.18.16](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.15...v3.18.16) (2024-02-24)
|
|
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.17",
|
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
|
5
5
|
"main": "./dist/l10n.js",
|
|
6
6
|
"browser": "./src/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"babel-plugin-react-intl": "3.5.1",
|
|
66
66
|
"download": "8.0.0",
|
|
67
67
|
"eslint": "8.56.0",
|
|
68
|
-
"eslint-config-scratch": "9.0.
|
|
68
|
+
"eslint-config-scratch": "9.0.8",
|
|
69
69
|
"eslint-plugin-import": "2.29.1",
|
|
70
70
|
"eslint-plugin-react": "7.33.2",
|
|
71
71
|
"format-message-cli": "6.2.4",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"comments.posting": "מפרסם...",
|
|
358
358
|
"comments.post": "פרסם",
|
|
359
359
|
"comments.cancel": "ביטול",
|
|
360
|
-
"comments.lengthWarning": "{remainingCharacters, plural, one {נותר תו 1} two {נותרו {remainingCharacters} תווים}
|
|
360
|
+
"comments.lengthWarning": "{remainingCharacters, plural, one {נותר תו 1} two {נותרו {remainingCharacters} תווים} other {נותרו {remainingCharacters} תווים}}",
|
|
361
361
|
"comments.loadMoreReplies": "ראה תגובות נוספות",
|
|
362
362
|
"comments.replyLimitReached": "This comment thread has reached its limit. To continue commenting, you can start a new thread.",
|
|
363
363
|
"comments.status.delbyusr": "נמחק על ידי הבעלים של הפרויקט",
|