mirror of
https://github.com/stenzek/duckstation.git
synced 2024-11-23 05:49:43 +00:00
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
|
||||
- mikakunin - Japanese
|
||||
- Zuzia, Seba, @CookiePLMonster - Polish
|
||||
- Foxtrot Uniform - Turkish
|
||||
|
||||
## Cheat Database
|
||||
- Pugsy
|
||||
|
@ -129,6 +129,7 @@ set(TS_FILES
|
||||
translations/duckstation-qt_pt-br.ts
|
||||
translations/duckstation-qt_pt-pt.ts
|
||||
translations/duckstation-qt_ru.ts
|
||||
translations/duckstation-qt_tr.ts
|
||||
translations/duckstation-qt_zh-cn.ts
|
||||
)
|
||||
|
||||
|
@ -328,6 +328,7 @@
|
||||
</QtTs>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="translations\duckstation-qt_tr.ts" />
|
||||
<QtUi Include="achievementsettingswidget.ui">
|
||||
<FileType>Document</FileType>
|
||||
</QtUi>
|
||||
|
@ -89,7 +89,6 @@
|
||||
<ClInclude Include="settingwidgetbinder.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
<ClInclude Include="inputbindingmonitor.h" />
|
||||
<ClInclude Include="collapsiblewidget.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="resources">
|
||||
@ -138,6 +137,7 @@
|
||||
<QtMoc Include="emulationsettingswidget.h" />
|
||||
<QtMoc Include="achievementsettingswidget.h" />
|
||||
<QtMoc Include="achievementlogindialog.h" />
|
||||
<QtMoc Include="collapsiblewidget.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtUi Include="consolesettingswidget.ui" />
|
||||
@ -179,6 +179,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="debuggerwindow.ui" />
|
||||
<None Include="translations\duckstation-qt_tr.ts">
|
||||
<Filter>translations</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtTs Include="translations\duckstation-qt_de.ts">
|
||||
@ -221,4 +224,4 @@
|
||||
<Filter>translations</Filter>
|
||||
</QtTs>
|
||||
</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 (Br)"), QStringLiteral("pt-br")},
|
||||
{QStringLiteral("Русский"), QStringLiteral("ru")},
|
||||
{QStringLiteral("Türkçe"), QStringLiteral("tr")},
|
||||
{QStringLiteral("简体中文"), QStringLiteral("zh-cn")}};
|
||||
}
|
||||
|
||||
|
7825
src/duckstation-qt/translations/duckstation-qt_tr.ts
Normal file
7825
src/duckstation-qt/translations/duckstation-qt_tr.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user