update_trans.sh 163 B

123456
  1. #!/bin/sh
  2. ini2po ../ messages --exclude info.ini
  3. msgcat -n messages/app/widgets/*/*.po messages/locales/locales.po -o messages.pot
  4. sed -i 's/\\"//g' messages.pot