A few tricks for translation managers
Documentation contributors · Drupal 4.5.x or older · Drupal 4.6.x · Drupal 4.7.x · Drupal 5.x · Drupal 6.x · Drupal 7.x · No known problems
Last modified: September 28, 2009 - 11:30
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.povery usefull tip - remove duplicates
msguniq -u --no-location --strict with_duplicates.po > clean_file_for_import.poGood luck!
