From b096b30bbfc92c4afe2c9d4a843589077351c374 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 6 May 2022 21:02:47 +0200 Subject: [PATCH] etc: Add locale.gen Add the configuration file for locale-gen. This is primarily meant as a little help/template, I will probably not include it in the files that are symlinked by dotbot. --- etc/locale.gen | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/locale.gen diff --git a/etc/locale.gen b/etc/locale.gen new file mode 100644 index 0000000..514a937 --- /dev/null +++ b/etc/locale.gen @@ -0,0 +1,23 @@ +# Configuration file for locale-gen +# +# lists of locales that are to be generated by the locale-gen command. +# +# Each line is of the form: +# +# +# +# where is one of the locales given in /usr/share/i18n/locales +# and is one of the character sets listed in /usr/share/i18n/charmaps +# +# Examples: +# en_US ISO-8859-1 +# en_US.UTF-8 UTF-8 +# de_DE ISO-8859-1 +# de_DE@euro ISO-8859-15 +# +# The locale-gen command will generate all the locales, +# placing them in /usr/lib/locale. +# +de_DE.UTF-8 UTF-8 +en_DK.UTF-8 UTF-8 +en_US.UTF-8 UTF-8