summaryrefslogtreecommitdiff
path: root/solenv/inc/langlist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/inc/langlist.mk')
-rw-r--r--solenv/inc/langlist.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/solenv/inc/langlist.mk b/solenv/inc/langlist.mk
index 0de00dff99a7..95a295c10738 100644
--- a/solenv/inc/langlist.mk
+++ b/solenv/inc/langlist.mk
@@ -138,6 +138,15 @@ zh-CN \
zh-TW \
zu
+# languages with low translation percentage, but still wish to have daily builds
+lowcompletion_langs = sun
+ifneq ($(ENABLE_RELEASE_BUILD),TRUE)
+completelangiso += $(lowcompletion_langs)
+else
+# allow to manually specify even in release config
+completelangiso += $(foreach lang,$(WITH_LANG),$(filter $(lang),$(lowcompletion_langs)))
+endif
+
ifneq ($(WITH_LANG),ALL)
gb_WITH_LANG=$(WITH_LANG)
else