scratch-l10n 5.0.264 → 5.0.265
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
|
+
## [5.0.265](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.264...v5.0.265) (2025-06-10)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* pull new editor translations from Transifex ([b141e5b](https://github.com/scratchfoundation/scratch-l10n/commit/b141e5bd1587fbbbdde0dd46ed0ec535418ac3d7))
|
12
|
+
|
6
13
|
## [5.0.264](https://github.com/scratchfoundation/scratch-l10n/compare/v5.0.263...v5.0.264) (2025-06-06)
|
7
14
|
|
8
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "scratch-l10n",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.265",
|
4
4
|
"description": "Localization for the Scratch 3.0 components",
|
5
5
|
"main": "./dist/l10n.js",
|
6
6
|
"browser": "./src/index.mjs",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"babel-loader": "8.4.1",
|
68
68
|
"babel-plugin-react-intl": "3.5.1",
|
69
69
|
"eslint": "9.28.0",
|
70
|
-
"eslint-config-scratch": "11.0.
|
70
|
+
"eslint-config-scratch": "11.0.18",
|
71
71
|
"format-message-cli": "6.2.4",
|
72
72
|
"format-message-parse": "6.2.4",
|
73
73
|
"glob": "7.2.3",
|
@@ -7,8 +7,8 @@
|
|
7
7
|
"privacyApps.privacyPolicyLinkText": "गोपनीयता नीति",
|
8
8
|
"privacyApps.usageHeader": "स्क्रैच मेरी जानकारी का उपयोग कैसे करता है?",
|
9
9
|
"privacyApps.usageIntro": "हम इस जानकारी का उपयोग निम्नलिखित उद्देश्यों के लिए करते हैं:",
|
10
|
-
"privacyApps.analyticsTitle": "
|
11
|
-
"privacyApps.analyticsDescription": "
|
10
|
+
"privacyApps.analyticsTitle": "एनालिटिक्स और स्क्रैच ऐप में सुधार",
|
11
|
+
"privacyApps.analyticsDescription": "हम स्क्रैच ऐप के उपयोग का विश्लेषण करने और स्क्रैच ऐप पर आपके सीखने के अनुभव को बढ़ाने के लिए जानकारी का उपयोग करते हैं।",
|
12
12
|
"privacyApps.researchTitle": "Academic and Scientific Research",
|
13
13
|
"privacyApps.researchDescription": "We de-identify and aggregate Information for statistical analysis in the context of scientific and academic research. For example, to help us understand how people learn through the Scratch App and how we can enhance learning tools for young people. The results of such research are shared with educators and researchers through conferences, journals, and other academic or scientific publications. You can find out more on our {researchPageLink} page.",
|
14
14
|
"privacyApps.researchPageLinkText": "संशोधन ",
|