chore(translations): Fix inconsistent punctuation marks for the language name of zh-TW (#731)

This commit is contained in:
XLion
2025-07-07 12:54:45 +00:00
committed by GitHub
parent 04e235e805
commit 98152640b1
@@ -21,7 +21,7 @@
'pt-BR': 'Português brasileiro',
ru: 'Русский',
'zh-CN': '简体中文',
'zh-TW': '繁體中文(臺灣)'
'zh-TW': '繁體中文(臺灣)'
};
async function updateLocale(locale: Locale) {