From 4b1d03fe563fc72a322eb8b8be8b58cf1b1a994a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 30 Jun 2022 01:27:33 +0700 Subject: all: change default locale to en_GB.UTF-8 Because the rest of the world use metrics instead of imperial system. --- sys/etc/locale.conf | 2 +- sys/etc/locale.gen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/etc/locale.conf b/sys/etc/locale.conf index 01ec548..f62153b 100644 --- a/sys/etc/locale.conf +++ b/sys/etc/locale.conf @@ -1 +1 @@ -LANG=en_US.UTF-8 +LANG=en_GB.UTF-8 diff --git a/sys/etc/locale.gen b/sys/etc/locale.gen index a66d814..230dd52 100644 --- a/sys/etc/locale.gen +++ b/sys/etc/locale.gen @@ -1 +1 @@ -en_US.UTF-8 UTF-8 +en_GB.UTF-8 UTF-8 -- cgit v1.3