summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2024-06-07 18:15:06 +0900
committerGitHub2024-06-07 11:15:06 +0200
commit5a61f73c198a33b27342c9b0371dd5fd22da2190 (patch)
tree855e54fa3b275c847d53174b4f0e4064080afa89
parentfa17f1482d1fec56c1527daca3d72a761700d73b (diff)
downloadIT.starlight-5a61f73c198a33b27342c9b0371dd5fd22da2190.tar.gz
IT.starlight-5a61f73c198a33b27342c9b0371dd5fd22da2190.tar.bz2
IT.starlight-5a61f73c198a33b27342c9b0371dd5fd22da2190.zip
i18n(ko-KR): update `configuration.mdx` and `ko.json` (#1976)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r--.changeset/mighty-peaches-prove.md5
-rw-r--r--docs/src/content/docs/ko/reference/configuration.mdx2
-rw-r--r--packages/starlight/translations/ko.json4
3 files changed, 8 insertions, 3 deletions
diff --git a/.changeset/mighty-peaches-prove.md b/.changeset/mighty-peaches-prove.md
new file mode 100644
index 00000000..eb3b0242
--- /dev/null
+++ b/.changeset/mighty-peaches-prove.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/starlight": patch
+---
+
+Updates Korean UI translations
diff --git a/docs/src/content/docs/ko/reference/configuration.mdx b/docs/src/content/docs/ko/reference/configuration.mdx
index 9eec292a..a65894f0 100644
--- a/docs/src/content/docs/ko/reference/configuration.mdx
+++ b/docs/src/content/docs/ko/reference/configuration.mdx
@@ -575,7 +575,7 @@ starlight({
### `credits`
-์‚ฌ์ดํŠธ ๋ฐ”๋‹ฅ๊ธ€์— โ€œBuilt with Starlightโ€ ๋งํฌ ํ‘œ์‹œ๋ฅผ ํ™œ์„ฑํ™”ํ•ฉ๋‹ˆ๋‹ค.
+์‚ฌ์ดํŠธ ๋ฐ”๋‹ฅ๊ธ€์— โ€œStarlight๋กœ ์ œ์ž‘๋จโ€ ๋งํฌ ํ‘œ์‹œ๋ฅผ ํ™œ์„ฑํ™”ํ•ฉ๋‹ˆ๋‹ค.
```js
starlight({
diff --git a/packages/starlight/translations/ko.json b/packages/starlight/translations/ko.json
index 28a1a836..64119205 100644
--- a/packages/starlight/translations/ko.json
+++ b/packages/starlight/translations/ko.json
@@ -24,6 +24,6 @@
"aside.tip": "ํŒ",
"aside.caution": "์ฃผ์˜",
"aside.danger": "์œ„ํ—˜",
- "fileTree.directory": "Directory",
- "builtWithStarlight.label": "Built with Starlight"
+ "fileTree.directory": "๋””๋ ‰ํ„ฐ๋ฆฌ",
+ "builtWithStarlight.label": "Starlight๋กœ ์ œ์ž‘๋จ"
}