summaryrefslogtreecommitdiff
path: root/pt_BR/pythonpath
AgeCommit message (Collapse)Author
2021-09-26tdf#144730: Replace CONVERT_ADD to CONVERT to fix metric/non metric conversionsJulien Nabet
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=ced79363cc30f225e766195ace4f892754fc85a0 author Eike Rathke <erack@redhat.com> 2016-08-03 18:56:01 +0200 committer Eike Rathke <erack@redhat.com> 2016-08-03 18:57:37 +0200 commit ced79363cc30f225e766195ace4f892754fc85a0 (patch) tree 94b2554faecda3744b05dcf61b99ebc2b25be5ab parent fa2fdb6607a7b961affadb6ca633b8feed828467 (diff) Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT ... with same syntax but different semantics that was even more confusing. Change-Id: I8d0badb231e58c9208f58fcbe013bbad4309ce74
2021-08-01More refactoring of dict_pt-BR lightproofOlivier Hallot
1) revert soft-hyphen to \xad 2) concatenate strings that were previously escaped (accented chars) Change-Id: If11072e994d0b6287e786cf87454bdbb1637b581 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119764 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-31Refactor lighproof_pt-BR impl scriptOlivier Hallot
1) convert escaped char to true UTF-8 2) concatenate strings Change-Id: I3e04989b578ec4221929e8afed81b21ab441c16f Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119743 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-31Refactor and fix pt-BR Lightproof rulesOlivier Hallot
1) convert to UTF-8 escaped characters replaced by UTF-8 equivalent except some typographic quotes remove u' and u" prefixing UTF-8 strings 2) fixed broken rules (unbalanced parenthesis) Improves readability of the rules Many thanks to Mauricio Baesa "El Mau" for the support on Python Change-Id: If62464633725401ed510dfcfcc907c8c7ad32d1d Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119741 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-30tdf#139523: LightProof makes Python complain on FutureWarnings for pt-BRJulien Nabet
Deal also with deprecated + fix some regexps Change-Id: Ifd5bfed9a1f256bd357d29bac46ea51515b522f0 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119693 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-07-29Fix typoOlivier Hallot
Change-Id: Ic16067f805346e2a019855c1b1fff4905cc52d57 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119683 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-29Portuguese Brasil lightproof: fix "Flags not at the start of the expression"Julien Nabet
Change-Id: If1888a167f2efe6ee54e72e4adf6ee9ab851b590 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119569 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-29Fix typo in "Expressão arcaica"Olivier Hallot
Change-Id: I513054881a967c0b3c3e5451f1f8134506156d66 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119646 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-07-27Portuguese Brasil lightproof: numsep=>gerund since it concerns gerundismoJulien Nabet
Change-Id: I339f284e03004fe4fec2397844c9f53f3b3c2e10 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119567 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-07-27tdf#143559: save the changes in options of Portuguese spellcheckJulien Nabet
The keyid is "malmau" not "mmalmau" Change-Id: I9ba651abe0a4c062f811ee61da1b9f45621a5f02 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/119556 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-06-21tdf#104332 (and others): Fix two thinkos in my recent commitTor Lillqvist
Change-Id: I6908826572153daeee1211ea3796a6e4a0e007b2 Reviewed-on: https://gerrit.libreoffice.org/56217 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2018-06-20tdf#104332 (and others): Speed up Lightproof initialisationTor Lillqvist
Delay import of the the heavy lightproof_impl_pt_BR to when actually needed. Shaves several hundred milliseconds (on my machine, about 300 ms) from the time needed to just get a list of what grammars checkers are available. It's silly to load the heavy pt-BR impl module even if no Brazilian Portuguese proof reading is being performed. Sure, the same change could be done to the other Lightproof dictionaries, too, but they are much smaller, so importing them unconditionally always does not hurt so much. Change-Id: I3c3f64e80bd9519f188905abda7c25337c81462d Reviewed-on: https://gerrit.libreoffice.org/56176 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-05-15fix LightProof measurement conversion for Python 3László Németh
Change-Id: I6d36bc804271956e1c8649df0832615311fcf5e1
2014-01-02Update pt_BR dictionaryMarcos Paulo de Souza
Change-Id: I5aea0c6761a1d58921e95c2fb6a559c63feec5ea Reviewed-on: https://gerrit.libreoffice.org/7258 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-29Update pt_BR dictionariyMarcos Paulo de Souza
Vero's new version is 3.2 Change-Id: I42961d828f0068591d83fd2c949a51128504d0a3 Reviewed-on: https://gerrit.libreoffice.org/6440 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-06-05Update pt-BR dictionary and grammar checkerRaimundo Moura
Version 3.1.11 The pt-BR Lightproof grammar checker contains more rules than the english version. This breaks the translation scheme where pt_BR_pt_BR.properties is generated from the en_US equivalent. This annoyance will be fixed later. All CR/LF'ed files are corrected. Change-Id: I45a52713318dc3dc3ccdb1ac96972ff670272317 Reviewed-on: https://gerrit.libreoffice.org/4146 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-02Update pt-BR dictionary and grammar checkerRaimundo Moura
Change-Id: Ic30dcf8588b3408d59cb960956e9e1cf8d6a330b
2013-03-31Lightproof and Hunspell updates for pt-BROlivier Hallot
VERO 3.1 beta 2 Change-Id: Iaf871e4ad7de5c51ed55674b742b8f2b20070001 Reviewed-on: https://gerrit.libreoffice.org/3130 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-02-08fdo#60139: Rename bundled extensions's Lightproof service implementation namesStephan Bergmann
... from org.openoffice.comp.pyuno.Lightproof... to org.libreoffice.comp.pyuno.Lightproof... (and increment the corresponding extensions' version numbers) to avoid clashes with any freestanding Lightproof extension.
2013-01-08Update pt-BR spell & grammar checkersOlivier Hallot
Change-Id: I26606dbbcaf90ac6caaaf56f0cdfa3b73364ce18 reference: VERO beta28 Reviewed-on: https://gerrit.libreoffice.org/1598 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-12-21Brazilian spell checker and grammar checker update.Raimundo Moura
Change-Id: I8967a353bbac45f9ea29cbc449e60fbf63f287a0 VERO: Version 3.0.0 beta 24 Reviewed-on: https://gerrit.libreoffice.org/1459 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-11-27Add Lightproof grammar checker for pt-BROlivier Hallot
This patch is a collaborative work of the Brazilian LibreOffice community, leaded by Raimundo Moura, João McCormick and may other collaborators as listed in http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico/ (Internal build: Vero 3.0.0 Beta 23) Change-Id: I6e91071aaf381a81db420e6454cfdeb39f289465