~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to compile-install-translations

  • Committer: Tony George
  • Date: 2013-10-12 05:00:54 UTC
  • Revision ID: teejee2008@gmail.com-20131012050054-3kdk9j6ffd1wb64x
Update build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#msgfmt -c po/ca.po -o build/locale/LC_MESSAGES/or/timeshift.mo
2
 
 
3
 
sudo locale-gen or_IN
4
 
msgfmt -c -v -o timeshift.mo oriya.po
5
 
sudo mkdir -p /usr/share/locale/or/LC_MESSAGES
6
 
sudo cp timeshift.mo /usr/share/locale/or/LC_MESSAGES
7
 
  
8
 
echo "Finished"
9
 
read dummy