added chinese to i18next config (#1591)

This commit is contained in:
Peer Richelsen 2022-01-24 16:52:53 +00:00 committed by GitHub
parent 89bfff9a0b
commit 7baedc2f64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ module.exports = {
"pl",
"ar",
"iw",
"zh-CN",
],
},
localePath: path.resolve("./public/static/locales"),