mirror of
git://anongit.freedesktop.org/libreoffice/dictionaries
synced 2025-10-05 16:13:05 +02:00
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
5 lines
285 B
Python
5 lines
285 B
Python
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']
|