mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Add dutch language
This commit is contained in:
parent
3e451e33a0
commit
811259df27
@ -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
|
||||
|
@ -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>
|
||||
|
@ -195,6 +195,9 @@ Item {
|
||||
}, {
|
||||
"value": Settings.Tr_TR,
|
||||
"text": "Turkish"
|
||||
}, {
|
||||
"value": Settings.Nl_NL,
|
||||
"text": "Dutch"
|
||||
}]
|
||||
onActivated: {
|
||||
ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue);
|
||||
|
@ -125,6 +125,7 @@ public:
|
||||
Pt_BR,
|
||||
Zh_CN,
|
||||
Tr_TR,
|
||||
Nl_NL,
|
||||
};
|
||||
Q_ENUM(Language)
|
||||
|
||||
|
BIN
ScreenPlay/translations/ScreenPlay_nl_NL.qm
Normal file
BIN
ScreenPlay/translations/ScreenPlay_nl_NL.qm
Normal file
Binary file not shown.
2224
ScreenPlay/translations/ScreenPlay_nl_NL.ts
Normal file
2224
ScreenPlay/translations/ScreenPlay_nl_NL.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user