[Libreoffice-commits] .: Branch 'feature/killsdf' - 2 commits - dictionaries/Dictionary_pt-BR.mk dictionaries/Dictionary_pt.mk dictionaries/Dictionary_pt-pt.mk dictionaries/Dictionary_pt-PT.mk dictionaries/hu_HU dictionaries/Module_dictionaries.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 05:13:33 PDT 2012


 dictionaries/Dictionary_pt-BR.mk                       |   21 +++++++++++++
 dictionaries/Dictionary_pt-PT.mk                       |   26 +++++++++++++++++
 dictionaries/Dictionary_pt-pt.mk                       |   26 -----------------
 dictionaries/Dictionary_pt.mk                          |   21 -------------
 dictionaries/Module_dictionaries.mk                    |    4 +-
 dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py |    2 -
 6 files changed, 50 insertions(+), 50 deletions(-)

New commits:
commit 48ab525dcfd6451fa2f3e37e92bd60f3885c47f7
Author: László Németh <nemeth at numbertext.org>
Date:   Tue Sep 18 16:04:30 2012 +0200

    fix suggest() splitting in some optional Hungarian grammar checking rules
    
    Change-Id: I3c73f1c6c138a7c70cd8d25c6031d90779d5c543

diff --git a/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py b/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py
index afbde77..f122057 100644
--- a/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py
+++ b/dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py
@@ -119,7 +119,7 @@ def suggest(rLoc, word):
         if not x:
             return word
         t = x.getAlternatives()
-        suggestions[word] = join(t, "\\n")
+        suggestions[word] = join(t, "|")
     return suggestions[word]
 
 # get the nth word of the input string or None
commit d1f69e800560a558f9dbffc195573d32354e8efb
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date:   Sun Sep 9 07:48:00 2012 -0300

    Fix for fdo#53520, Portuguese spelling files
    
    Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c

diff --git a/dictionaries/Dictionary_pt-BR.mk b/dictionaries/Dictionary_pt-BR.mk
new file mode 100644
index 0000000..82b425e
--- /dev/null
+++ b/dictionaries/Dictionary_pt-BR.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(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 \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt-PT.mk b/dictionaries/Dictionary_pt-PT.mk
new file mode 100644
index 0000000..9e023be
--- /dev/null
+++ b/dictionaries/Dictionary_pt-PT.mk
@@ -0,0 +1,26 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Dictionary_Dictionary,dict-pt-PT,dictionaries/pt_PT))
+
+$(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\
+	dictionaries/pt_PT/hyph_pt_PT.dic \
+	dictionaries/pt_PT/LICENSES.txt \
+	dictionaries/pt_PT/pt_PT.aff \
+	dictionaries/pt_PT/pt_PT.dic \
+	dictionaries/pt_PT/README_hyph_pt_PT.txt \
+	dictionaries/pt_PT/README_pt_PT.txt \
+	dictionaries/pt_PT/README_th_pt_PT_v2.txt \
+))
+
+$(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\
+	dictionaries/pt_PT/th_pt_PT_v2.dat \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt-pt.mk b/dictionaries/Dictionary_pt-pt.mk
deleted file mode 100644
index 12c68fe..0000000
--- a/dictionaries/Dictionary_pt-pt.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Dictionary_Dictionary,dict-pt-pt,dictionaries/pt_PT))
-
-$(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\
-	dictionaries/pt_PT/hyph_pt_PT.dic \
-	dictionaries/pt_PT/LICENSES.txt \
-	dictionaries/pt_PT/pt_PT.aff \
-	dictionaries/pt_PT/pt_PT.dic \
-	dictionaries/pt_PT/README_hyph_pt_PT.txt \
-	dictionaries/pt_PT/README_pt_PT.txt \
-	dictionaries/pt_PT/README_th_pt_PT_v2.txt \
-))
-
-$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\
-	dictionaries/pt_PT/th_pt_PT_v2.dat \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Dictionary_pt.mk b/dictionaries/Dictionary_pt.mk
deleted file mode 100644
index 9e0d45f..0000000
--- a/dictionaries/Dictionary_pt.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_Dictionary_Dictionary,dict-pt,dictionaries/pt_BR))
-
-$(eval $(call gb_Dictionary_add_root_files,dict-pt,\
-	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 \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/dictionaries/Module_dictionaries.mk b/dictionaries/Module_dictionaries.mk
index ba37931..7d55fd8 100644
--- a/dictionaries/Module_dictionaries.mk
+++ b/dictionaries/Module_dictionaries.mk
@@ -45,8 +45,8 @@ $(eval $(call gb_Module_add_targets,dictionaries,\
 	Dictionary_no \
 	Dictionary_oc \
 	Dictionary_pl \
-	Dictionary_pt-pt \
-	Dictionary_pt \
+	Dictionary_pt-BR \
+	Dictionary_pt-PT \
 	Dictionary_ro \
 	Dictionary_ru \
 	Dictionary_si \


More information about the Libreoffice-commits mailing list