]> git.plutz.net Git - shellwiki/blobdiff - handlers/10_translations.sh
Merge commit 'f5a7a98f217d9a047cba2c9c92c21baa46d9e0db'
[shellwiki] / handlers / 10_translations.sh
index da67f8947cb6f1b0bb99ac32762fbb1adb4f8c50..4b3464031aced41bae5581ea40728d2caf6a4e31 100755 (executable)
@@ -63,4 +63,6 @@ case ${PATH_INFO} in
     ;;
 esac
 
+[ -r "${_EXEC}/l10n/${LANGUAGE}.sh" ] && . "${_EXEC}/l10n/${LANGUAGE}.sh"
+
 return 1