https://bugs.documentfoundation.org/show_bug.cgi?id=128200

--- Comment #6 from Lionel Elie Mamane <[email protected]> ---
Created attachment 160011
  --> https://bugs.documentfoundation.org/attachment.cgi?id=160011&action=edit
SQL function names

SQL function names (msgctxt "RID_RSC_SQL_INTERNATIONAL") seems to suffer from
the same issue, see e.g. bug 103736.

I generated this list with (in module translations; in one line)

git grep -A2 -F 'RID_RSC_SQL_INTERNATIONAL' |
egrep -B2 'msgstr ".*[^[:alnum:]_].*"'

This assumes [:alnum:] does the right thing in all languages / character sets.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to