/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/languages/C/Samples/Locales/1.sh

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
xgettext -o hell.po 1.c
 
2
sed -n "1,15!P" hell.po > hell.po.tmp
 
3
cat > hell.po << @
 
4
msgid ""
 
5
msgstr ""
 
6
"Project-Id-Version: Example 1.0\n"
 
7
"POT-Creation-Date: 2001-03-17 02:31+0300\n"
 
8
"PO-Revision-Date: 2001-03-17 02:31+0300\n"
 
9
"Last-Translator: Kain <csa7fff@yahoo.com>\n"
 
10
"Language-Team: russian <>\n"
 
11
"MIME-Version: 1.0\n"
 
12
"Content-Type: text/plain; charset=koi8-r\n"
 
13
"Content-Transfer-Encoding: 8-bit\n"
 
14
@
 
15
cat hell.po.tmp >> hell.po
 
16
rm hell.po.tmp
 
17
mcedit hell.po
 
18
msgfmt -o hell.mo hell.po