diff options
author | Batmunkh Dorjgotov <bataak@gmail.com> | 2021-02-18 19:41:29 +0800 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-04-27 11:36:59 +0200 |
commit | cb1b834e00bc31f668b086e547032341a0162131 (patch) | |
tree | 598a15e2be8bfa4357b78e576f4bb6da72a13954 /Dictionary_mn.mk | |
parent | cbda6f487f9b760acb906b8e1280fe009b0a3461 (diff) |
Add Mongolian dictionary
Change-Id: I5ee4dd6824d485872bcdfc2d34a33f3c84484780
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/112797
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'Dictionary_mn.mk')
-rw-r--r-- | Dictionary_mn.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Dictionary_mn.mk b/Dictionary_mn.mk new file mode 100644 index 0000000..ced9882 --- /dev/null +++ b/Dictionary_mn.mk @@ -0,0 +1,20 @@ +# -*- 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-mn,dictionaries/mn_MN)) + +$(eval $(call gb_Dictionary_add_root_files,dict-mn,\ + dictionaries/mn_MN/hyph_mn_MN.dic \ + dictionaries/mn_MN/lppl.txt \ + dictionaries/mn_MN/README_mn_MN.txt \ + dictionaries/mn_MN/mn_MN.aff \ + dictionaries/mn_MN/mn_MN.dic \ +)) + +# vim: set noet sw=4 ts=4: |