﻿// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
 * ICU <specials> source: <path>/common/main/ko.xml
 */
ko{
    Version{"2.1.9.31"}
    units{
        compound{
            per{"{1}당 {0}"}
        }
        duration{
            day{
                dnam{"일"}
                other{"{0}일"}
            }
            hour{
                dnam{"시간"}
                other{"{0}시간"}
                per{"{0}/h"}
            }
            microsecond{
                dnam{"마이크로초"}
                other{"{0}마이크로초"}
            }
            millisecond{
                dnam{"밀리초"}
                other{"{0}밀리초"}
            }
            minute{
                dnam{"분"}
                other{"{0}분"}
            }
            month{
                dnam{"개월"}
                other{"{0}개월"}
            }
            nanosecond{
                dnam{"나노초"}
                other{"{0}나노초"}
            }
            second{
                dnam{"초"}
                other{"{0}초"}
                per{"{0}/s"}
            }
            week{
                dnam{"주"}
                other{"{0}주"}
            }
            year{
                dnam{"년"}
                other{"{0}년"}
            }
        }
    }
    unitsNarrow{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"일"}
                other{"{0}일"}
            }
            hour{
                dnam{"시간"}
                other{"{0}시간"}
            }
            millisecond{
                dnam{"ms"}
                other{"{0}ms"}
            }
            minute{
                dnam{"분"}
                other{"{0}분"}
            }
            month{
                dnam{"개월"}
                other{"{0}개월"}
            }
            second{
                dnam{"초"}
                other{"{0}초"}
            }
            week{
                dnam{"주"}
                other{"{0}주"}
            }
            year{
                dnam{"년"}
                other{"{0}년"}
            }
        }
    }
    unitsShort{
        compound{
            per{"{0}/{1}"}
        }
        duration{
            day{
                dnam{"일"}
                other{"{0}일"}
            }
            hour{
                dnam{"시간"}
                other{"{0}시간"}
                per{"{0}/h"}
            }
            microsecond{
                dnam{"μs"}
                other{"{0}μs"}
            }
            millisecond{
                dnam{"밀리초"}
                other{"{0}ms"}
            }
            minute{
                dnam{"분"}
                other{"{0}분"}
            }
            month{
                dnam{"개월"}
                other{"{0}개월"}
            }
            nanosecond{
                dnam{"ns"}
                other{"{0}ns"}
            }
            second{
                dnam{"초"}
                other{"{0}초"}
                per{"{0}/s"}
            }
            week{
                dnam{"주"}
                other{"{0}주"}
            }
            year{
                dnam{"년"}
                other{"{0}년"}
            }
        }
    }
}
