feat(i18n): add Japanese translation (#1134)

* feat(i18n): add Japanese translation

Signed-off-by: Soli0222 <github@str08.net>

* docs: changelog, what's new and credit for Japanese translation

---------

Signed-off-by: Soli0222 <github@str08.net>
Co-authored-by: Psychotoxical <171614930+Psychotoxical@users.noreply.github.com>
This commit is contained in:
Soli
2026-06-20 20:52:10 +09:00
committed by GitHub
parent 2d1a078186
commit d8e5d4eed4
63 changed files with 2559 additions and 1 deletions
+1
View File
@@ -72,6 +72,7 @@ export function SystemTab() {
{ value: 'ru', label: t('settings.languageRu') },
{ value: 'zh', label: t('settings.languageZh') },
{ value: 'ro', label: t('settings.languageRo') },
{ value: 'ja', label: t('settings.languageJa') },
]}
/>
</div>