mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 04:54:40 +03:00
Translations Español
This commit is contained in:
parent
ad138f7257
commit
c9495b2745
@ -30,6 +30,7 @@ DEFINES += INSPECT_BASEDESIGN
|
|||||||
|
|
||||||
REPORT_PATH = $$PWD/src
|
REPORT_PATH = $$PWD/src
|
||||||
|
|
||||||
|
|
||||||
INCLUDEPATH += \
|
INCLUDEPATH += \
|
||||||
$$REPORT_PATH/ \
|
$$REPORT_PATH/ \
|
||||||
$$REPORT_PATH/items \
|
$$REPORT_PATH/items \
|
||||||
@ -230,4 +231,27 @@ RESOURCES += \
|
|||||||
$$REPORT_PATH/items/items.qrc
|
$$REPORT_PATH/items/items.qrc
|
||||||
|
|
||||||
|
|
||||||
TRANSLATIONS += limereport_ru.ts
|
TRANSLATIONS_PATH = $$PWD/translations
|
||||||
|
TRANSLATIONS += $$TRANSLATIONS_PATH/limereport_ru.ts \
|
||||||
|
$$TRANSLATIONS_PATH/limereport_es_ES.ts
|
||||||
|
|
||||||
|
OTHER_FILES += $$TRANSLATIONS
|
||||||
|
|
||||||
|
#######
|
||||||
|
####Automatically build required translation files (*.qm)
|
||||||
|
all.depends = locale
|
||||||
|
#QMAKE_EXTRA_TARGETS += all
|
||||||
|
|
||||||
|
#"%.ts".commands = lupdate -ts $@ $<
|
||||||
|
|
||||||
|
TRANSLATIONS_TARGETS = $$replace(TRANSLATIONS, ".ts", ".qm")
|
||||||
|
locale.depends = $$TRANSLATIONS_TARGETS
|
||||||
|
QMAKE_EXTRA_TARGETS += locale
|
||||||
|
|
||||||
|
"%.qm".commands = lrelease -qm $@ $<
|
||||||
|
"%.qm".depends = "%.ts"
|
||||||
|
QMAKE_EXTRA_TARGETS += "%.qm"
|
||||||
|
|
||||||
|
PRE_TARGETDEPS += locale
|
||||||
|
|
||||||
|
#### EN AUTOMATIC TRANSLATIONS
|
||||||
|
2074
translations/limereport_es_ES.ts
Normal file
2074
translations/limereport_es_ES.ts
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user