A few tricks for translation managers

For speed-up your work with a huge *.po files You always can do some optimization

Clearing untranslated messages (especially if Your file greater than 2M 8))

msgattrib -s --no-location --translated huge.po > clean_file_for_import.po

very usefull tip - remove duplicates

msguniq -u --no-location --strict with_duplicates.po > clean_file_for_import.po

Good luck!

 
 

Drupal is a registered trademark of Dries Buytaert.