[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/18: installer: New gettext keyword M_.
From: |
John Darrington |
Subject: |
02/18: installer: New gettext keyword M_. |
Date: |
Thu, 2 Feb 2017 18:13:04 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 36e052227e5d3e940cecc03da1dd6cb0a9214419
Author: John Darrington <address@hidden>
Date: Mon Jan 30 13:37:17 2017 +0100
installer: New gettext keyword M_.
* po/guix/Makevars (XGETTEXT_OPTIONS): Add keyword M_.
---
po/guix/Makevars | 1 +
1 file changed, 1 insertion(+)
diff --git a/po/guix/Makevars b/po/guix/Makevars
index 8ec7d8a..b27151b 100644
--- a/po/guix/Makevars
+++ b/po/guix/Makevars
@@ -11,6 +11,7 @@ top_builddir = ../..
XGETTEXT_OPTIONS = \
--from-code=UTF-8 \
--keyword=_ --keyword=N_:1,2 \
+ --keyword=M_ \
--keyword=message \
--keyword=description \
--keyword=n_
- branch wip-installer updated (9ff399e -> 688f4f7), John Darrington, 2017/02/02
- 04/18: installer: Add optional arguments to addstr*., John Darrington, 2017/02/02
- 02/18: installer: New gettext keyword M_.,
John Darrington <=
- 01/18: installer: Avoid wpa_supplicant's output causing screen damage., John Darrington, 2017/02/02
- 05/18: installer: Main page: Redisplay translatable strings upon refresh., John Darrington, 2017/02/02
- 09/18: installer: Correct placement of gettext call., John Darrington, 2017/02/02
- 08/18: installer: Replace 'file-browser' with 'key-map'., John Darrington, 2017/02/02
- 06/18: installer: Use _ instead of M_ for host-name-refresh., John Darrington, 2017/02/02
- 14/18: gurses: Cache the windows of buttons., John Darrington, 2017/02/02
- 16/18: installer: New procedure key-value-slurp., John Darrington, 2017/02/02
- 18/18: installer: Fix bug when changing languages., John Darrington, 2017/02/02
- 07/18: installer: New page to select language., John Darrington, 2017/02/02
- 10/18: installer: Fix i18n in dialogs., John Darrington, 2017/02/02