diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-09-09 07:48:00 -0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-11 06:57:40 +0200 |
commit | d1f69e800560a558f9dbffc195573d32354e8efb (patch) | |
tree | 0181da2d2b4a023c40adaf3de0a97e4ef3477117 | |
parent | f795b16970b65e977eb8ffc3fa33d94dd8e1e75b (diff) |
Fix for fdo#53520, Portuguese spelling files
Change-Id: I95cb422412de5f36416e6aaeb1663c39773ffb7c
-rw-r--r-- | dictionaries/Dictionary_pt-BR.mk (renamed from dictionaries/Dictionary_pt.mk) | 4 | ||||
-rw-r--r-- | dictionaries/Dictionary_pt-PT.mk (renamed from dictionaries/Dictionary_pt-pt.mk) | 6 | ||||
-rw-r--r-- | dictionaries/Module_dictionaries.mk | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dictionaries/Dictionary_pt.mk b/dictionaries/Dictionary_pt-BR.mk index 9e0d45f..82b425e 100644 --- a/dictionaries/Dictionary_pt.mk +++ b/dictionaries/Dictionary_pt-BR.mk @@ -7,9 +7,9 @@ # 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_Dictionary,dict-pt-BR,dictionaries/pt_BR)) -$(eval $(call gb_Dictionary_add_root_files,dict-pt,\ +$(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 \ diff --git a/dictionaries/Dictionary_pt-pt.mk b/dictionaries/Dictionary_pt-PT.mk index 12c68fe..9e023be 100644 --- a/dictionaries/Dictionary_pt-pt.mk +++ b/dictionaries/Dictionary_pt-PT.mk @@ -7,9 +7,9 @@ # 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_Dictionary,dict-pt-PT,dictionaries/pt_PT)) -$(eval $(call gb_Dictionary_add_root_files,dict-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 \ @@ -19,7 +19,7 @@ $(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\ dictionaries/pt_PT/README_th_pt_PT_v2.txt \ )) -$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\ +$(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\ dictionaries/pt_PT/th_pt_PT_v2.dat \ )) 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 \ |