mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +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
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
|
@ -10,7 +10,8 @@ HEADERS += gnomekeyringplugin.h \
|
||||
|
||||
RESOURCES += gnomekeyringpasswords.qrc
|
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \
|
||||
TRANSLATIONS = translations/ar.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/fr_FR.ts \
|
||||
|
@ -41,6 +41,7 @@ FORMS += \
|
||||
RESOURCES += greasemonkey.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
|
@ -10,7 +10,8 @@ HEADERS += kwalletplugin.h \
|
||||
|
||||
RESOURCES += kwalletpasswords.qrc
|
||||
|
||||
TRANSLATIONS = translations/cs_CZ.ts \
|
||||
TRANSLATIONS = translations/ar.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/fr_FR.ts \
|
||||
|
@ -26,6 +26,7 @@ FORMS += \
|
||||
RESOURCES = mousegestures.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/de_DE.ts \
|
||||
|
@ -17,6 +17,7 @@ FORMS += \
|
||||
RESOURCES = PIM_res.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.ts \
|
||||
translations/da_DK.ts \
|
||||
|
@ -27,6 +27,7 @@ HEADERS += statusbariconsplugin.h \
|
||||
RESOURCES += statusbaricons.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/de_DE.ts \
|
||||
translations/el_GR.ts \
|
||||
translations/he_IL.ts \
|
||||
|
@ -14,6 +14,7 @@ HEADERS += testplugin.h \
|
||||
RESOURCES += testplugin.qrc
|
||||
|
||||
TRANSLATIONS = \
|
||||
translations/ar.ts \
|
||||
translations/ca_ES.ts \
|
||||
translations/cs_CZ.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/de_DE.ts \
|
||||
$$PWD/el_GR.ts \
|
||||
|
Loading…
Reference in New Issue
Block a user