/docs/MyDocs

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