~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to compile-install-translations

  • Committer: Tony George
  • Date: 2013-10-05 05:34:20 UTC
  • Revision ID: teejee2008@gmail.com-20131005053420-7hbek2g1gf9hhafz
Initial release

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