mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Added Arabic translation to project files (.pro)
This commit is contained in:
parent
9fe5df8497
commit
f527a837db
@ -17,6 +17,7 @@ FORMS += \
|
|||||||
RESOURCES = akn_res.qrc
|
RESOURCES = akn_res.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/ca_ES.ts \
|
translations/ca_ES.ts \
|
||||||
translations/cs_CZ.ts \
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
|
@ -10,7 +10,8 @@ HEADERS += gnomekeyringplugin.h \
|
|||||||
|
|
||||||
RESOURCES += gnomekeyringpasswords.qrc
|
RESOURCES += gnomekeyringpasswords.qrc
|
||||||
|
|
||||||
TRANSLATIONS = translations/cs_CZ.ts \
|
TRANSLATIONS = translations/ar.ts \
|
||||||
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
translations/el_GR.ts \
|
translations/el_GR.ts \
|
||||||
translations/fr_FR.ts \
|
translations/fr_FR.ts \
|
||||||
|
@ -41,6 +41,7 @@ FORMS += \
|
|||||||
RESOURCES += greasemonkey.qrc
|
RESOURCES += greasemonkey.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/ca_ES.ts \
|
translations/ca_ES.ts \
|
||||||
translations/cs_CZ.ts \
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
|
@ -10,7 +10,8 @@ HEADERS += kwalletplugin.h \
|
|||||||
|
|
||||||
RESOURCES += kwalletpasswords.qrc
|
RESOURCES += kwalletpasswords.qrc
|
||||||
|
|
||||||
TRANSLATIONS = translations/cs_CZ.ts \
|
TRANSLATIONS = translations/ar.ts \
|
||||||
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
translations/el_GR.ts \
|
translations/el_GR.ts \
|
||||||
translations/fr_FR.ts \
|
translations/fr_FR.ts \
|
||||||
|
@ -26,6 +26,7 @@ FORMS += \
|
|||||||
RESOURCES = mousegestures.qrc
|
RESOURCES = mousegestures.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/ca_ES.ts \
|
translations/ca_ES.ts \
|
||||||
translations/cs_CZ.ts \
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
|
@ -17,6 +17,7 @@ FORMS += \
|
|||||||
RESOURCES = PIM_res.qrc
|
RESOURCES = PIM_res.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/ca_ES.ts \
|
translations/ca_ES.ts \
|
||||||
translations/cs_CZ.ts \
|
translations/cs_CZ.ts \
|
||||||
translations/da_DK.ts \
|
translations/da_DK.ts \
|
||||||
|
@ -27,6 +27,7 @@ HEADERS += statusbariconsplugin.h \
|
|||||||
RESOURCES += statusbaricons.qrc
|
RESOURCES += statusbaricons.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
translations/el_GR.ts \
|
translations/el_GR.ts \
|
||||||
translations/he_IL.ts \
|
translations/he_IL.ts \
|
||||||
|
@ -14,6 +14,7 @@ HEADERS += testplugin.h \
|
|||||||
RESOURCES += testplugin.qrc
|
RESOURCES += testplugin.qrc
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
|
translations/ar.ts \
|
||||||
translations/ca_ES.ts \
|
translations/ca_ES.ts \
|
||||||
translations/cs_CZ.ts \
|
translations/cs_CZ.ts \
|
||||||
translations/de_DE.ts \
|
translations/de_DE.ts \
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
TRANSLATIONS += $$PWD/ca_ES.ts \
|
TRANSLATIONS += $$PWD/ar.ts \
|
||||||
|
$$PWD/ca_ES.ts \
|
||||||
$$PWD/cs_CZ.ts \
|
$$PWD/cs_CZ.ts \
|
||||||
$$PWD/de_DE.ts \
|
$$PWD/de_DE.ts \
|
||||||
$$PWD/el_GR.ts \
|
$$PWD/el_GR.ts \
|
||||||
|
Loading…
Reference in New Issue
Block a user