installer: Call setlocale after init gettext.
* gnu/installer.scm (installer-program)[init-gettext]: Change locale from C, installed at the program start.master
parent
cfe9c7eceb
commit
d76b668cd6
|
@ -308,7 +308,8 @@ selected keymap."
|
|||
;; translated.
|
||||
#~(begin
|
||||
(bindtextdomain "guix" (string-append #$guix "/share/locale"))
|
||||
(textdomain "guix")))
|
||||
(textdomain "guix")
|
||||
(setlocale LC_ALL "")))
|
||||
|
||||
(define set-installer-path
|
||||
;; Add the specified binary to PATH for later use by the installer.
|
||||
|
|
Reference in New Issue