summaryrefslogtreecommitdiff
path: root/eclass/kde5.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r--eclass/kde5.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 9f94486b44c..6c67803cff2 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -80,6 +80,8 @@ fi
# the LINGUAS environment variable.
if [[ ${CATEGORY} = kde-frameworks ]]; then
: ${KDE_NLS:=true}
+elif [[ ${CATEGORY} = kde-base ]]; then
+ : ${KDE_NLS:=true}
else
: ${KDE_NLS:=false}
fi