diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2014-06-24 13:32:45 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-07-28 13:20:34 +0800 |
commit | c325141c622b607112ab3a84a695a985f11f9228 (patch) | |
tree | 34b05863405946501370ab7b66a0a5b24fb6e7ba /po | |
parent | 4e30f260106ac5f7007e213db1d1e54298393290 (diff) | |
download | petitboot-c325141c622b607112ab3a84a695a985f11f9228.zip petitboot-c325141c622b607112ab3a84a695a985f11f9228.tar.gz |
ui/ncurses: Mark help text as translateable
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index d3ec84c..777e54c 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=define_help_text # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding diff --git a/po/POTFILES.in b/po/POTFILES.in index e9a8562..ba9f977 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -7,4 +7,8 @@ ui/ncurses/nc-helpscreen.c ui/ncurses/nc-menu.c ui/ncurses/nc-sysinfo.c ui/ncurses/nc-textscreen.c +ui/ncurses/generic-main-help.c +ui/ncurses/nc-boot-editor-help.c +ui/ncurses/nc-config-help.c +ui/ncurses/nc-sysinfo-help.c ui/ncurses/generic-main.c |