scratch-l10n 3.18.220 → 3.18.222
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,20 @@
|
|
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.222](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.221...v3.18.222) (2024-07-18)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* pull new editor translations from Transifex ([ce0d37a](https://github.com/scratchfoundation/scratch-l10n/commit/ce0d37ab5c3e54a3aea6f114bba4754bfeb0470e))
|
12
|
+
|
13
|
+
## [3.18.221](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.220...v3.18.221) (2024-07-17)
|
14
|
+
|
15
|
+
|
16
|
+
### Bug Fixes
|
17
|
+
|
18
|
+
* **deps:** lock file maintenance ([6b9f6f3](https://github.com/scratchfoundation/scratch-l10n/commit/6b9f6f31db34d551e912bc1e0a2c67faaf7d4d5d))
|
19
|
+
|
6
20
|
## [3.18.220](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.219...v3.18.220) (2024-07-16)
|
7
21
|
|
8
22
|
|
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.222",
|
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.4",
|
71
71
|
"format-message-cli": "6.2.4",
|
72
72
|
"format-message-parse": "6.2.4",
|
73
73
|
"glob": "7.2.3",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"parents.faqPrivacyPolicyBody": "To protect children's online privacy, we limit what we collect during the signup process, and what we make public on the website. We don't sell or rent account information to anyone. You can find out more about our {privacyPolicy} page.",
|
35
35
|
"parents.faqFAQLinkText": "frequently asked questions page",
|
36
36
|
"parents.faqOfflineTitle": "Går det an å bruke Scratch uten å være på internett?",
|
37
|
-
"parents.faqOfflineBody": "
|
37
|
+
"parents.faqOfflineBody": "Ja, Scratch-appen lar deg lage Scratch-prosjekter uten internettilkobling. Du kan laste ned {scratchApp}fra Scratch sitt nettsted eller fra program-butikken på enheten din.",
|
38
38
|
"parents.faqScratchApp": "Scratch app",
|
39
39
|
"parents.faqOffline2LinkText": "Scratch 2.0 offline editor",
|
40
40
|
"parents.faqOffline14LinkText": "Scratch 1.4 offline editor"
|