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 /Dictionary_pt-BR.mk | |
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 'Dictionary_pt-BR.mk')
-rw-r--r-- | Dictionary_pt-BR.mk | 41 |
1 files changed, 35 insertions, 6 deletions
diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk index 82b425e..a442a7c 100644 --- a/Dictionary_pt-BR.mk +++ b/Dictionary_pt-BR.mk @@ -10,12 +10,41 @@ $(eval $(call gb_Dictionary_Dictionary,dict-pt-BR,dictionaries/pt_BR)) $(eval $(call gb_Dictionary_add_root_files,dict-pt-BR,\ - dictionaries/pt_BR/hyph_pt_BR.dic \ - dictionaries/pt_BR/pt_BR.aff \ - dictionaries/pt_BR/pt_BR.dic \ - dictionaries/pt_BR/README_en.txt \ - dictionaries/pt_BR/README_hyph_pt_BR.txt \ - dictionaries/pt_BR/README_pt_BR.txt \ + dictionaries/pt_BR/hyph_pt_BR.dic \ + dictionaries/pt_BR/pt_BR.aff \ + dictionaries/pt_BR/pt_BR.dic \ + dictionaries/pt_BR/Lightproof.py \ + dictionaries/pt_BR/Linguistic.xcu \ + dictionaries/pt_BR/README_Lightproof_pt_BR.txt \ + dictionaries/pt_BR/README_en.txt \ + dictionaries/pt_BR/README_hyph_pt_BR.txt \ + dictionaries/pt_BR/README_pt_BR.txt \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-pt-BR,dialog,\ + dictionaries/pt_BR/dialog/pt_BR.xdl \ + dictionaries/pt_BR/dialog/pt_BR_en_US.default \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-pt-BR,pythonpath,\ + dictionaries/pt_BR/pythonpath/lightproof_pt_BR.py \ + dictionaries/pt_BR/pythonpath/lightproof_handler_pt_BR.py \ + dictionaries/pt_BR/pythonpath/lightproof_impl_pt_BR.py \ + dictionaries/pt_BR/pythonpath/lightproof_opts_pt_BR.py \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-pt-BR,icons,\ + dictionaries/pt_BR/icons/VERO-logo.png \ +)) + +$(eval $(call gb_Dictionary_add_generated_file,dict-pt-BR,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/pt_BR/dialog/registry/schema/org/openoffice/Lightproof_pt_BR.xcs))) + +$(eval $(call gb_Dictionary_add_generated_files,dict-pt-BR,dialog,\ + $(call gb_XcuFile_for_extension,dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu) \ +)) + +$(eval $(call gb_Dictionary_add_propertyfiles,dict-hu,dialog,\ + dictionaries/pt_BR/dialog/pt_BR_en_US.properties \ )) # vim: set noet sw=4 ts=4: |