From 404c7ad8ccb9e71e8a7f575d638e4522b2a16657 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 26 Nov 2012 15:11:18 -0200 Subject: Add Lightproof grammar checker for pt-BR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pt_BR/pythonpath/lightproof_opts_pt_BR.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pt_BR/pythonpath/lightproof_opts_pt_BR.py (limited to 'pt_BR/pythonpath/lightproof_opts_pt_BR.py') diff --git a/pt_BR/pythonpath/lightproof_opts_pt_BR.py b/pt_BR/pythonpath/lightproof_opts_pt_BR.py new file mode 100644 index 0000000..a5001fb --- /dev/null +++ b/pt_BR/pythonpath/lightproof_opts_pt_BR.py @@ -0,0 +1,4 @@ +lopts = {} +lopts_default = {} +lopts['pt_BR'] = [u'grammar', u'cap', u'dup', u'pair', u'spaces', u'mdash', u'quotation', u'times', u'spaces2', u'ndash', u'apostrophe', u'ellipsis', u'spaces3', u'minus', u'metric', u'numsep', u'nonmetric'] +lopts_default['pt_BR'] = [u'spaces', u'times'] -- cgit