From 6176d3f2ce67c3f897f1507fe52680ad9d9fe7fc Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 1 Oct 2021 21:47:28 +0200 Subject: add translations of pt_BR grammar checker dialog Change-Id: Ie091c2de7365ef4d980a06b017e8771e97feca82 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/122966 Tested-by: Andras Timar Reviewed-by: Andras Timar --- Dictionary_pt-BR.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dictionary_pt-BR.mk b/Dictionary_pt-BR.mk index 153f058..178662d 100644 --- a/Dictionary_pt-BR.mk +++ b/Dictionary_pt-BR.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Dictionary_add_files,dict-pt-BR,dialog,\ dictionaries/pt_BR/dialog/pt_BR.xdl \ dictionaries/pt_BR/dialog/pt_BR_pt_BR.default \ dictionaries/pt_BR/dialog/pt_BR_pt_BR.properties \ - dictionaries/pt_BR/dialog/pt_BR_en_US.properties \ )) $(eval $(call gb_Dictionary_add_files,dict-pt-BR,pythonpath,\ @@ -48,4 +47,9 @@ $(eval $(call gb_Dictionary_add_localized_xcu_file,dict-pt-BR,dialog,\ dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu \ )) +$(eval $(call gb_Dictionary_add_propertyfiles,dict-pt-BR,dialog,\ + dictionaries/pt_BR/dialog/pt_BR_en_US.properties \ +)) + + # vim: set noet sw=4 ts=4: -- cgit