diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-09-29 15:26:04 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-10-02 08:54:16 +0200 |
commit | b358fb9b95915743d8666b238acb8e117c8751ce (patch) | |
tree | 7913b29b55f56ffa83d7a7e57f96340db7536410 /AllLangHelp_scalc.mk | |
parent | c5ee45213fccf09f14c6fe13fd25cae0c8a71b43 (diff) |
Reduce L10N workload for repetitive strings
Change 'Syntax' and 'Examples' heading into an embedded string
translated only once.
Change-Id: Iac2eef8fedbaa4461aa2f941af7f065a3b16fb2d
Reviewed-on: https://gerrit.libreoffice.org/61143
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_scalc.mk')
-rw-r--r-- | AllLangHelp_scalc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 9daadf9a6a..b04311c82e 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -223,6 +223,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_minifs \ helpcontent2/source/text/scalc/01/func_minute \ helpcontent2/source/text/scalc/01/func_month \ + helpcontent2/source/text/scalc/01/common_func \ helpcontent2/source/text/scalc/01/common_func_workdaysintl \ helpcontent2/source/text/scalc/01/func_networkdays \ helpcontent2/source/text/scalc/01/func_networkdays.intl \ |