mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Added translations target languages (#1988)
This commit is contained in:
parent
692346f08b
commit
2850a61086
@ -11,9 +11,12 @@ VERSION = $${CUTTER_VERSION_MAJOR}.$${CUTTER_VERSION_MINOR}.$${CUTTER_VERSION_PA
|
||||
# Required QT version
|
||||
lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
|
||||
|
||||
TRANSLATIONS += translations/cutter_ca.ts \
|
||||
TRANSLATIONS += translations/cutter_ar.ts \
|
||||
translations/cutter_ca.ts \
|
||||
translations/cutter_cn.ts \
|
||||
translations/cutter_de.ts \
|
||||
translations/cutter_es.ts \
|
||||
translations/cutter_fa.ts \
|
||||
translations/cutter_fr.ts \
|
||||
translations/cutter_it.ts \
|
||||
translations/cutter_nl.ts \
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a58bb69792edcfbb37fdc70ca2bb103b1ad09426
|
||||
Subproject commit ec8c9310df63f665f41e14320a1cdee9a7454eb8
|
Loading…
Reference in New Issue
Block a user