Changeset 19145d5 in github


Ignore:
Timestamp:
Jan 3, 2012 1:36:15 PM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
ad8c9db
Parents:
c532933
Message:

Also read both variables in en_US template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/exportgettext.sh

    rc532933 r19145d5  
    107107        else if (is_file($fn)) { 
    108108                include($fn); 
    109                 $texts = array_merge($texts, (array)$labels); 
     109                $texts = array_merge($texts, (array)$labels, (array)$messages); 
    110110        } 
    111111         
Note: See TracChangeset for help on using the changeset viewer.