1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add dutch language

This commit is contained in:
Elias Steurer 2021-09-21 17:26:16 +02:00
parent 3e451e33a0
commit 811259df27
6 changed files with 2231 additions and 0 deletions

View File

@ -57,6 +57,7 @@ list(
# cmake-format: sortable
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_.ts
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_tr_TR.ts
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_nl_NL.ts
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_de_DE.ts
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_zh_CN.ts
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_pt_BR.ts

View File

@ -144,5 +144,7 @@
<file>translations/ScreenPlay_zh_CN.ts</file>
<file>translations/ScreenPlay_tr_TR.qm</file>
<file>translations/ScreenPlay_tr_TR.ts</file>
<file>translations/ScreenPlay_nl_NL.qm</file>
<file>translations/ScreenPlay_nl_NL.ts</file>
</qresource>
</RCC>

View File

@ -195,6 +195,9 @@ Item {
}, {
"value": Settings.Tr_TR,
"text": "Turkish"
}, {
"value": Settings.Nl_NL,
"text": "Dutch"
}]
onActivated: {
ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue);

View File

@ -125,6 +125,7 @@ public:
Pt_BR,
Zh_CN,
Tr_TR,
Nl_NL,
};
Q_ENUM(Language)

Binary file not shown.

File diff suppressed because it is too large Load Diff