We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea66a8 commit 101c726Copy full SHA for 101c726
lang/vn.js renamed to lang/vi.js
@@ -1,5 +1,5 @@
1
// moment.js language configuration
2
-// language : vietnamese (vn)
+// language : vietnamese (vi)
3
// author : Bang Nguyen : https://github.com/bangnk
4
5
(function (factory) {
@@ -11,7 +11,7 @@
11
factory(window.moment); // Browser global
12
}
13
}(function (moment) {
14
- return moment.lang('vn', {
+ return moment.lang('vi', {
15
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("_"),
16
monthsShort : "Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),
17
weekdays : "chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),
0 commit comments