diff options
author | Simon Rettberg | 2022-10-31 15:51:28 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-10-31 15:51:28 +0100 |
commit | 53ad17203553a1371679e6e3992f2dbe09bf8610 (patch) | |
tree | 452ba9d8d0cff40a708300a8c64321da8bd0269a /res | |
parent | Clean up and modernize code (diff) | |
download | pvs2-53ad17203553a1371679e6e3992f2dbe09bf8610.tar.gz pvs2-53ad17203553a1371679e6e3992f2dbe09bf8610.tar.xz pvs2-53ad17203553a1371679e6e3992f2dbe09bf8610.zip |
Remove incomplete languages
These should have never survived the PVS2 rewrite. They almost
exclusively contain 1-2 relevant translated strings at best, which means
if we ever want to support these languages again in the future, we could
just re-create them.
Diffstat (limited to 'res')
-rw-r--r-- | res/pvsclient_ts.qrc | 4 | ||||
-rw-r--r-- | res/pvsmgr_ts.qrc | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/res/pvsclient_ts.qrc b/res/pvsclient_ts.qrc index 1640f3f..e08876d 100644 --- a/res/pvsclient_ts.qrc +++ b/res/pvsclient_ts.qrc @@ -1,9 +1,5 @@ <RCC> <qresource prefix="/"> <file alias="l_de">pvsclient_de_DE.qm</file> - <file alias="l_fr">pvsclient_fr_FR.qm</file> - <file alias="l_es_MX">pvsclient_es_MX.qm</file> - <file alias="l_ar_JO">pvsclient_ar_JO.qm</file> - <file alias="l_pl">pvsclient_pl_PL.qm</file> </qresource> </RCC> diff --git a/res/pvsmgr_ts.qrc b/res/pvsmgr_ts.qrc index 8ba5846..6608fc6 100644 --- a/res/pvsmgr_ts.qrc +++ b/res/pvsmgr_ts.qrc @@ -1,9 +1,5 @@ <RCC> <qresource> <file alias="l_de">pvsmgr_de_DE.qm</file> - <file alias="l_fr">pvsmgr_fr_FR.qm</file> - <file alias="l_es_MX">pvsmgr_es_MX.qm</file> - <file alias="l_ar_JO">pvsmgr_ar_JO.qm</file> - <file alias="l_pl">pvsmgr_pl_PL.qm</file> </qresource> </RCC> |