summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/functions.sh')
-rwxr-xr-xsbin/functions.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/functions.sh b/sbin/functions.sh
index ab39a45..e635de1 100755
--- a/sbin/functions.sh
+++ b/sbin/functions.sh
@@ -46,6 +46,10 @@ RC_DEFAULT_INDENT=2
#RC_DOT_PATTERN=' .'
RC_DOT_PATTERN=''
+# Setup i18n variables
+TEXTDOMAINDIR="${svclib}/locale"
+TEXTDOMAIN="rc-scripts"
+
# void import_addon(char *addon)
#
# Import code from the specified addon if it exists