diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-08 23:58:14 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-06-11 02:50:17 +0200 |
commit | 185624ce2dfea227f0357e417bb3615e88c95e8e (patch) | |
tree | 160501b05bee71db34c1eea56a51651c8ca3c982 /AllLangPackage_html_media_lang.mk | |
parent | 4189aaf3b4d4c00773d5afb4c0ad5f0eea5820b5 (diff) |
tdf#116642 Fix COUNTIFS page + help makefiles
+ Add callateral file for COUNTIFS
+ Adjust makefiles
+ some tweaks in XSLT
+ adjust languages to gb_HELP_LANGS.
Change-Id: I9d2684d20804b93fd0671621d28a8d786a101fdf
Reviewed-on: https://gerrit.libreoffice.org/55493
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangPackage_html_media_lang.mk')
-rw-r--r-- | AllLangPackage_html_media_lang.mk | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/AllLangPackage_html_media_lang.mk b/AllLangPackage_html_media_lang.mk index 7482ec9976..caf4f76876 100644 --- a/AllLangPackage_html_media_lang.mk +++ b/AllLangPackage_html_media_lang.mk @@ -161,7 +161,6 @@ $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang, )) $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,pt-BR,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ - files/scalc/pt-BR/pivot.ods \ helpimg/pt-BR/feldalle.png \ helpimg/pt-BR/feldbrei.png \ helpimg/pt-BR/feldcolo.png \ @@ -234,9 +233,8 @@ $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang, helpimg/zh-TW/zellvor.png \ )) -#TODO: fy is filtered out for now, as $(SRCDIR)/helpcontent2/source/media/ doesn't contain the -# corresponding screenshots yet: -$(foreach lang,$(filter-out en-US fy,$(completelangiso)),$(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,$(lang),$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ + +$(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,$(lang),$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ screenshots/modules/smath/ui/alignmentdialog/$(lang)/AlignmentDialog.png \ screenshots/modules/smath/ui/catalogdialog/$(lang)/CatalogDialog.png \ screenshots/modules/smath/ui/fontdialog/$(lang)/FontDialog.png \ @@ -246,5 +244,12 @@ $(foreach lang,$(filter-out en-US fy,$(completelangiso)),$(eval $(call gb_AllLan screenshots/modules/smath/ui/spacingdialog/$(lang)/SpacingDialog.png \ screenshots/modules/smath/ui/symdefinedialog/$(lang)/EditSymbols.png \ ))) - +#TODO: Find a clever way to pick en-US files (default) when localized files are missing +# +$(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,$(lang),$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ + files/scalc/$(lang)/imtrigon.ods \ + files/scalc/$(lang)/trigon.ods \ + files/scalc/$(lang)/pivot.ods \ + files/scalc/$(lang)/functions_ifs.ods \ +))) # vim: set noet sw=4 ts=4: |