1
0
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:
Elias Steurer 2021-09-19 11:01:40 +02:00
parent 2be7ae3cc6
commit 4366f53927
6 changed files with 2214 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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);

View File

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

Binary file not shown.

File diff suppressed because it is too large Load Diff