From 19145d5de487de39e28a1603a4caa5dd639eb52a Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 3 Jan 2012 18:36:15 +0000 Subject: Also read both variables in en_US template --- bin/exportgettext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/exportgettext.sh b/bin/exportgettext.sh index 6a07ed2f5..9319e6eb0 100755 --- a/bin/exportgettext.sh +++ b/bin/exportgettext.sh @@ -106,7 +106,7 @@ function load_en_US($fn) } else if (is_file($fn)) { include($fn); - $texts = array_merge($texts, (array)$labels); + $texts = array_merge($texts, (array)$labels, (array)$messages); } $GLOBALS['en_US'] = $texts; -- cgit v1.2.3