summaryrefslogtreecommitdiff
path: root/i18npool/util
diff options
context:
space:
mode:
authorDaeHyun Sung <sungdh86+git@gmail.com>2019-05-25 09:33:33 +0900
committerEike Rathke <erack@redhat.com>2019-06-01 01:21:06 +0200
commit5e67aa92a8f08fe488c9344851c2f819d4eaa542 (patch)
tree7eafed0d66a06f57b57dead4417c21342414b489 /i18npool/util
parentad2acdfa36db00678f44f5cd69d687183f02a0bd (diff)
Support to Korean Dangi Calendar for tdf#125446
Support to Korean Traditional Calendar, Dan-gi(단기/檀紀) Calendar The era name, Dangi(단기,檀紀) originating from the foundation of Gojoseon[고조선/古朝鮮] is also widely used in Korea as an indication of long civilization of Korea. Full name: `Dangun-giwon (단군기원, 檀君紀元 "First Age of Lord Dangun")` Abbreviation Name: `Dangi(단기,檀紀)` The Dangi Calendar measures years from the ancient founding of Korea in 2333 B.C. Reference. ICU Library ICU library support Dangi Calendar. ICU4C 50 http://bugs.icu-project.org/trac/ticket/9255 ICU4J 51 http://bugs.icu-project.org/trac/ticket/9616 Change-Id: I490b8b288c68f498eb29d4fcc73251cbef3ac6d4 Reviewed-on: https://gerrit.libreoffice.org/72943 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool/util')
-rw-r--r--i18npool/util/i18npool.component3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18npool/util/i18npool.component b/i18npool/util/i18npool.component
index d4e7ea7b0a35..0b419d2f80f5 100644
--- a/i18npool/util/i18npool.component
+++ b/i18npool/util/i18npool.component
@@ -49,6 +49,9 @@
<implementation name="com.sun.star.i18n.Calendar_ROC">
<service name="com.sun.star.i18n.Calendar_ROC"/>
</implementation>
+ <implementation name="com.sun.star.i18n.Calendar_dangi">
+ <service name="com.sun.star.i18n.Calendar_dangi"/>
+ </implementation>
<implementation name="com.sun.star.i18n.Calendar_buddhist">
<service name="com.sun.star.i18n.Calendar_buddhist"/>
</implementation>