]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Vietnamese is vi, not vn
authorMinh Nguyễn <mxn@1ec5.org>
Thu, 27 Mar 2014 09:24:42 +0000 (02:24 -0700)
committerMinh Nguyễn <mxn@1ec5.org>
Thu, 27 Mar 2014 09:24:42 +0000 (02:24 -0700)
lang/vi.js [moved from lang/vn.js with 97% similarity]

similarity index 97%
rename from lang/vn.js
rename to lang/vi.js
index f28e7c3b3a3665baaa780e10cabfc7c212964f26..94890b03dc728d1416d767fdf7218095b80a913c 100644 (file)
@@ -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("_"),