From 494988c501287e03da3becba5c03cbce7c3d9d20 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 18 Dec 2013 09:49:23 +0800 Subject: i18n: Mark translatable strings for ncurses UI Signed-off-by: Jeremy Kerr --- ui/ncurses/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/ncurses/Makefile.am') diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index ded3193..be4c417 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ + -DLOCALEDIR='"$(localedir)"' \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ -- cgit v1.1