diff options
author | Tharre <tharre3@gmail.com> | 2018-01-22 17:51:04 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-01-22 17:51:16 +0100 |
commit | 4a8378a672a327af2467b492ea7b80fec706e036 (patch) | |
tree | b114108556f925a253430ab681c09ce5f8961b0e /arch-system/etc-locale.gen | |
parent | 24cca40e62b6753017920acbd0e63ec678368f36 (diff) | |
download | pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.tar.gz pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.tar.xz pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.zip |
arch-system: initial commit
Diffstat (limited to 'arch-system/etc-locale.gen')
-rw-r--r-- | arch-system/etc-locale.gen | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch-system/etc-locale.gen b/arch-system/etc-locale.gen new file mode 100644 index 0000000..d352b46 --- /dev/null +++ b/arch-system/etc-locale.gen @@ -0,0 +1,26 @@ +# Configuration file for locale-gen +# +# lists of locales that are to be generated by the locale-gen command. +# +# Each line is of the form: +# +# <locale> <charset> +# +# where <locale> is one of the locales given in /usr/share/i18n/locales +# and <charset> 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. +# +# 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 |