]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
374ca955 A |
3 | // * Copyright (C) 2004 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../locale/common/main/ko_KR.xml | |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | ko_KR{ |
10 | NumberPatterns{ | |
b75a7d8f | 11 | "#,##0.###;-#,##0.###", |
374ca955 | 12 | "¤#,##0.00;-¤#,##0.00", |
b75a7d8f A |
13 | "#,##0%", |
14 | "#E0", | |
15 | } | |
374ca955 A |
16 | Version{"1.2"} |
17 | calendar{ | |
18 | gregorian{ | |
19 | DateTimePatterns{ | |
20 | "a hh'시' mm'분' ss'초' z", | |
21 | "a hh'시' mm'분' ss'초'", | |
22 | "a h:mm:ss", | |
23 | "a h:mm", | |
24 | "yyyy'년' M'월' d'일' EEEE", | |
25 | "yyyy'년' M'월' d'일'", | |
26 | "yyyy. MM. dd", | |
27 | "yy. MM. dd", | |
28 | "{1} {0}", | |
29 | } | |
30 | } | |
b75a7d8f | 31 | } |
b75a7d8f | 32 | } |