Hi all,
I found little bug in pootle to help wiki site. Where I can reported it?
I think strings with pipe char "|" (in English too) are truncated if
the string is used in a wiki table at help website.
Sample:
String at help wiki site [1]:
c)?y" finds "xy", "xaby", or "xcy".
Original string (from Pootle):
Finds zero or one of the characters in front of the "?". For example,
"Texts?" finds "Text" and "Texts" and "x(ab|c)?y" finds "xy", "xaby",
or "xcy".
The string is truncated in all languages.
Yours,
Joan Montané
[1] http://help.libreoffice.org/Common/List_of_Regular_Expressions
Please, note "?" character meaning.