2017-07-20 05:00:44 -04:00
|
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// THIS CODE IS GENERATED - DO NOT MODIFY
|
|
|
|
|
// See angular/tools/gulp-tasks/cldr/extract.js
|
|
|
|
|
|
2018-01-18 08:08:50 -05:00
|
|
|
|
function plural(n: number): number {
|
|
|
|
|
return 5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-20 05:00:44 -04:00
|
|
|
|
export default [
|
|
|
|
|
'ko-KP', [['AM', 'PM'], , ['오전', '오후']], ,
|
|
|
|
|
[
|
|
|
|
|
['일', '월', '화', '수', '목', '금', '토'], ,
|
|
|
|
|
['일요일', '월요일', '화요일', '수요일', '목요일', '금요일', '토요일'],
|
|
|
|
|
['일', '월', '화', '수', '목', '금', '토']
|
|
|
|
|
],
|
|
|
|
|
,
|
|
|
|
|
[
|
2018-01-18 08:04:41 -05:00
|
|
|
|
[
|
|
|
|
|
'1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월',
|
|
|
|
|
'12월'
|
|
|
|
|
],
|
2017-07-20 05:00:44 -04:00
|
|
|
|
,
|
|
|
|
|
],
|
|
|
|
|
, [['BC', 'AD'], , ['기원전', '서기']], 1, [6, 0],
|
|
|
|
|
['yy. M. d.', 'y. M. d.', 'y년 M월 d일', 'y년 M월 d일 EEEE'],
|
|
|
|
|
['a h:mm', 'a h:mm:ss', 'a h시 m분 s초 z', 'a h시 m분 s초 zzzz'],
|
|
|
|
|
[
|
|
|
|
|
'{1} {0}',
|
|
|
|
|
,
|
|
|
|
|
,
|
|
|
|
|
],
|
|
|
|
|
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
|
|
|
|
|
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'KPW', '조선 민주주의 인민 공화국 원',
|
2018-01-18 08:08:50 -05:00
|
|
|
|
plural
|
2017-07-20 05:00:44 -04:00
|
|
|
|
];
|