Compare commits

...

2 Commits

Author SHA1 Message Date
SpyglassCrafter
ca36fc9c26 Translated using Weblate (Korean)
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
Currently translated at 66.2% (245 of 370 strings)

Co-authored-by: Tiji <iamtiji@users.noreply.weblate.spyglassmc.com>
Translate-URL: https://weblate.spyglassmc.com/projects/misode-github-io/web-app/ko/
Translation: Misode's Data Pack Generators/Web App
2025-08-07 06:06:14 +00:00
Misode
449e8a2b14 Add version 1.21.9 and set default to 1.21.6 2025-08-07 04:04:21 +02:00
4 changed files with 30 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
gtag('config', 'G-S982VZS08T', {
send_page_view: false,
theme: localStorage.getItem('theme') || 'default',
version: localStorage.getItem('schema_version') || '1.21.5',
version: localStorage.getItem('schema_version') || '1.21.6',
locale: localStorage.getItem('language') || 'en',
prefers_color_scheme: matchMedia('(prefers-color-scheme: light)').matches ? 'light' : matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'none',
tree_view_mode: localStorage.getItem('misode_tree_view_mode') || 'default',

View File

@@ -1,9 +1,9 @@
import config from '../Config.js'
export const VersionIds = ['1.15', '1.16', '1.17', '1.18', '1.18.2', '1.19', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21', '1.21.2', '1.21.4', '1.21.5', '1.21.6'] as const
export const VersionIds = ['1.15', '1.16', '1.17', '1.18', '1.18.2', '1.19', '1.19.3', '1.19.4', '1.20', '1.20.2', '1.20.3', '1.20.5', '1.21', '1.21.2', '1.21.4', '1.21.5', '1.21.6', '1.21.9'] as const
export type VersionId = typeof VersionIds[number]
export const DEFAULT_VERSION: VersionId = '1.21.5'
export const DEFAULT_VERSION: VersionId = '1.21.6'
export function checkVersion(versionId: string, minVersionId: string | undefined, maxVersionId?: string) {
const version = config.versions.findIndex(v => v.id === versionId)

View File

@@ -192,9 +192,16 @@
{
"id": "1.21.6",
"ref": "1.21.7",
"name": "1.21.6 — 1.21.7",
"name": "1.21.6 — 1.21.8",
"pack_format": 81,
"show": true
},
{
"id": "1.21.9",
"dynamic": true,
"name": "1.21.9",
"pack_format": 83,
"show": true
}
],
"generators": [

View File

@@ -22,14 +22,14 @@
"download": "다운로드",
"duplicate": "복제",
"enabled": "활성화됨",
"entries_hidden": "%0%개의 엔트리 숨겨짐",
"entries_hidden": "%0%개의 항목 숨겨짐",
"entries_hidden.all": "전부 보기",
"entries_hidden.more": "%0%개 더 보기",
"expand": "펼치기",
"expand_all": "%0%을 누르고 클릭해 전부 펼치기",
"feature.decorated.decorators": "데코레이터",
"feature.decorated.decorators.entry": "데코레이터",
"fields": "필드",
"fields": "항목",
"follow_reference": "참조",
"format.json": "JSON",
"format.yaml": "YAML",
@@ -237,5 +237,21 @@
"generator.atlas": "아틀라스",
"generator.banner_pattern": "현수막 무늬",
"generator.cat_variant": "고양이 종류",
"generator.cow_variant": "소 종류"
"generator.cow_variant": "소 종류",
"contributor.report": "버그 제보자",
"contributor.support": "지원자",
"changelog.show_more": "%0%개의 변경 사항 더 보기",
"customized.biomes": "생물 군계",
"convert.format.give-command": "/give",
"contributor.code": "코드 기여자",
"contributor.translation": "변역가",
"convert.format.recipe-output": "제작법 결과물",
"convert.select": "-- 선택하기 --",
"customized.basic": "기본",
"customized.error_min_version": "사용자 지정 세계는 버젼 %0%전에는 지원되지 않습니다",
"customized.ores": "광물",
"customized.structures": "구조물",
"format.snbt": "SNBT",
"generate_new_color": "새로운 색 생성하기",
"changelog.edit_on_github": "깃헙에서 기술적 변경 사항 편집하기"
}