Qt: Add Japanese translation by mikakunin

This commit is contained in:
Albert Liu 2020-12-16 16:11:49 -08:00
parent bd7e6954c3
commit 4f26150ef1
5 changed files with 4643 additions and 0 deletions

View File

@ -17,6 +17,7 @@ The following people have contributed to the project in some way, and are credit
- @r57zone - Russian
- @DenSinH - Dutch
- @BenjaminSiskoo - French
- mikakunin - Japanese
## Cheat Database
- Pugsy

View File

@ -279,6 +279,7 @@
<None Include="translations\duckstation-qt_it.ts" />
<None Include="translations\duckstation-qt_nl.ts" />
<None Include="translations\duckstation-qt_ru.ts" />
<None Include="translations\duckstation-qt_ja.ts" />
</ItemGroup>
<Target Name="CopyCommonDataFiles" AfterTargets="Build" Inputs="@(CommonDataFiles)" Outputs="@(CommonDataFiles -> '$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(Extension)')">
<Message Text="Copying common data files" Importance="High" />

View File

@ -175,6 +175,9 @@
<None Include="translations\duckstation-qt_fr.ts">
<Filter>translations</Filter>
</None>
<None Include="translations\duckstation-qt_ja.ts">
<Filter>translations</Filter>
</None>
</ItemGroup>
<ItemGroup>
<QtResource Include="resources\resources.qrc">

View File

@ -64,6 +64,7 @@ std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageLi
{QStringLiteral("Español"), QStringLiteral("es")},
{QStringLiteral("Français"), QStringLiteral("fr")},
{QStringLiteral("עברית"), QStringLiteral("he")},
{QStringLiteral("日本語"), QStringLiteral("ja")},
{QStringLiteral("Italiano"), QStringLiteral("it")},
{QStringLiteral("Nederlands"), QStringLiteral("nl")},
{QStringLiteral("Português (Pt)"), QStringLiteral("pt-pt")},

File diff suppressed because it is too large Load Diff