feat(i18n): add translations for the new languages (de, es, fr, it, CJK)

This commit is contained in:
Sped0n
2023-11-03 14:19:06 +08:00
parent e2861aa645
commit f4eda42785
19 changed files with 137 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ body {
}
}
body:lang(en) {
body:lang(en, de, es, fr, it) {
font-family: 'Geist', sans-serif;
}