diff options
author | Junseong Park | 2024-06-07 18:15:06 +0900 |
---|---|---|
committer | GitHub | 2024-06-07 11:15:06 +0200 |
commit | 5a61f73c198a33b27342c9b0371dd5fd22da2190 (patch) | |
tree | 855e54fa3b275c847d53174b4f0e4064080afa89 | |
parent | fa17f1482d1fec56c1527daca3d72a761700d73b (diff) | |
download | IT.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.md | 5 | ||||
-rw-r--r-- | docs/src/content/docs/ko/reference/configuration.mdx | 2 | ||||
-rw-r--r-- | packages/starlight/translations/ko.json | 4 |
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๋ก ์ ์๋จ" } |