From 3ea39431ffcf2d2486137f67a4635a890b415cf0 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 17 Dec 2021 09:51:21 -0500 Subject: use locale --- executable_dot_xinitrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executable_dot_xinitrc.tmpl') 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 -- cgit v1.2.3