feat(lang): add support for Chinese (Traditional) language

This commit is contained in:
sct
2021-01-19 02:17:14 +00:00
parent 801e76524d
commit 686c4f71bf
3 changed files with 19 additions and 8 deletions

View File

@@ -12,7 +12,8 @@ export type AvailableLocales =
| 'it'
| 'pt-BR'
| 'sr'
| 'sv';
| 'sv'
| 'zh-Hant';
interface LanguageContextProps {
locale: AvailableLocales;