aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/parameters.scm
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2024-11-01 16:03:15 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2024-11-20 16:01:47 +0100
commit84d5948ee02f6d9aff11603492001eef9df27f95 (patch)
tree7571b8e6631d1096a428323974a8808a956ac185 /gnu/installer/newt/parameters.scm
parent2960720585308e2fdcb44a1ffad5030e06291b5b (diff)
downloadguix-84d5948ee02f6d9aff11603492001eef9df27f95.tar.gz
guix-84d5948ee02f6d9aff11603492001eef9df27f95.zip
install: Open info manuals that have region codes.
Because pt_PT and pt_BR have many differences, such as how the word “file” gets translated, Guix’ pt_BR info manual is called (guix.pt_BR) instead of (guix.pt). * gnu/system/install.scm (log-to-info): Try region coded manual file names. (%installation-node-names): Add node names for pt_BR and zh_CN. Change-Id: I89beebd323ee69ca83c22321c9d9e664b32cf6f3
Diffstat (limited to 'gnu/installer/newt/parameters.scm')
0 files changed, 0 insertions, 0 deletions
completion: Complete files names after 'guix build -L'....* etc/completion/bash/guix (_guix_complete): Complete files names after 'guix build -L'. Oleg Pykhalov 2018-06-16Add guix-daemon Bash completion file....* etc/completion/bash/guix-daemon: New file. * Makefile.am (dist_bashcompletion_DATA): Add this. Oleg Pykhalov 2018-02-17bash completion: Complete files names after 'guix package -m'....* etc/completion/bash/guix (_guix_is_dash_m): New function. (_guix_complete): Add this. Oleg Pykhalov 2017-08-22bash completion: Complete files names after 'guix download'....* etc/completion/bash/guix (_guix_complete): When the command is "download", use __guix_complete_file. Marius Bakke