Japanese Translation (#8576)

Signed-off-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
This commit is contained in:
かっこかり
2025-04-16 21:46:40 +07:00
committed by GitHub
parent fb12d735ff
commit da6ef6e1e1
71 changed files with 3440 additions and 5 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ export async function configurePlatform() {
const languages = myBranding.languages
? (myBranding.languages as string).split(',').map((l) => l.trim())
: ['en', 'ru', 'es', 'pt', 'zh', 'fr', 'cs', 'it', 'de']
: ['en', 'ru', 'es', 'pt', 'zh', 'fr', 'cs', 'it', 'de', 'ja']
setMetadata(uiPlugin.metadata.Languages, languages)