Add Simplified Chinese translations (#67)

This commit is contained in:
Dejavu Moe 2022-11-21 18:06:01 +08:00 committed by GitHub
parent 10f9cb2a08
commit 8aaa373818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import es from './es.json'
import fr from './fr.json'
import lv from './lv.json'
import nl from './nl.json'
import zh from './zh.json'
export default {
ca,
@ -14,4 +15,5 @@ export default {
fr,
lv,
nl,
zh,
}