Merge "Use {{int:}} on MediaWiki:Blockedtext and MediaWiki:Autoblockedtext"
[lhc/web/wiklou.git] / languages / messages / MessagesKo_kp.php
1 <?php
2 /** Korean (Democratic People's Republic of Korea) (조선말)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 */
10
11 $fallback = 'ko';
12
13 $datePreferences = [
14 'default',
15 'juche',
16 'juche bracket',
17 'ISO 8601',
18 ];
19 $defaultDateFormat = 'ko';
20 $dateFormats = [
21 'ko time' => 'H:i',
22 'ko date' => 'Y년 M월 j일 (D)',
23 'ko both' => 'Y년 M월 j일 (D) H:i',
24
25 'juche time' => 'H:i',
26 'juche date' => 'xoY년 M월 j일 (D)',
27 'juche both' => 'xoY년 M월 j일 (D) H:i',
28
29 'juche bracket time' => 'H:i',
30 'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)',
31 'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i',
32 ];