aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-06-30 01:27:33 +0700
committerShulhan <ms@kilabit.info>2022-07-25 19:29:22 +0700
commit4b1d03fe563fc72a322eb8b8be8b58cf1b1a994a (patch)
tree8ec2c9c7a65203f574a835436b328f3da18065bb
parent7be14a53dc3426fe722036c189a611726d5e04dd (diff)
downloadcompute-archlinux-image-builder-4b1d03fe563fc72a322eb8b8be8b58cf1b1a994a.tar.xz
all: change default locale to en_GB.UTF-8
Because the rest of the world use metrics instead of imperial system.
-rw-r--r--README.md2
-rw-r--r--sys/etc/locale.conf2
-rw-r--r--sys/etc/locale.gen2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1cd3923..5f129ec 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Arch Linux installation are the following:
- A minimal initcpio is configured for booting on Compute Engine virtual
machines.
- Root filesystem is ext4.
-- Locale is set to en_US.UTF-8 and timezone is set to UTC.
+- Locale is set to en_GB.UTF-8 and timezone is set to UTC.
- Network is configured through dhclient.
- Systemd-timesyncd is enabled and configured to use the Compute Engine metadata
server.
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