mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
Add turkish language
This commit is contained in:
parent
2be7ae3cc6
commit
4366f53927
@ -56,6 +56,7 @@ list(
|
||||
L10N_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_de_DE.ts
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_zh_CN.ts
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/translations/ScreenPlay_pt_BR.ts
|
||||
|
@ -142,5 +142,7 @@
|
||||
<file>translations/ScreenPlay_ru_RU.ts</file>
|
||||
<file>translations/ScreenPlay_vi_VN.ts</file>
|
||||
<file>translations/ScreenPlay_zh_CN.ts</file>
|
||||
<file>translations/ScreenPlay_tr_TR.qm</file>
|
||||
<file>translations/ScreenPlay_tr_TR.ts</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -192,6 +192,9 @@ Item {
|
||||
}, {
|
||||
"value": Settings.Pt_BR,
|
||||
"text": "Portuguese (Brazil)"
|
||||
}, {
|
||||
"value": Settings.Tr_TR,
|
||||
"text": "Turkish"
|
||||
}]
|
||||
onActivated: {
|
||||
ScreenPlay.settings.setLanguage(settingsLanguage.comboBox.currentValue);
|
||||
|
@ -124,6 +124,7 @@ public:
|
||||
Vi_VN,
|
||||
Pt_BR,
|
||||
Zh_CN,
|
||||
Tr_TR,
|
||||
};
|
||||
Q_ENUM(Language)
|
||||
|
||||
|
BIN
ScreenPlay/translations/ScreenPlay_tr_TR.qm
Normal file
BIN
ScreenPlay/translations/ScreenPlay_tr_TR.qm
Normal file
Binary file not shown.
2207
ScreenPlay/translations/ScreenPlay_tr_TR.ts
Normal file
2207
ScreenPlay/translations/ScreenPlay_tr_TR.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user