aboutsummaryrefslogtreecommitdiff
path: root/executable_dot_xinitrc.tmpl
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-17 09:51:21 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-17 09:51:21 -0500
commit3ea39431ffcf2d2486137f67a4635a890b415cf0 (patch)
tree71c23bb7b314d91e96b06759de1107ea7e779cba /executable_dot_xinitrc.tmpl
parentmake icd portable (diff)
use locale
Diffstat (limited to 'executable_dot_xinitrc.tmpl')
-rw-r--r--executable_dot_xinitrc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/executable_dot_xinitrc.tmpl b/executable_dot_xinitrc.tmpl
index 4923f20..2278245 100644
--- a/executable_dot_xinitrc.tmpl
+++ b/executable_dot_xinitrc.tmpl
@@ -8,7 +8,7 @@ case `uname` in
exec icewm-session
;;
OpenBSD)
- export LANG="en_CA.UTF-8"
+ export LANG="{{ .locale }}"
export LC_time="en_GB.UTF-8"
export LC_COLLATE=C
if test -f ~/.Xresources; then