Add Traditional Chinese translations (#68)

Co-authored-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Dejavu Moe 2022-11-24 17:33:57 +08:00 committed by GitHub
parent ff91301acc
commit 007b82d1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import fr from './fr.json'
import lv from './lv.json'
import nl from './nl.json'
import zh from './zh.json'
import tw from './tw.json'
export default {
ca,
@ -16,4 +17,5 @@ export default {
lv,
nl,
zh,
'zh-TW': tw,
}