Kaydet (Commit) 80263a1b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

gb_UITarget_LANGS got removed with b209dec8

"create all translations for a .ui file in one uiex call."

Change-Id: Idc180b4809b26f45407d3b41b2011edeea886edc
üst a39ceea6
......@@ -12,7 +12,7 @@ $(eval $(call gb_Package_Package,postprocess_config,$(call gb_CustomTarget_get_w
$(eval $(call gb_Package_add_file,postprocess_config,bin/uiconfig.zip,uiconfig.zip))
$(eval $(call gb_Package_add_files,postprocess_config,bin,\
$(foreach lang,$(gb_UITarget_LANGS),uiconfig_$(lang).zip) \
$(foreach lang,$(filter-out en-US,$(gb_WITH_LANG)),uiconfig_$(lang).zip) \
))
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment