mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Qt: Add Polish translation by Zuzia and Seba
This commit is contained in:
parent
73f6521452
commit
9056db0a0f
|
@ -18,6 +18,7 @@ The following people have contributed to the project in some way, and are credit
|
|||
- @DenSinH - Dutch
|
||||
- @BenjaminSiskoo - French
|
||||
- mikakunin - Japanese
|
||||
- Zuzia, Seba - Polish
|
||||
|
||||
## Cheat Database
|
||||
- Pugsy
|
||||
|
|
|
@ -108,6 +108,7 @@ set(TS_FILES
|
|||
translations/duckstation-qt_it.ts
|
||||
translations/duckstation-qt_ja.ts
|
||||
translations/duckstation-qt_nl.ts
|
||||
translations/duckstation-qt_pl.ts
|
||||
translations/duckstation-qt_pt-br.ts
|
||||
translations/duckstation-qt_pt-pt.ts
|
||||
translations/duckstation-qt_ru.ts
|
||||
|
|
|
@ -293,6 +293,9 @@
|
|||
<QtTs Include="translations\duckstation-qt_nl.ts">
|
||||
<FileType>Document</FileType>
|
||||
</QtTs>
|
||||
<QtTs Include="translations\duckstation-qt_pl.ts">
|
||||
<FileType>Document</FileType>
|
||||
</QtTs>
|
||||
<QtTs Include="translations\duckstation-qt_pt-br.ts">
|
||||
<FileType>Document</FileType>
|
||||
</QtTs>
|
||||
|
|
|
@ -72,9 +72,9 @@
|
|||
<ClCompile Include="debuggerwindow.cpp" />
|
||||
<ClCompile Include="debuggermodels.cpp" />
|
||||
<ClCompile Include="memoryviewwidget.cpp" />
|
||||
<ClCompile Include="$(IntDir)moc_debuggerdialog.cpp" />
|
||||
<ClCompile Include="$(IntDir)moc_debuggermodels.cpp" />
|
||||
<ClCompile Include="$(IntDir)moc_memoryviewwidget.cpp" />
|
||||
<ClCompile Include="$(IntDir)moc_debuggerwindow.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="qtutils.h" />
|
||||
|
@ -199,5 +199,8 @@
|
|||
<QtTs Include="translations\duckstation-qt_zh-cn.ts">
|
||||
<Filter>translations</Filter>
|
||||
</QtTs>
|
||||
<QtTs Include="translations\duckstation-qt_pl.ts">
|
||||
<Filter>translations</Filter>
|
||||
</QtTs>
|
||||
</ItemGroup>
|
||||
</Project>
|
|
@ -67,6 +67,7 @@ std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageLi
|
|||
{QStringLiteral("日本語"), QStringLiteral("ja")},
|
||||
{QStringLiteral("Italiano"), QStringLiteral("it")},
|
||||
{QStringLiteral("Nederlands"), QStringLiteral("nl")},
|
||||
{QStringLiteral("Polski"), QStringLiteral("pl")},
|
||||
{QStringLiteral("Português (Pt)"), QStringLiteral("pt-pt")},
|
||||
{QStringLiteral("Português (Br)"), QStringLiteral("pt-br")},
|
||||
{QStringLiteral("Русский"), QStringLiteral("ru")},
|
||||
|
|
6505
src/duckstation-qt/translations/duckstation-qt_pl.ts
Normal file
6505
src/duckstation-qt/translations/duckstation-qt_pl.ts
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue