Merge pull request #1596 from magcho/v3.1

New Japanese translation
This commit is contained in:
RubénD
2020-12-03 21:13:57 +01:00
committed by GitHub
3 changed files with 7683 additions and 2 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,8 @@ final class Language
'pt_BR' => 'Português',
'it_IT' => 'Italiano',
'da' => 'Dansk',
'fo' => 'Føroyskt mál'
'fo' => 'Føroyskt mál',
'ja_JP' => '日本語',
];
/**
* @var ConfigData
@@ -237,4 +238,4 @@ final class Language
{
return file_exists(LOCALES_PATH . DIRECTORY_SEPARATOR . $lang);
}
}
}