[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/20: installer: Add installer source files to the manifest of translat
From: |
John Darrington |
Subject: |
11/20: installer: Add installer source files to the manifest of translatables. |
Date: |
Thu, 12 Jan 2017 20:41:04 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 568b7c3739d0a8f625a1992c0100d3690074792c
Author: John Darrington <address@hidden>
Date: Sat Jan 7 16:39:33 2017 +0100
installer: Add installer source files to the manifest of translatables.
* po/guix/POTFILES.in: Add gnu/system/installer/*.scm
---
po/guix/POTFILES.in | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in
index 0a2eee8..25ea714 100644
--- a/po/guix/POTFILES.in
+++ b/po/guix/POTFILES.in
@@ -5,6 +5,21 @@ gnu/services.scm
gnu/system.scm
gnu/services/shepherd.scm
gnu/system/shadow.scm
+gnu/system/installer/configure.scm
+gnu/system/installer/dialog.scm
+gnu/system/installer/disks.scm
+gnu/system/installer/filesystems.scm
+gnu/system/installer/guixsd-installer.scm
+gnu/system/installer/hostname.scm
+gnu/system/installer/install.scm
+gnu/system/installer/key-map.scm
+gnu/system/installer/mount-point.scm
+gnu/system/installer/network.scm
+gnu/system/installer/passphrase.scm
+gnu/system/installer/ping.scm
+gnu/system/installer/role.scm
+gnu/system/installer/time-zone.scm
+gnu/system/installer/wireless.scm
guix/scripts.scm
guix/scripts/build.scm
guix/scripts/download.scm
- branch wip-installer updated (9c4d060 -> 3673cd8), John Darrington, 2017/01/12
- 02/20: installer: Remove explicit calls to curs-set from pages., John Darrington, 2017/01/12
- 01/20: installer: Correct behaviour of push-cursor and pop-cursor procedures., John Darrington, 2017/01/12
- 12/20: installer: "Setup" --> "Set up", John Darrington, 2017/01/12
- 03/20: installer: Remove pointless calls to delwin., John Darrington, 2017/01/12
- 14/20: installer: Use "lspci -mm" instead of "lspci -m"., John Darrington, 2017/01/12
- 17/20: installer: Use a cleaner method of detecting wireless capability for ethernet interfaces., John Darrington, 2017/01/12
- 09/20: installer: Make all windows with ports scrollable., John Darrington, 2017/01/12
- 08/20: installer: Ignore case in button accelerators., John Darrington, 2017/01/12
- 05/20: installer: New procedure: page-enter., John Darrington, 2017/01/12
- 11/20: installer: Add installer source files to the manifest of translatables.,
John Darrington <=
- 15/20: installer: slurp: Ignore blank lines in output., John Darrington, 2017/01/12
- 04/20: installer: New procedure "page-leave"., John Darrington, 2017/01/12
- 18/20: guix: Add IFF_RUNNING to exported syscall constants., John Darrington, 2017/01/12
- 20/20: installer: Enable direct scrolling to top or bottom of menus., John Darrington, 2017/01/12
- 19/20: installer: Make the network menu more reliable., John Darrington, 2017/01/12
- 07/20: installer: Rename "Back" buttons to "Cancel"., John Darrington, 2017/01/12
- 13/20: installer: Use guix build syscalls module for network interrogation., John Darrington, 2017/01/12
- 10/20: installer: Rename 'file-browser.scm' to 'key-map.scm'., John Darrington, 2017/01/12
- 06/20: installer: Ensure that the cursor visibility is updated on each page., John Darrington, 2017/01/12
- 16/20: installer: Minor cleanup., John Darrington, 2017/01/12