Qt: Add Turkish translation by Foxtrot Uniform
This commit is contained in:
parent
4f51310e83
commit
46c34502b1
|
@ -21,6 +21,7 @@ The following people have contributed to the project in some way, and are credit
|
||||||
- @BenjaminSiskoo - French
|
- @BenjaminSiskoo - French
|
||||||
- mikakunin - Japanese
|
- mikakunin - Japanese
|
||||||
- Zuzia, Seba, @CookiePLMonster - Polish
|
- Zuzia, Seba, @CookiePLMonster - Polish
|
||||||
|
- Foxtrot Uniform - Turkish
|
||||||
|
|
||||||
## Cheat Database
|
## Cheat Database
|
||||||
- Pugsy
|
- Pugsy
|
||||||
|
|
|
@ -129,6 +129,7 @@ set(TS_FILES
|
||||||
translations/duckstation-qt_pt-br.ts
|
translations/duckstation-qt_pt-br.ts
|
||||||
translations/duckstation-qt_pt-pt.ts
|
translations/duckstation-qt_pt-pt.ts
|
||||||
translations/duckstation-qt_ru.ts
|
translations/duckstation-qt_ru.ts
|
||||||
|
translations/duckstation-qt_tr.ts
|
||||||
translations/duckstation-qt_zh-cn.ts
|
translations/duckstation-qt_zh-cn.ts
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -328,6 +328,7 @@
|
||||||
</QtTs>
|
</QtTs>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="translations\duckstation-qt_tr.ts" />
|
||||||
<QtUi Include="achievementsettingswidget.ui">
|
<QtUi Include="achievementsettingswidget.ui">
|
||||||
<FileType>Document</FileType>
|
<FileType>Document</FileType>
|
||||||
</QtUi>
|
</QtUi>
|
||||||
|
|
|
@ -89,7 +89,6 @@
|
||||||
<ClInclude Include="settingwidgetbinder.h" />
|
<ClInclude Include="settingwidgetbinder.h" />
|
||||||
<ClInclude Include="resource.h" />
|
<ClInclude Include="resource.h" />
|
||||||
<ClInclude Include="inputbindingmonitor.h" />
|
<ClInclude Include="inputbindingmonitor.h" />
|
||||||
<ClInclude Include="collapsiblewidget.h" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Filter Include="resources">
|
<Filter Include="resources">
|
||||||
|
@ -138,6 +137,7 @@
|
||||||
<QtMoc Include="emulationsettingswidget.h" />
|
<QtMoc Include="emulationsettingswidget.h" />
|
||||||
<QtMoc Include="achievementsettingswidget.h" />
|
<QtMoc Include="achievementsettingswidget.h" />
|
||||||
<QtMoc Include="achievementlogindialog.h" />
|
<QtMoc Include="achievementlogindialog.h" />
|
||||||
|
<QtMoc Include="collapsiblewidget.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<QtUi Include="consolesettingswidget.ui" />
|
<QtUi Include="consolesettingswidget.ui" />
|
||||||
|
@ -179,6 +179,9 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="debuggerwindow.ui" />
|
<None Include="debuggerwindow.ui" />
|
||||||
|
<None Include="translations\duckstation-qt_tr.ts">
|
||||||
|
<Filter>translations</Filter>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<QtTs Include="translations\duckstation-qt_de.ts">
|
<QtTs Include="translations\duckstation-qt_de.ts">
|
||||||
|
@ -221,4 +224,4 @@
|
||||||
<Filter>translations</Filter>
|
<Filter>translations</Filter>
|
||||||
</QtTs>
|
</QtTs>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -81,6 +81,7 @@ std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageLi
|
||||||
{QStringLiteral("Português (Pt)"), QStringLiteral("pt-pt")},
|
{QStringLiteral("Português (Pt)"), QStringLiteral("pt-pt")},
|
||||||
{QStringLiteral("Português (Br)"), QStringLiteral("pt-br")},
|
{QStringLiteral("Português (Br)"), QStringLiteral("pt-br")},
|
||||||
{QStringLiteral("Русский"), QStringLiteral("ru")},
|
{QStringLiteral("Русский"), QStringLiteral("ru")},
|
||||||
|
{QStringLiteral("Türkçe"), QStringLiteral("tr")},
|
||||||
{QStringLiteral("简体中文"), QStringLiteral("zh-cn")}};
|
{QStringLiteral("简体中文"), QStringLiteral("zh-cn")}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue