wiki.techinc.nl/languages/messages/MessagesKo_kp.php
Timo Tijhof 939700e8ff language: Continue doc Languages subgroup for msg files and subclasses
Follows-up I301f471f86ba2.

For ease of navigation, move Converter subclasses to a group called
"Languages", which for documentation purposes is a subgroup of
"Language". The next commit does the same for Messages* files,
and Language subclasses (done separately for ease of review).

Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
2022-06-29 00:13:45 +00:00

31 lines
747 B
PHP

<?php
/** Korean (Democratic People's Republic of Korea) (조선말)
*
* To improve a translation please visit https://translatewiki.net
*
* @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',
];