~ruther/guix-local

243cea2461e3f260cef2c702689252a54858fdfc — Ludovic Courtès 11 years ago 56b8210
guix: Look for "guix-packages" messages in $localedir.

* scripts/guix.in (run-guix-main): Add 'bindtextdomain' call.
1 files changed, 1 insertions(+), 0 deletions(-)

M scripts/guix.in
M scripts/guix.in => scripts/guix.in +1 -0
@@ 60,6 60,7 @@
    (let ((guix-main (module-ref (resolve-interface '(guix ui))
                                 'guix-main)))
      (bindtextdomain "guix" (config-lookup "localedir"))
      (bindtextdomain "guix-packages" (config-lookup "localedir"))
      (apply guix-main (command-line))))

  (maybe-augment-load-paths!)