fix the error of unquoting

This commit is contained in:
Kian-ting Tan 2023-06-21 17:45:05 +00:00
parent ee01393b5f
commit b4cf20e7bc

View File

@ -19,7 +19,7 @@ const internalToBackendLocaleMulti = codes => {
const getLanguageName = (code) => {
const specialLanguageNames = {
ja_easy: 'やさしいにほんご',
nan-TW: '臺語(閩南語)',
"nan-TW": '臺語(閩南語)',
zh: '简体中文',
zh_Hant: '繁體中文'
}