https://bugs.documentfoundation.org/show_bug.cgi?id=146259
Bug ID: 146259
Summary: lightproof (grammar checker) add rule for colon and
lists for pt-BR
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Linguistic
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
2 rules to implement in lightproof(pt-BR) with possible impact in user
interface (Tools - Options - Language Settings - Grammar checking (Portuguese))
a) Formal rule for pt-BR states that after a colon, a lower case letter must
follow, except proper names
b) Formal rule for lists:
- Lists paragraph ends with semicolon
- Last list item ends with period.
- List paragraphs start with lower case letter, except for proper names
Submodule:
dictionaries/pt_BR/
User source
------------------------------8<------------------------
+ Linguistica:
+ Norma para uso do dois pontos (Jackson no Telegram)
+ texto após dois pontos segue em minusculas (exceto nome próprio).
+ Norma para listas
+ parágrafos de listas terminam com ponto e vírgula;
+ próximo item começa com minusculas (exceto nome próprio);
+ último item da lista termina com ponto.
+ Tal norma poderia ir para o verificador gramatical do LibreOffice (Olivier)
+ aberto a programadores de Python, peçam indicações (Olivier)
------------------------------8<------------------------
--
You are receiving this mail because:
You are the assignee for the bug.