-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
- -- Olivier Hallot Founder, Board of Directors Member - The Document Foundation The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany Fundação responsável civilmente, de acordo com o direito civil Detalhes Legais: http://www.documentfoundation.org/imprint LibreOffice translation leader for Brazilian Portuguese +55-21-8822-8812 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBAgAGBQJQTHgTAAoJEJp3R7nH3vLx2IMH/0zcZIciVpCWTX93wV9K0I1P LyPX06adII41Z88UL17q0NGOvA+u9XUz22NpXRYg4LIMddY1XBLY1LpkmGQXeBDh 7J6OCSR639YQ5qxqubiMiCEmSjc6FtSSNFcuRn/bnywyaYJXJV1MT+Sm/G/K70u+ g0QAP2qKLgFdMPFU8FdNzVL+ZlfrKS/745FmxF1M7bVG6BpKV3pYCeey9E0i3PXN vmR09kIPp0prBaT3afSKc7NkszN65T5Q1w8nenjlAmswggLB+/B26vRYkIuYQPtd qkpXObIVRsk+GiK3ssLIiRnSEZ0rxa8Hk/vBXeHv6hEXG3CQSBOnK7FO/G8jRX8= =VCiV -----END PGP SIGNATURE-----
>From d4ab97a3216e495c52e60d433f4b2216fc45dbb9 Mon Sep 17 00:00:00 2001 From: Olivier Hallot <[email protected]> Date: Sun, 9 Sep 2012 07:48:00 -0300 Subject: [PATCH] Fix for fdo#53520, Portuguese spelling files Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c --- dictionaries/Dictionary_pt-pt.mk | 26 -------------------------- dictionaries/Dictionary_pt.mk | 21 --------------------- dictionaries/Module_dictionaries.mk | 4 ++-- 3 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 dictionaries/Dictionary_pt-pt.mk delete mode 100644 dictionaries/Dictionary_pt.mk 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 \ -- 1.7.9.5
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
