Added Traditional Chinese

Closes #510
This commit is contained in:
Ildar Kamalov
2019-01-03 12:55:15 +03:00
committed by Eugene Bujak
parent fd629be6e6
commit eb71f3ed8f
8 changed files with 219 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ import fr from './__locales/fr.json';
import ja from './__locales/ja.json';
import sv from './__locales/sv.json';
import ptBR from './__locales/pt-br.json';
import zhTW from './__locales/zh-tw.json';
const resources = {
en: {
@@ -37,6 +38,9 @@ const resources = {
'pt-BR': {
translation: ptBR,
},
'zh-TW': {
translation: zhTW,
},
};
i18n