Skip to content

Commit 101c726

Browse files
committed
Vietnamese is vi, not vn
1 parent aea66a8 commit 101c726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/vn.js renamed to lang/vi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// moment.js language configuration
2-
// language : vietnamese (vn)
2+
// language : vietnamese (vi)
33
// author : Bang Nguyen : https://github.com/bangnk
44

55
(function (factory) {
@@ -11,7 +11,7 @@
1111
factory(window.moment); // Browser global
1212
}
1313
}(function (moment) {
14-
return moment.lang('vn', {
14+
return moment.lang('vi', {
1515
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("_"),
1616
monthsShort : "Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),
1717
weekdays : "chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),

0 commit comments

Comments
 (0)