aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesKo_kp.php
blob: 36b28f9b6bd7c7b0997309651e04d19611853f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
/** Korean (Democratic People's Republic of Korea) (조선말)
 *
 * @file
 * @ingroup Languages
 */

$fallback = 'ko';

$datePreferences = [
	'default',
	'juche',
	'juche bracket',
	'ISO 8601',
];
$defaultDateFormat = 'ko';
$dateFormats = [
	'ko time'            => 'H:i',
	'ko date'            => 'Y년 M월 j일 (D)',
	'ko both'            => 'Y년 M월 j일 (D) H:i',

	'juche time'         => 'H:i',
	'juche date'         => 'xoY년 M월 j일 (D)',
	'juche both'         => 'xoY년 M월 j일 (D) H:i',

	'juche bracket time' => 'H:i',
	'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
	'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',
];

$jsDateFormats = [
	// Can't have both in the browser
	'juche bracket date' => [ 'alias' => 'juche date' ],
	'juche bracket both' => [ 'alias' => 'juche both' ],
];