summaryrefslogtreecommitdiff
path: root/extras/Module_extras.mk
diff options
context:
space:
mode:
authorIstvan Turi <turipista@freemail.hu>2012-08-24 21:47:16 +0200
committerAndras Timar <atimar@suse.com>2012-08-24 21:53:39 +0200
commit1b7c88ab4d6aaa79c484bcb179e5b2f296654462 (patch)
tree351a3b9acb4237fdfe7a114f199b4d20c9863a62 /extras/Module_extras.mk
parenta581d31b227623e09d2970a91214fda398f98eda (diff)
translate fax/letter/agenda/report templates runtime
Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
Diffstat (limited to 'extras/Module_extras.mk')
-rw-r--r--extras/Module_extras.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk
index 2836c2d58f39..23e5fe9ba40c 100644
--- a/extras/Module_extras.mk
+++ b/extras/Module_extras.mk
@@ -11,9 +11,6 @@ $(eval $(call gb_Module_Module,extras))
$(eval $(call gb_Module_add_targets,extras,\
AllLangZip_autotextshare \
- AllLangZip_tplwizagenda \
- AllLangZip_tplwizfax \
- AllLangZip_tplwizreport \
AllLangZip_tplwizstyles \
CustomTarget_autocorr \
Package_fonts \
@@ -36,9 +33,12 @@ $(eval $(call gb_Module_add_targets,extras,\
Zip_gallwwwgraf \
Zip_palettes \
Zip_tpllayoutimpr \
+ Zip_tplwizagenda \
Zip_tplwizbitmap \
Zip_tplwizdesktop \
+ Zip_tplwizfax \
Zip_tplwizletter \
+ Zip_tplwizreport \
Zip_wordbook \
))