Dictionary_en.mk | 2 +- Dictionary_id.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0a913997c019deab24f66ac93d097b02eb6114c6 Author: Xisco Fauli <[email protected]> AuthorDate: Mon Jul 6 12:51:22 2026 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Mon Jul 6 12:56:38 2026 +0200 use gb_Dictionary_add_thesauri to be consistent with the other dictionaries Change-Id: I0db00d65f4a96a4465a653cc5525ad0a0f91e63c Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207663 Tested-by: Xisco Fauli <[email protected]> Reviewed-by: Xisco Fauli <[email protected]> diff --git a/Dictionary_en.mk b/Dictionary_en.mk index bc9d7b6..994a425 100644 --- a/Dictionary_en.mk +++ b/Dictionary_en.mk @@ -65,6 +65,6 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\ dictionaries/en/dialog/en_en_US.properties \ )) -$(eval $(call gb_Dictionary_add_thesaurus,dict-en,dictionaries/en/th_en_US_v2.dat)) +$(eval $(call gb_Dictionary_add_thesauri,dict-en,dictionaries/en/th_en_US_v2.dat)) # vim: set noet sw=4 ts=4: diff --git a/Dictionary_id.mk b/Dictionary_id.mk index e59ec67..77de9a7 100644 --- a/Dictionary_id.mk +++ b/Dictionary_id.mk @@ -19,6 +19,6 @@ $(eval $(call gb_Dictionary_add_root_files,dict-id,\ dictionaries/id/README-thes \ )) -$(eval $(call gb_Dictionary_add_thesaurus,dict-id,dictionaries/id/th_id_ID_v2.dat)) +$(eval $(call gb_Dictionary_add_thesauri,dict-id,dictionaries/id/th_id_ID_v2.dat)) # vim: set noet sw=4 ts=4:
