mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
correct locale helper so it falls back to english message format if mf is missing
This commit is contained in:
parent
d0f50cb266
commit
e922f10f4e
2 changed files with 6 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// language : korean (ko)
|
||||
// author : Kyungwook, Park : https://github.com/kyungw00k
|
||||
|
||||
require('../moment').lang('ko', {
|
||||
moment.lang('ko', {
|
||||
months : "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
|
||||
monthsShort : "1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),
|
||||
weekdays : "일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue