Skip to content

Commit 3c9f7f3

Browse files
committed
🐛 Add 'ko' to korean lng list
1 parent 248d220 commit 3c9f7f3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

build/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
region: "eu",
3333
});
3434
</script>
35-
<script type="module" crossorigin src="/assets/index-ddd2c89c.js"></script>
35+
<script type="module" crossorigin src="/assets/index-2a05461b.js"></script>
3636
<link rel="stylesheet" href="/assets/index-32718201.css">
3737
</head>
3838
<body>

build/assets/index-ddd2c89c.js renamed to build/assets/index-2a05461b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
region: "eu",
3333
});
3434
</script>
35-
<script type="module" crossorigin src="/assets/index-ddd2c89c.js"></script>
35+
<script type="module" crossorigin src="/assets/index-2a05461b.js"></script>
3636
<link rel="stylesheet" href="/assets/index-32718201.css">
3737
</head>
3838
<body>

src/locales/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ i18next
1818
fallbackLng: {
1919
default: ["en-US"],
2020
"ko-KR": ["ko-KR"],
21+
ko: ["ko-KR"],
2122
},
2223
interpolation: {
2324
escapeValue: false,

0 commit comments

Comments
 (0)