summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-08-17 22:02:01 +0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-12-21 16:45:08 +0000
commitfe8eb2c01e6f4c30eb593eb526892829dbba1804 (patch)
treeccbb379d27a36f96f04a484911ff06d2cd59e18e /solenv/gbuild
parent87e7a2f60ec823aed6738fb081ad358b5d0536e6 (diff)
tdf#140215 Simplify the handling of .ulf files
Now the headings in the ulf files for .desktop files are in the form [filename_Key] Gallery names are also adjusted to fit the new scheme, where there is no longer a need to pass a --key argument to desktop-translate.py Sync comments with .desktop files and the remaining .ulf and remove obsolete Mandriva Linux meta data while at it. Script to mass-replace relevant names in translations will be provided to infra. Change-Id: I87e8028aa5b66f5f5560efa62ddd9b1e5b61c49c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138455 Tested-by: Jenkins Reviewed-by: Sophie Gautier <sophi@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/Gallery.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk
index 78b9e70ae753..3d3fa2092edc 100644
--- a/solenv/gbuild/Gallery.mk
+++ b/solenv/gbuild/Gallery.mk
@@ -37,7 +37,7 @@ define gb_Gallery__command_str
cp -f $(GALLERY_STRFILE) $@ && \
$(call gb_ExternalExecutable_get_command,python) \
$(gb_Gallery_TRANSLATE) \
- --ext "str" --key "name" \
+ --ext "str" \
-d $(GALLERY_WORKDIR) \
$(GALLERY_ULFFILE)
endef