Index: trunk/phase3/languages/messages/MessagesKo.php |
— | — | @@ -250,17 +250,22 @@ |
251 | 251 | $datePreferences = array( |
252 | 252 | 'default', |
253 | 253 | 'juche', |
| 254 | + 'juche bracket', |
254 | 255 | 'ISO 8601', |
255 | 256 | ); |
256 | 257 | $defaultDateFormat = 'ko'; |
257 | 258 | $dateFormats = array( |
258 | | - 'ko time' => 'H:i', |
259 | | - 'ko date' => 'Y년 M월 j일 (D)', |
260 | | - 'ko both' => 'Y년 M월 j일 (D) H:i', |
| 259 | + 'ko time' => 'H:i', |
| 260 | + 'ko date' => 'Y년 M월 j일 (D)', |
| 261 | + 'ko both' => 'Y년 M월 j일 (D) H:i', |
261 | 262 | |
262 | | - 'juche time' => 'H:i', |
263 | | - 'juche date' => 'xoY년 M월 j일 (D)', |
264 | | - 'juche both' => 'xoY년 M월 j일 (D) H:i', |
| 263 | + 'juche time' => 'H:i', |
| 264 | + 'juche date' => 'xoY년 M월 j일 (D)', |
| 265 | + 'juche both' => 'xoY년 M월 j일 (D) H:i', |
| 266 | + |
| 267 | + 'juche bracket time' => 'H:i', |
| 268 | + 'juche bracket date' => '주체xoY년 (Y년) M월 j일 (D)', |
| 269 | + 'juche bracket both' => '주체xoY년 (Y년) M월 j일 (D) H:i', |
265 | 270 | ); |
266 | 271 | |
267 | 272 | $messages = array( |
Index: trunk/phase3/languages/messages/MessagesZh_tw.php |
— | — | @@ -41,6 +41,7 @@ |
42 | 42 | $datePreferences = array( |
43 | 43 | 'default', |
44 | 44 | 'minguo', |
| 45 | + 'minguo shorttext', |
45 | 46 | 'minguo text', |
46 | 47 | 'minguo fulltext', |
47 | 48 | 'CNS 7648', |
— | — | @@ -59,6 +60,10 @@ |
60 | 61 | 'minguo date' => 'xoY年n月j日 (l)', |
61 | 62 | 'minguo both' => 'xoY年n月j日 (D) H:i', |
62 | 63 | |
| 64 | + 'minguo shorttext time' => 'H:i', |
| 65 | + 'minguo shorttext date' => '民xoY年n月j日 (l)', |
| 66 | + 'minguo shorttext both' => '民xoY年n月j日 (D) H:i', |
| 67 | + |
63 | 68 | 'minguo text time' => 'H:i', |
64 | 69 | 'minguo text date' => '民國xoY年n月j日 (l)', |
65 | 70 | 'minguo text both' => '民國xoY年n月j日 (D) H:i', |