~ubuntu-branches/ubuntu/trusty/lyricue/trusty

« back to all changes in this revision

Viewing changes to po/install_translations

  • Committer: Bazaar Package Importer
  • Author(s): Chris Debenham
  • Date: 2006-11-23 16:54:00 UTC
  • Revision ID: james.westby@ubuntu.com-20061123165400-5q9fy3rb7xzha4h5
Tags: upstream-1.9.4
ImportĀ upstreamĀ versionĀ 1.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
for F in *.po;do LANG=`basename $F .po`; mkdir ${DESTDIR}/usr/share/locale/$LANG/LC_MESSAGES 2>/dev/null; msgfmt $LANG.po -o ${DESTDIR}/usr/share/locale/$LANG/LC_MESSAGES/lyricue.mo;done