diff options
Diffstat (limited to '')
-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 |