Changeset 5703 in subversion


Ignore:
Timestamp:
Jan 3, 2012 1:36:15 PM (18 months ago)
Author:
thomasb
Message:

Also read both variables in en_US template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/bin/exportgettext.sh

    r5696 r5703  
    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.