Files
dictionaries/Dictionary_bn.mk
Andras Timar 1d83225df0 Bengali: bn_IN.* files are unused
bn_IN.dic and bn_IN.aff were identical to bn_BD.dic and bn_BD.aff
In dictionaries.xcu it has been already defined that bn_BD.dic and
bn_BD.aff should be used for both bn_BD and bn_IN locales.

Change-Id: Ic7134f59df598fd2da250735a56720af9cc42d20
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185126
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
2025-05-17 12:51:09 +02:00

19 lines
588 B
Makefile

# -*- 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-bn,dictionaries/bn_BD))
$(eval $(call gb_Dictionary_add_root_files,dict-bn,\
dictionaries/bn_BD/bn_BD.aff \
dictionaries/bn_BD/bn_BD.dic \
dictionaries/bn_BD/COPYING \
))
# vim: set noet sw=4 ts=4: