diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-26 22:49:11 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-27 08:55:46 +0100 |
commit | 598e19dca1677aebfe235e974f480b5bdd322694 (patch) | |
tree | a894c7f5a56ea04163ea687b01aa1c701d97d73c /po | |
parent | 9b4d1e7321d04f5d0075810090e72dc16e1578ac (diff) | |
download | guix-598e19dca1677aebfe235e974f480b5bdd322694.tar guix-598e19dca1677aebfe235e974f480b5bdd322694.tar.gz |
system: Build system-wide locale definitions.
* gnu/system/locale.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system.scm (<operating-system>)[locale]: Change the default to
"en_US.utf8".
(operating-system-locale-directory): New procecure.
(operating-system-derivation): Use it.
* doc/guix.texi (Using the Configuration System): Change example locale
to "fr_FR.utf8".
(operating-system Reference): Add xref to "Locales". Document
'locale-definitions'.
(Locales): New section.
* po/guix/POTFILES.in: Add gnu/system.scm.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 5cc68ff404..591b6a1c9a 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -1,6 +1,7 @@ # List of source files which contain translatable strings. # This should be source files of the various tools, and not package modules. gnu/packages.scm +gnu/system.scm guix/scripts/build.scm guix/scripts/download.scm guix/scripts/package.scm |