diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-20 10:33:22 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-12-20 14:39:48 +0100 |
commit | 360b08083df38a025a2fdbb1dfbcddd1b4ec174c (patch) | |
tree | 9e2231c67cb57180aa13451bb1fb8a73579a9ca8 /Package_html_media.mk | |
parent | 6707900d671ea0fec291453f034188132ae43547 (diff) |
tdf#129505 Add localized images for impress remote
Community is invited to supply their own localized images.
Default is en-US
Change-Id: I8c179473df279a9a686068dc17afa060ac675125
Reviewed-on: https://gerrit.libreoffice.org/85605
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index ea74daebc3..f7da6a0763 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -58,8 +58,6 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE helpimg/formvers.png \ helpimg/hand01.png \ helpimg/hsizebar.png \ - helpimg/impress_remote01.png \ - helpimg/impress_remote02.png \ helpimg/impress_remote_icon.png \ helpimg/kombi1.png \ helpimg/left.png \ @@ -335,6 +333,14 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png \ screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png \ screenshots/svx/ui/compressgraphicdialog/CompressGraphicDialog.png \ + screenshots/miscellaneous/impressremote/image01/impress_remote01.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/miscellaneous/impressremote/image01/$(lang)/impress_remote01.png \ + ) \ + screenshots/miscellaneous/impressremote/image02/impress_remote02.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/miscellaneous/impressremote/image02/$(lang)/impress_remote02.png \ + ) \ screenshots/modules/simpress/ui/optimpressgeneralpage/OptSavePage.png \ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ screenshots/modules/simpress/ui/optimpressgeneralpage/$(lang)/OptSavePage.png \ |