Localisation updates from https://translatewiki.net.
[mediawiki.git] / languages / messages / MessagesKo_kp.php
blob252562836176f2036fd29407332e392526fc59e5
1 <?php
2 /** Korean (Democratic People's Republic of Korea) (조선말)
4 * @file
5 * @ingroup Languages
6 */
8 $fallback = 'ko';
10 $datePreferences = [
11 'default',
12 'juche',
13 'juche bracket',
14 'ISO 8601',
16 $defaultDateFormat = 'ko';
17 $dateFormats = [
18 'ko time' => 'H:i',
19 'ko date' => 'Y년 M월 j일 (D)',
20 'ko both' => 'Y년 M월 j일 (D) H:i',
22 'juche time' => 'H:i',
23 'juche date' => 'xoY년 M월 j일 (D)',
24 'juche both' => 'xoY년 M월 j일 (D) H:i',
26 'juche bracket time' => 'H:i',
27 'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
28 'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',