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.
zh-TW
1 parent f35bf87 commit 603e8a0Copy full SHA for 603e8a0
guide/theme/lang_toggle.js
@@ -30,7 +30,7 @@
30
document.addEventListener('click', function (e) {
31
if (e.target && e.target.matches('button[data-lang]')) {
32
const chosenLang = e.target.getAttribute('data-lang');
33
- const supportedLangs = ['en', 'zh-TW', 'ko-KR']; // Add translated languages here
+ const supportedLangs = ['en', 'ko-KR']; // Add translated languages here
34
35
let currentPath = window.location.pathname;
36
0 commit comments