Skip to content

Commit

Permalink
🐛 Add 'ko' to korean lng list
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Jul 25, 2024
1 parent 248d220 commit 3c9f7f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-ddd2c89c.js"></script>
<script type="module" crossorigin src="/assets/index-2a05461b.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
region: "eu",
});
</script>
<script type="module" crossorigin src="/assets/index-ddd2c89c.js"></script>
<script type="module" crossorigin src="/assets/index-2a05461b.js"></script>
<link rel="stylesheet" href="/assets/index-32718201.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ i18next
fallbackLng: {
default: ["en-US"],
"ko-KR": ["ko-KR"],
ko: ["ko-KR"],
},
interpolation: {
escapeValue: false,
Expand Down

0 comments on commit 3c9f7f3

Please sign in to comment.