diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-11-26 15:11:18 -0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-27 16:58:12 +0100 |
commit | 404c7ad8ccb9e71e8a7f575d638e4522b2a16657 (patch) | |
tree | 2bda9753eff7d2f8d599de2133d633d7dff1fc4a /pt_BR/Linguistic.xcu | |
parent | 84861864e2555282a23235225dd15dc1c6d30249 (diff) |
Add Lightproof grammar checker for pt-BR
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
Diffstat (limited to 'pt_BR/Linguistic.xcu')
-rw-r--r-- | pt_BR/Linguistic.xcu | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pt_BR/Linguistic.xcu b/pt_BR/Linguistic.xcu new file mode 100644 index 0000000..9e91b59 --- /dev/null +++ b/pt_BR/Linguistic.xcu @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:component-data oor:name="Linguistic" + oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" + xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <node oor:name="ServiceManager"> + + <node oor:name="GrammarCheckers"> + <node oor:name="org.openoffice.comp.pyuno.Lightproof.pt_BR" + oor:op="fuse"> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>pt-BR</value> + </prop> + </node> + </node> + + </node> + +</oor:component-data> |