Changeset a9e7e36a5606c3a41d6b1b4d0c25aeb80861e439

Show
Ignore:
Timestamp:
12/18/10 22:32:54 (2 years ago)
Author:
Nikita Zlobin <cook60020tmp@…>
Children:
107ab506e5ca2a15642ea8b3e9d08923e641e416
Parents:
ea7945eaba2c169c2232a24e56e195c2aaae8b5b
git-committer:
Nikita Zlobin <cook60020tmp@mail.ru> / 2010-12-19T01:32:54Z+0500
Message:

Enable updatepot script to search for translation files to update them

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • updatepot

    ra5e595f ra9e7e36  
    88xgettext -j -L Glade -o "$POTFILE" gui/gladish.ui 
    99 
    10 msgmerge -U po/ru.po "$POTFILE" 
    11 msgmerge -U po/fr.po "$POTFILE" 
     10for PO_FILE in "`ls -1 po/*.po`"; do 
     11  msgmerge -U "$PO_FILE" "$POTFILE" 
     12done