Add Japanese translation (#2642)

This commit is contained in:
ふぁ
2026-05-26 15:28:48 +09:00
committed by GitHub
parent b3afb9ac1b
commit 66f8bde206
3 changed files with 304 additions and 0 deletions
+2
View File
@@ -4,6 +4,7 @@ import uk from './locales/uk.json';
import fr from './locales/fr.json';
import de from './locales/de.json';
import it from './locales/it.json';
import ja from './locales/ja.json';
import ru from './locales/ru.json';
import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
@@ -31,6 +32,7 @@ export default defineI18nConfig(() => ({
fr,
de,
it,
ja,
ru,
'zh-HK': zhhk,
'zh-CN': zhcn,