Skip to content

Instantly share code, notes, and snippets.

@osamu2001
Created June 12, 2009 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osamu2001/128654 to your computer and use it in GitHub Desktop.
Save osamu2001/128654 to your computer and use it in GitHub Desktop.
#!/bin/sh
MO=$1
msgunfmt ${MO} -o tmp.po
./po2tmx.pl < tmp.po > `basename ${MO} .mo`.tmx
rm tmp.po
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment