]> git.plutz.net Git - shellwiki/blobdiff - handlers/10_translations.sh
Merge commit '4faa985e6953b2c6d1cb94148daf12780b84a811'
[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