Skip to content
Snippets Groups Projects
Commit 243cea24 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

guix: Look for "guix-packages" messages in $localedir.

* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call.
parent 56b82106
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
(let ((guix-main (module-ref (resolve-interface '(guix ui)) (let ((guix-main (module-ref (resolve-interface '(guix ui))
'guix-main))) 'guix-main)))
(bindtextdomain "guix" (config-lookup "localedir")) (bindtextdomain "guix" (config-lookup "localedir"))
(bindtextdomain "guix-packages" (config-lookup "localedir"))
(apply guix-main (command-line)))) (apply guix-main (command-line))))
(maybe-augment-load-paths!) (maybe-augment-load-paths!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment