~izidor/gtg/documentation

« back to all changes in this revision

Viewing changes to scripts/generate_mofile.sh

  • Committer: Izidor Matušov
  • Date: 2014-03-09 14:43:25 UTC
  • Revision ID: izidor.matusov@gmail.com-20140309144325-z940a651w897qcev
Don't use testing mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
LANGUAGES=$(ls po/*.po | sed 's/po\/\(.*\).po/\1/')
4
4
 
5
5
for i in $LANGUAGES; do
6
 
        mkdir po/$i/LC_MESSAGES/ --parents
7
 
        msgfmt po/$i.po --output-file=po/$i/LC_MESSAGES/gtg.mo
 
6
    mkdir po/$i/LC_MESSAGES/ --parents
 
7
    msgfmt po/$i.po --output-file=po/$i/LC_MESSAGES/gtg.mo
8
8
done