From 632798d6b2a512d95670840b1f12e13b407829ec Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 2 Jul 2022 00:08:25 +0700 Subject: all: use predefined files to setting up locale This simplify updating and maintaining custom locale for user that does not want to use en_US. --- sys/etc/locale.conf | 1 + sys/etc/locale.gen | 1 + 2 files changed, 2 insertions(+) create mode 100644 sys/etc/locale.conf create mode 100644 sys/etc/locale.gen (limited to 'sys') diff --git a/sys/etc/locale.conf b/sys/etc/locale.conf new file mode 100644 index 0000000..01ec548 --- /dev/null +++ b/sys/etc/locale.conf @@ -0,0 +1 @@ +LANG=en_US.UTF-8 diff --git a/sys/etc/locale.gen b/sys/etc/locale.gen new file mode 100644 index 0000000..a66d814 --- /dev/null +++ b/sys/etc/locale.gen @@ -0,0 +1 @@ +en_US.UTF-8 UTF-8 -- cgit v1.3