diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2017-09-04 19:23:25 +0300 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2017-10-23 23:57:24 +0200 |
commit | a79cdcb292c8095049f2834a1f0c5cbffe9097fe (patch) | |
tree | 60eb7a6b1c63a54ecc1c6944a60c8ce3446190b1 /Dictionary_sq.mk | |
parent | 471ccf158958a7e7968c96796bdf4dcfe4142bb3 (diff) |
Create an Albanian (sq) dictionary
Dictionary based on files from http://shkenca.org/k6i/
Change-Id: I8d9eabecb9a8efd6f5fead6abec52d21a0c04f88
Reviewed-on: https://gerrit.libreoffice.org/41906
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
Diffstat (limited to 'Dictionary_sq.mk')
-rw-r--r-- | Dictionary_sq.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Dictionary_sq.mk b/Dictionary_sq.mk new file mode 100644 index 0000000..43ff69d --- /dev/null +++ b/Dictionary_sq.mk @@ -0,0 +1,18 @@ +# -*- 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-sq,dictionaries/sq_AL)) + +$(eval $(call gb_Dictionary_add_root_files,dict-sq,\ + dictionaries/sq_AL/sq_AL.aff \ + dictionaries/sq_AL/sq_AL.dic \ + dictionaries/sq_AL/README.txt \ +)) + +# vim: set noet sw=4 ts=4: |