diff options
author | Andras Timar <andras.timar@collabora.com> | 2021-10-01 21:56:17 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-10-02 17:13:20 +0200 |
commit | 8edafda76ad63a3bcce02086f3d4d02274b9940c (patch) | |
tree | 7925dcc571630a6b0406cf50ba977be14d212e17 /librelogo | |
parent | a6a5927eebd51204f224bac16749ca65b258f772 (diff) |
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@collabora.com>
Diffstat (limited to 'librelogo')
-rw-r--r-- | librelogo/Package_librelogo_properties.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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: |