diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-03 18:36:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-03 18:36:15 +0000 |
| commit | 9774babe5513a06694bb9b6123dc32513550b42e (patch) | |
| tree | 3ea684ff5fc716197a63000e94fbf072a93b9f38 /roundcubemail | |
| parent | ad8825dceb003bad80d0d46072f75c29393d8dab (diff) | |
Also read both variables in en_US template
git-svn-id: https://svn.roundcube.net/trunk@5703 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rwxr-xr-x | roundcubemail/bin/exportgettext.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/bin/exportgettext.sh b/roundcubemail/bin/exportgettext.sh index 6a07ed2f5..9319e6eb0 100755 --- a/roundcubemail/bin/exportgettext.sh +++ b/roundcubemail/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; |
