Skip to content

Commit 7556291

Browse files
committed
Update translations
1 parent 1de5d98 commit 7556291

File tree

76 files changed

+116537
-143306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+116537
-143306
lines changed

src/core/management_layer/application_manager.cpp

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -940,11 +940,6 @@ void ApplicationManager::Implementation::setTranslation(QLocale::Language _langu
940940
break;
941941
}
942942

943-
case QLocale::Armenian: {
944-
translation = "hy";
945-
break;
946-
}
947-
948943
case QLocale::Azerbaijani: {
949944
translation = "az";
950945
break;
@@ -980,11 +975,6 @@ void ApplicationManager::Implementation::setTranslation(QLocale::Language _langu
980975
break;
981976
}
982977

983-
case QLocale::Esperanto: {
984-
translation = "eo";
985-
break;
986-
}
987-
988978
case QLocale::French: {
989979
translation = "fr";
990980
break;
@@ -1000,6 +990,11 @@ void ApplicationManager::Implementation::setTranslation(QLocale::Language _langu
1000990
break;
1001991
}
1002992

993+
case QLocale::Greek: {
994+
translation = "el";
995+
break;
996+
}
997+
1003998
case QLocale::Hebrew: {
1004999
translation = "he";
10051000
break;
@@ -1075,11 +1070,6 @@ void ApplicationManager::Implementation::setTranslation(QLocale::Language _langu
10751070
break;
10761071
}
10771072

1078-
case QLocale::Filipino: {
1079-
translation = "tl_PH";
1080-
break;
1081-
}
1082-
10831073
case QLocale::Tamil: {
10841074
translation = "ta";
10851075
break;

src/core/translations.qrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@
2222
<file>translations/translation_gl_ES.qm</file>
2323
<file>translations/translation_da_DK.qm</file>
2424
<file>translations/translation_ca.qm</file>
25-
<file>translations/translation_eo.qm</file>
2625
<file>translations/translation_hr.qm</file>
2726
<file>translations/translation_nl.qm</file>
2827
<file>translations/translation_pt_PT.qm</file>
29-
<file>translations/translation_tl_PH.qm</file>
3028
<file>translations/translation_zh.qm</file>
3129
<file>translations/translation_ar.qm</file>
3230
<file>translations/translation_ta.qm</file>
3331
<file>translations/translation_ko.qm</file>
3432
<file>translations/translation_te.qm</file>
3533
<file>translations/translation_sv.qm</file>
36-
<file>translations/translation_hy.qm</file>
34+
<file>translations/translation_el.qm</file>
3735
</qresource>
3836
</RCC>

src/core/translations/_en_source.ts

Lines changed: 941 additions & 889 deletions
Large diffs are not rendered by default.
-3.3 KB
Binary file not shown.

src/core/translations/translation_ar.ts

Lines changed: 3663 additions & 3107 deletions
Large diffs are not rendered by default.
-3.25 KB
Binary file not shown.

src/core/translations/translation_az.ts

Lines changed: 3663 additions & 3107 deletions
Large diffs are not rendered by default.
-1.04 KB
Binary file not shown.

src/core/translations/translation_be.ts

Lines changed: 3646 additions & 3090 deletions
Large diffs are not rendered by default.
-383 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)