another pocheck update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6870 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-04-28 14:30:37 +00:00
parent 2ec75fa4e3
commit 2843eb6f00

View File

@ -91,9 +91,9 @@ foreach $pofilename ( @ARGV )
$msgid_clean = lc($msgid);
$msgstr_clean = lc($msgstr);
$msgid_clean =~ s/|.*?$//;
$msgid_clean =~ s/\|.*?$//;
$msgid_clean =~ s/&([^ ])/$1/;
$msgstr_clean =~ s/|.*?$//;
$msgstr_clean =~ s/\|.*?$//;
$msgstr_clean =~ s/&([^ ])/$1/;
$trans{$msgid_clean}{$msgstr_clean} = [ $msgid, $msgstr ];