[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[CVS] doc generate-wordlist,1.2,1.3 wordlist.po,1.5,1.6 wordlist.pot,1.3,1.4



Update of /cvsroot/l10n-russian/doc
In directory haydn:/tmp/cvs-serv18438

Modified Files:
	generate-wordlist wordlist.po wordlist.pot 
Log Message:
update


Index: generate-wordlist
===================================================================
RCS file: /cvsroot/l10n-russian/doc/generate-wordlist,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generate-wordlist	13 Apr 2004 21:27:01 -0000	1.2
+++ generate-wordlist	13 Apr 2004 21:36:06 -0000	1.3
@@ -4,7 +4,7 @@
 POT=wordlist.pot
 PO=wordlist.po
 
-sort $WORDLIST > tmp
+sort -bu $WORDLIST | grep -v "^$" > tmp
 mv tmp $WORDLIST
 
 cat > $POT <<EOF
@@ -22,10 +22,13 @@
 EOF
 
 
-while read word1
+while read word
 do
-    echo "msgid \"$word1\""
+    if [ "$word" != "" ]
+    then
+    echo "msgid \"$word\""
     echo "msgstr \"\""
+    fi
 done < $WORDLIST >> $POT
 
 msgmerge -q -s --update --backup=off $PO $POT

Index: wordlist.pot
===================================================================
RCS file: /cvsroot/l10n-russian/doc/wordlist.pot,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wordlist.pot	13 Apr 2004 21:27:01 -0000	1.3
+++ wordlist.pot	13 Apr 2004 21:36:06 -0000	1.4
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: wordlist\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-13 23:26:08.000000000 +0200\n"
+"POT-Creation-Date: 2004-04-13 23:35:35.000000000 +0200\n"
 "PO-Revision-Date: DATE "
 "Last-Translator: Nikolai Prokoschenko <nikolai@prokoschenko.de>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"

Index: wordlist.po
===================================================================
RCS file: /cvsroot/l10n-russian/doc/wordlist.po,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wordlist.po	13 Apr 2004 21:27:01 -0000	1.5
+++ wordlist.po	13 Apr 2004 21:36:06 -0000	1.6
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: wordlist\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-04-13 23:26:08.000000000 +0200\n"
+"POT-Creation-Date: 2004-04-13 23:33:38.000000000 +0200\n"
 "PO-Revision-Date: 2004-04-14 01:00+0400\n"
 "Last-Translator: Dmitry Beloglazov <dm-guest@alioth.debian.org>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"



Reply to: