mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
2ec75fa4e3
commit
2843eb6f00
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user