mirror of
git://anongit.freedesktop.org/libreoffice/dictionaries
synced 2025-10-05 16:13:05 +02:00
tdf#135405 Add Korean(ko_KR) spellcheck dictionary
add Korean spellcheck dictionary Change-Id: I1ca5c60fd77f9cfe52feacbfbf021a2d37332ea6 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/100395 Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
This commit is contained in:
committed by
Thorsten Behrens
parent
2b9183e459
commit
975046e097
18
Dictionary_ko-KR.mk
Normal file
18
Dictionary_ko-KR.mk
Normal file
@@ -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-ko,dictionaries/ko_KR))
|
||||
|
||||
$(eval $(call gb_Dictionary_add_root_files,dict-ko,\
|
||||
dictionaries/ko_KR/README_ko_KR.txt \
|
||||
dictionaries/ko_KR/ko_KR.aff \
|
||||
dictionaries/ko_KR/ko_KR.dic \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
@@ -47,6 +47,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
|
||||
Dictionary_is \
|
||||
Dictionary_it \
|
||||
Dictionary_kmr-Latn \
|
||||
Dictionary_ko-KR \
|
||||
Dictionary_lo \
|
||||
Dictionary_lt \
|
||||
Dictionary_lv \
|
||||
|
6
ko_KR/META-INF/manifest.xml
Normal file
6
ko_KR/META-INF/manifest.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
|
||||
<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
|
||||
<manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data"
|
||||
manifest:full-path="dictionaries.xcu"/>
|
||||
</manifest:manifest>
|
5
ko_KR/README_ko_KR.txt
Normal file
5
ko_KR/README_ko_KR.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
name : Korean(ko_KR) spellcheck dictionary
|
||||
date : 2020. 08. 04
|
||||
License: LGPL-3.0
|
||||
|
||||
- The dictionary files (ko_KR.aff and ko_KR.dic) were built from the Korean hunspell dictionary project(https://github.com/spellcheck-ko/hunspell-dict-ko) by Changwoo Ryu.
|
16
ko_KR/description.xml
Normal file
16
ko_KR/description.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<version value="2008.07.01" />
|
||||
<identifier value="org.openoffice.ko.hunspell.dictionaries" />
|
||||
<display-name>
|
||||
<name lang="en-US">Korean spellcheck dictionary</name>
|
||||
</display-name>
|
||||
<platform value="all" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
|
||||
</dependencies>
|
||||
<publisher>
|
||||
<name xlink:href="https://github.com/spellcheck-ko/hunspell-dict-ko" lang="en-US">Changwoo Ryu</name>
|
||||
<name xlink:href="https://github.com/spellcheck-ko/hunspell-dict-ko" lang="ko-KR">류창우</name>
|
||||
</publisher>
|
||||
</description>
|
18
ko_KR/dictionaries.xcu
Normal file
18
ko_KR/dictionaries.xcu
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
|
||||
<node oor:name="ServiceManager">
|
||||
<node oor:name="Dictionaries">
|
||||
<node oor:name="HunSpellDic_ko-KR" oor:op="fuse">
|
||||
<prop oor:name="Locations" oor:type="oor:string-list">
|
||||
<value>%origin%/ko_KR.aff %origin%/ko_KR.dic</value>
|
||||
</prop>
|
||||
<prop oor:name="Format" oor:type="xs:string">
|
||||
<value>DICT_SPELL</value>
|
||||
</prop>
|
||||
<prop oor:name="Locales" oor:type="oor:string-list">
|
||||
<value>ko-KR</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
122092
ko_KR/ko_KR.aff
Normal file
122092
ko_KR/ko_KR.aff
Normal file
File diff suppressed because it is too large
Load Diff
101455
ko_KR/ko_KR.dic
Normal file
101455
ko_KR/ko_KR.dic
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user