From: Iskren Chernev Date: Mon, 9 Sep 2013 00:03:42 +0000 (-0700) Subject: Chinese noon ends 12:30 X-Git-Tag: 2.3.0~37^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1056%2Fhead;p=thirdparty%2Fmoment.git Chinese noon ends 12:30 --- diff --git a/lang/zh-cn.js b/lang/zh-cn.js index 7e5680661..766bc878a 100644 --- a/lang/zh-cn.js +++ b/lang/zh-cn.js @@ -34,7 +34,7 @@ return "早上"; } else if (hm < 1130) { return "上午"; - } else if (hm < 1330) { + } else if (hm < 1230) { return "中午"; } else if (hm < 1800) { return "下午"; diff --git a/lang/zh-tw.js b/lang/zh-tw.js index 7a11a59c0..8281316df 100644 --- a/lang/zh-tw.js +++ b/lang/zh-tw.js @@ -34,7 +34,7 @@ return "早上"; } else if (hm < 1130) { return "上午"; - } else if (hm < 1330) { + } else if (hm < 1230) { return "中午"; } else if (hm < 1800) { return "下午";