summaryrefslogtreecommitdiff
path: root/functions/l10n.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/l10n.sh')
-rwxr-xr-xfunctions/l10n.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/l10n.sh b/functions/l10n.sh
index 1e14988..4e6c9e9 100755
--- a/functions/l10n.sh
+++ b/functions/l10n.sh
@@ -7,7 +7,7 @@
# This is free software, and you are welcome to redistribute it
# under certain conditions; see COPYING for details.
-if [ -x "$(which gettext.sh 2>/dev/null)" ]
+if [ -x "$(which gettext.sh 2>/dev/null)" ] && Find_files /usr/share/locale/*/LC_MESSAGES/${PROGRAM}.mo
then
_L10N="enabled"