diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:51:21 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-17 09:51:21 -0500 |
commit | 3ea39431ffcf2d2486137f67a4635a890b415cf0 (patch) | |
tree | 71c23bb7b314d91e96b06759de1107ea7e779cba /executable_dot_xinitrc.tmpl | |
parent | make icd portable (diff) |
use locale
Diffstat (limited to 'executable_dot_xinitrc.tmpl')
-rw-r--r-- | executable_dot_xinitrc.tmpl | 2 |
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 |