~ubuntu-branches/ubuntu/saucy/kde-l10n-tr/saucy-proposed

« back to all changes in this revision

Viewing changes to messages/ceviri_uygula.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 13:20:51 UTC
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20130621132051-wp0rm3v3pypxubjr
Tags: 4:4.10.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
echo "Find PO files, process each with msgfmt and rename the result to MO"
 
4
 
 
5
for file in `find . -name "*.po"` ; do msgfmt -o `echo $file | sed 's/\.po$/.mo/'` $file ; done
 
6
 
 
7
echo "Şimdi dönüştürülen tüm MO dosyalarını uygulama dizinine aktar"
 
8
 
 
9
sudo find . -iname '*.mo' -exec mv '{}' /usr/share/locale/tr/LC_MESSAGES/ \;
 
 
b'\\ No newline at end of file'