1
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:
nowrep 2013-09-19 12:02:53 +02:00
parent 9fe5df8497
commit f527a837db
9 changed files with 12 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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