We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29bc24e + e2809ce commit 32f2746Copy full SHA for 32f2746
src/components/Nav/menus.ts
@@ -126,7 +126,7 @@ const Menus: MenuType = {
126
],
127
},
128
language: {
129
- name: "언어",
+ name: "Language",
130
sub: [
131
{
132
name: "한국어",
src/locale/English/translation.ts
@@ -6,7 +6,7 @@ const EnglishTranslation = {
6
"파이콘 한국": "PyCon Korea",
7
준비위원회: "Organizing Team",
8
"언어 변경": "Change language",
9
- 언어: "Language",
+ Language: "언어",
10
프로그램: "Program",
11
기여하기: "Contribution",
12
후원하기: "Sponsoring",
0 commit comments