diff options
author | Tharre <tharre3@gmail.com> | 2021-12-07 06:59:49 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2021-12-18 22:51:29 +0100 |
commit | e31b38c782a065c88515fe4191f458ef692173ff (patch) | |
tree | 6cae1413abe71e18c17d7263b5ccc449831b6b5e /arch-system/etc-locale.gen | |
parent | 99f955d136ec458c188ee21e70df9657801b4854 (diff) | |
download | pkgbuilds-e31b38c782a065c88515fe4191f458ef692173ff.tar.gz pkgbuilds-e31b38c782a065c88515fe4191f458ef692173ff.tar.xz pkgbuilds-e31b38c782a065c88515fe4191f458ef692173ff.zip |
arch-system: fix a couple small things
Diffstat (limited to 'arch-system/etc-locale.gen')
-rw-r--r-- | arch-system/etc-locale.gen | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch-system/etc-locale.gen b/arch-system/etc-locale.gen index d352b46..a68f87c 100644 --- a/arch-system/etc-locale.gen +++ b/arch-system/etc-locale.gen @@ -21,6 +21,6 @@ # A list of supported locales is included in this file. # Uncomment the ones you need. # -en_US.UTF-8 UTF-8 -en_GB.UTF-8 UTF-8 -de_DE.UTF-8 UTF-8 +en_US.UTF-8 UTF-8 +en_GB.UTF-8 UTF-8 +de_DE.UTF-8 UTF-8 |