diff --git a/pkg/de-p1st-locale/PKGBUILD b/pkg/de-p1st-locale/PKGBUILD index 5ce41ec..80720b9 100644 --- a/pkg/de-p1st-locale/PKGBUILD +++ b/pkg/de-p1st-locale/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=locale _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="locale and timezone" arch=('any') diff --git a/pkg/de-p1st-locale/README.md b/pkg/de-p1st-locale/README.md index 0627960..b503eca 100644 --- a/pkg/de-p1st-locale/README.md +++ b/pkg/de-p1st-locale/README.md @@ -1,6 +1,6 @@ # locale -Note: One may need to delete `/etc/locale.conf` and `/etc/localtime` before installing this pkg +**Note**: One may need to delete `/etc/locale.conf` and `/etc/localtime` before installing this pkg ## locale.conf diff --git a/pkg/de-p1st-locale/locale.conf b/pkg/de-p1st-locale/locale.conf index 5697659..88ca293 100644 --- a/pkg/de-p1st-locale/locale.conf +++ b/pkg/de-p1st-locale/locale.conf @@ -1,6 +1,13 @@ LANG=en_US.UTF-8 LANGUAGE=en_US -LC_COLLATE=C +# LC_COLLATE: This category governs the collation rules used for sorting and +# regular expressions, including character equivalence classes and +# multicharacter collating elements. +# -> Sort order of strings, e.g. of order of files by 'ls' or in 'nautilus' +# -> 'C' sorts [A, Z, a, z] +# -> 'en_US.UTF-8' sorts [A, a, Z, z] +# -> 'en_DE.UTF-8' sorts [a, A, z, Z] +LC_COLLATE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 # LC_NUMERIC: Formatting rules for non monetary numeric values.