From c64983dbfd623c167e0974c2fbfe929e569bb1f5 Mon Sep 17 00:00:00 2001 From: inference Date: Thu, 29 Dec 2022 09:15:20 +0000 Subject: [PATCH] Fix L10N language by switching to IETF BCP 47. --- portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 4bec1d0..086106d 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 4.0.0.25 +# Version: 4.0.1.26 # System @@ -18,7 +18,7 @@ PKGDIR="/var/cache/bin/" ## Language LC_MESSAGES="C" LINGUAS="en" -L10N="en_GB" +L10N="en-GB" ## Gentoo mirrors ## ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT! ## IF IPV6-ONLY IS SUPPORTED BY ISP, IPV6-ONLY MIRRORS SHOULD BE PREFERRED!