Jean-Marc Lasgouttes wrote:
Michael, I am a bit late, but the following seems dubious to me:
--- po/pocheck.pl (Revision 14371)
+++ po/pocheck.pl (Arbeitskopie)
@@ -81,18 +81,9 @@
$warn++;
}
- # Check for "|..." shortcut(s)
- if ( ( $msgid =~ m/\|[^ ]/ ) != ( $msgstr =~ m/\|[^ ]/ ) ) {
- print( "Missing or unexpected xforms shortcut:\n" );
- print( " '$msgid' => '$msgstr'\n" );
- $warn++;
- }
-
We still use this form for menus. Shouldn't we test for it?
Unfortunately, you are right.
I re-introduced the check and fixed the output message.
Michael