From: Minh Nguyễn Date: Thu, 27 Mar 2014 09:24:42 +0000 (-0700) Subject: Vietnamese is vi, not vn X-Git-Tag: 2.6.0~19^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101c726c77c3dd119bd5e7fbfa7d5c226d4b6ca3;p=thirdparty%2Fmoment.git Vietnamese is vi, not vn --- diff --git a/lang/vn.js b/lang/vi.js similarity index 97% rename from lang/vn.js rename to lang/vi.js index f28e7c3b3..94890b03d 100644 --- a/lang/vn.js +++ b/lang/vi.js @@ -1,5 +1,5 @@ // moment.js language configuration -// language : vietnamese (vn) +// language : vietnamese (vi) // author : Bang Nguyen : https://github.com/bangnk (function (factory) { @@ -11,7 +11,7 @@ factory(window.moment); // Browser global } }(function (moment) { - return moment.lang('vn', { + return moment.lang('vi', { months : "tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"), monthsShort : "Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"), weekdays : "chá»§ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),