[Libreoffice-commits] core.git: librelogo/Package_librelogo_properties.mk
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Sat Oct 2 15:13:54 UTC 2021
librelogo/Package_librelogo_properties.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8edafda76ad63a3bcce02086f3d4d02274b9940c
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Oct 1 21:56:17 2021 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Oct 2 17:13:20 2021 +0200
Related: tdf#80713 add KeyIds to LibreLogo strings
Change-Id: I30499a3fcae8dad5419d7bf862f2a6d0ab08a225
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122967
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/librelogo/Package_librelogo_properties.mk b/librelogo/Package_librelogo_properties.mk
index 9e809af994a8..a8a2b5fd8fe3 100644
--- a/librelogo/Package_librelogo_properties.mk
+++ b/librelogo/Package_librelogo_properties.mk
@@ -10,7 +10,7 @@
$(eval $(call gb_Package_Package,librelogo_properties,$(call gb_CustomTarget_get_workdir,librelogo/locproperties)))
$(eval $(call gb_Package_add_files,librelogo_properties,$(LIBO_SHARE_FOLDER)/Scripts/python/LibreLogo,\
- $(foreach lang,$(subst -,_,$(gb_TRANS_LANGS)),LibreLogo_$(lang).properties) \
+ $(foreach lang,$(subst -,_,$(librelogo_LANGS)),LibreLogo_$(lang).properties) \
))
# vim:set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list