Skip to content

Commit df9502d

Browse files
authored
chore: update korean changelogs translations and fix some features (#202)
* chore: update translations and fix related features * update
1 parent d5a4c47 commit df9502d

File tree

7 files changed

+64
-4
lines changed

7 files changed

+64
-4
lines changed

.vitepress/themeHelper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export function loadTheme(location: string, locale: string) {
8686
sidebar[`/${locale}/changelogs/`] = changelogsSidebar
8787
nav.push({ text: '📜 ' + localeMessages.changelogs, link: `/${locale}/changelogs/${changelogFiles[0]}`, activeMatch: `/${locale}/changelogs/(.+)?` })
8888
}
89-
if (locale === 'en') {
89+
if (locale === 'en' || locale === 'ko') {
9090
nav.push(
91-
{ text: '🪁 Blogs', link: '/en/blog/', activeMatch: '/en/blog/(.+)?' },
91+
{ text: '🪁 ' + (localeMessages.blogs || 'Blogs'), link: `/${locale}/blog/`, activeMatch: `/${locale}/blog/(.+)?` },
9292
)
9393
}
9494
const theme: LocaleConfig<DefaultTheme.Config>[string] = {

locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ protocol: Protocol
1919
changelogs: Changelogs
2020
outline: On this page
2121
coreDocument: Core Document
22+
blogs: Blogs
2223
launcher:
2324
manage:
2425
intro: Manage your Minecraft effectively.

locales/ko.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ protocol: 프로토콜
1818
changelogs: 변경 사항
1919
outline: 이 페이지에서
2020
coreDocument: 핵심 문서
21+
blogs: 블로그
2122
launcher:
2223
manage:
2324
intro: 마인크래프트를 효과적으로 관리하세요.

src/ko/changelogs/0.52.5.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
version: 0.52.5
3+
date: 2025-10-04
4+
layout: changelog
5+
---
6+
## [0.52.5](#0.52.5)
7+
### 🐛 버그 수정 및 패치
8+
9+
- 설치 버전에서 일부 이상 현상을 수정했어요 ([99a0b8852e43082bc1a526551c5786a3834c601d](https://github.com/Voxelum/x-minecraft-launcher/commit/99a0b8852e43082bc1a526551c5786a3834c601d))
10+
- 1.21.9에서 laby 모드가 설치되지 않던 문제를 고쳤어요 ([495135cb71fb2550f8d017ed97f39416717aedd6](https://github.com/Voxelum/x-minecraft-launcher/commit/495135cb71fb2550f8d017ed97f39416717aedd6))
11+
- 충돌 대화상자에서 AI 플랫폼 아이콘 크기가 일관되지 않거나 레이아웃이 겹치던 문제를 고쳤어요 (#1104) ([253bd52aeefd5946342c8272fccbacab667ed1b9](https://github.com/Voxelum/x-minecraft-launcher/commit/253bd52aeefd5946342c8272fccbacab667ed1b9))
12+
- elyby가 실행 실패를 유발할 수 있다는 안내를 추가했어요 ([ca4d7f519eda8ae19beef4527ca5334b6cecd7f0](https://github.com/Voxelum/x-minecraft-launcher/commit/ca4d7f519eda8ae19beef4527ca5334b6cecd7f0))
13+
- 1.9 및 1.8에서 OptiFine을 올바르게 설치하도록 했어요 ([646a0d4ce5b2f91d51c86497c2861c7ee913de14](https://github.com/Voxelum/x-minecraft-launcher/commit/646a0d4ce5b2f91d51c86497c2861c7ee913de14))
14+
- **install**: 모드 설치/삭제에서 발생하던 일부 이상 현상을 고쳤어요 ([bfd8879f1929e469c2194b38f970bd9d9ee5e976](https://github.com/Voxelum/x-minecraft-launcher/commit/bfd8879f1929e469c2194b38f970bd9d9ee5e976))
15+
- 레거시 테마 로드가 정상 동작하도록 수정했어요 ([c5229532a40c554e2029b99b44799f8ea6698279](https://github.com/Voxelum/x-minecraft-launcher/commit/c5229532a40c554e2029b99b44799f8ea6698279))
16+
- 여러 UI 글리치를 수정하고 인스턴스 생성 시 모드팩 탭을 제거했어요 ([6732893f0df711514ab07e62f3cdc6394a4ee8a3](https://github.com/Voxelum/x-minecraft-launcher/commit/6732893f0df711514ab07e62f3cdc6394a4ee8a3))
17+
- 인스턴스 생성 시 전역 설정을 사용하도록 바꿨어요 ([d28c1af10853ed66b852231533a92394817e5b2e](https://github.com/Voxelum/x-minecraft-launcher/commit/d28c1af10853ed66b852231533a92394817e5b2e))
18+
### 🏗️ 리팩토링
19+
20+
21+
- 설치 관련 런치 버튼 힌트를 조정했어요 ([80f771a8a0a52c9de2d4df5b44b8234d1ef07efd](https://github.com/Voxelum/x-minecraft-launcher/commit/80f771a8a0a52c9de2d4df5b44b8234d1ef07efd))
22+
- **modpack**: 모드팩의 다국어(i18n) 표시를 지원하게 했어요 ([99d212b76eea30836da152bfb1f0d0bd8ab8139e](https://github.com/Voxelum/x-minecraft-launcher/commit/99d212b76eea30836da152bfb1f0d0bd8ab8139e))
23+
- 런치 버튼 클릭 로직을 조정했어요 ([8c19d3b8728c449b7e7de341841c3cb35cff244d](https://github.com/Voxelum/x-minecraft-launcher/commit/8c19d3b8728c449b7e7de341841c3cb35cff244d))
24+
- 사용자가 GPU를 보유한 경우 기본 배경을 halo로 사용하도록 했어요 ([ad8320ca3241e26cfa909c0b936d25d91b2d98a1](https://github.com/Voxelum/x-minecraft-launcher/commit/ad8320ca3241e26cfa909c0b936d25d91b2d98a1))
25+
- **version**: 무결성 검사(check integrity)를 인스턴스 설정으로 옮겼어요 ([5a781f40d36f74acfcdb67f4741109d2d8c22225](https://github.com/Voxelum/x-minecraft-launcher/commit/5a781f40d36f74acfcdb67f4741109d2d8c22225))
26+
- **p2p**: Cloudflare를 우회하고 중복으로 전송되던 SDP를 방지했어요 ([7784b169bae8611585d7e6f071b0d95ab3d58e63](https://github.com/Voxelum/x-minecraft-launcher/commit/7784b169bae8611585d7e6f071b0d95ab3d58e63))
27+

src/ko/changelogs/0.52.6.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
version: 0.52.6
3+
date: 2025-10-08
4+
layout: changelog
5+
---
6+
## [0.52.6](#0.52.6)
7+
### 🐛 버그 수정 및 패치
8+
9+
- Linux에서 AppImage 샌드박스 권한 오류를 수정했어요 (#1117) ([ea21b5b75d54680b0e4b492376726fd44699fcef](https://github.com/Voxelum/x-minecraft-launcher/commit/ea21b5b75d54680b0e4b492376726fd44699fcef))
10+
- 사용자 프로필에 캐릭터가 없어도 로그인을 허용하도록 했어요 ([913bf8d72bcdee9a4dac2d0cfcc8f5a5fb313925](https://github.com/Voxelum/x-minecraft-launcher/commit/913bf8d72bcdee9a4dac2d0cfcc8f5a5fb313925))
11+
- **modpack**: 모드팩 내보내기가 모든 메타데이터를 존중하고 파일 트리 UI를 더 명확하게 만들도록 했어요 ([c585fc60d3f1faecfc21ae6ea2d3e00a92b90f39](https://github.com/Voxelum/x-minecraft-launcher/commit/c585fc60d3f1faecfc21ae6ea2d3e00a92b90f39))
12+
### 🏗️ 리팩토링
13+
14+
- 이미지 표시 경험을 개선했어요 ([29aa24f35fb74ef8d689d029575152e4263d24f6](https://github.com/Voxelum/x-minecraft-launcher/commit/29aa24f35fb74ef8d689d029575152e4263d24f6))
15+

src/ko/changelogs/0.52.7.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
version: 0.52.7
3+
date: 2025-10-13
4+
layout: changelog
5+
---
6+
## [0.52.7](#0.52.7)
7+
### 🐛 버그 수정 및 패치
8+
9+
- 깨진 Modrinth 팔로우 기능을 고쳤어요 ([73bbd04f11ddd9253e9e440800aa5250ed1cf08d](https://github.com/Voxelum/x-minecraft-launcher/commit/73bbd04f11ddd9253e9e440800aa5250ed1cf08d))
10+
- CurseForge 충돌 리포트가 표시되지 않던 문제를 고쳤어요 ([09fd501063c8e7d5100d6d253b37f971b9ca2a4b](https://github.com/Voxelum/x-minecraft-launcher/commit/09fd501063c8e7d5100d6d253b37f971b9ca2a4b))
11+
- 인스턴스 업데이트가 업스트림을 갱신하지 않던 문제를 고쳤어요 ([7f00101082b322b941f18a1d453354b4bd007e2c](https://github.com/Voxelum/x-minecraft-launcher/commit/7f00101082b322b941f18a1d453354b4bd007e2c))
12+
- Modrinth 모드 업데이트 체크에서 "Failed to fetch" 오류가 나던 문제를 고쳤어요 (#1131) ([d7d621e34dcf64768c8fe2c004446862a635f948](https://github.com/Voxelum/x-minecraft-launcher/commit/d7d621e34dcf64768c8fe2c004446862a635f948))
13+
- 여러 UI 글리치를 고치려고 시도했어요 ([24d4a508335056bd631e8007329e6611231dd84b](https://github.com/Voxelum/x-minecraft-launcher/commit/24d4a508335056bd631e8007329e6611231dd84b))
14+
### 🏗️ 리팩토링
15+
16+
- 모드 페이지에 더 풍부한 힌트를 추가했어요 ([67c351375a7e5364831ce5be0612ef547888c312](https://github.com/Voxelum/x-minecraft-launcher/commit/67c351375a7e5364831ce5be0612ef547888c312))
17+

src/ko/protocol/p2p.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
이 글은 WebRTC를 통해 로컬 네트워크 간 플레이를 가능하게 하는 마인크래프트 런처 구현에 대해 설명합니다.
44

5-
## What is WebRTC? Why choose it?
65
## WebRTC란 무엇인가요? 왜 선택해야 할까요?
76

87
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API)에서 말하길:
@@ -61,7 +60,7 @@ WebRTC나 커스텀 홀 펀칭을 사용할 경우, 사용자 경험은 전적
6160

6261
프로토콜은 주로 다음 세 부분으로 구성됩니다:
6362

64-
1. 사용자 간 피어 투 피어 연결을 어떻게 맺을지.
63+
1. 사용자 간 p2p(중앙 서버를 거치지 않고 클라이언트 컴퓨터끼리 직접 통신하는 방식) 연결을 어떻게 맺을지.
6564
2. 연결이 성립된 이후 어떤 프로토콜 형식으로 통신할지.
6665
3. Minecraft가 DataChannel을 통해 어떻게 연결될지.
6766

0 commit comments

Comments
 (0)