~ubuntu-branches/ubuntu/trusty/kde-l10n-tr/trusty

« back to all changes in this revision

Viewing changes to ceviri_uygula.sh

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-04-10 12:22:05 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20140410122205-3a1pwn2f33qal3y5
Tags: upstream-4.13.0
Import upstream version 4.13.0

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 messages -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'