scratch-l10n 3.18.81 → 3.18.83

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.83](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.82...v3.18.83) (2024-03-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * pull new editor translations from Transifex ([63f1ea3](https://github.com/scratchfoundation/scratch-l10n/commit/63f1ea3739af1bb8138e420e9be65232faa759d9))
12
+
13
+ ## [3.18.82](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.81...v3.18.82) (2024-03-27)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([4e42280](https://github.com/scratchfoundation/scratch-l10n/commit/4e42280f711a8bfc1a38bfd9aa6914df2274f5bc))
19
+
6
20
  ## [3.18.81](https://github.com/scratchfoundation/scratch-l10n/compare/v3.18.80...v3.18.81) (2024-03-26)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-l10n",
3
- "version": "3.18.81",
3
+ "version": "3.18.83",
4
4
  "description": "Localization for the Scratch 3.0 components",
5
5
  "main": "./dist/l10n.js",
6
6
  "browser": "./src/index.js",
@@ -51,6 +51,6 @@
51
51
  "activity.seeUpdates": "이 곳에서 팔로우하는 스크래처의 최신 내용을 확인합니다.",
52
52
  "activity.checkOutScratchers": "팔로우하고 싶은 스크래처를 검색해보세요",
53
53
  "featurebanner.highContrast.comingSoon": "커밍 쑨 : 스크래치에서 고대비 모드를 사용할 수 있게 됩니다!",
54
- "featurebanner.highContrast.forumTitle": "Block Color Settings and Site Updates",
54
+ "featurebanner.highContrast.forumTitle": "블록 색상 설정과 사이트 업데이트",
55
55
  "featurebanner.highContrast.learnMore": "더 알아보기"
56
56
  }