@@ -39,6 +39,11 @@ module.exports = {
39
39
lang : "zh-TW" ,
40
40
title : "Starship" ,
41
41
description : "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
42
+ } ,
43
+ "/vi-VN/" : {
44
+ lang : "vi-VN" ,
45
+ title : "Starship" ,
46
+ description : "Nhỏ gọn, cực nhanh, và khả năng tuỳ chỉnh vô hạn prompt cho bất kì shell nào!"
42
47
}
43
48
} ,
44
49
// prettier-ignore
@@ -229,6 +234,25 @@ module.exports = {
229
234
[ "/zh-CN/faq/" , "常见问题" ] ,
230
235
[ "/zh-CN/presets/" , "社区配置分享" ]
231
236
]
237
+ } ,
238
+ "/vi-VN/" : {
239
+ // text for the language dropdown
240
+ selectText : "Ngôn ngữ" ,
241
+ // label for this locale in the language dropdown
242
+ label : "Tiếng Việt" ,
243
+ // Custom text for edit link. Defaults to "Edit this page"
244
+ editLinkText : "Chỉnh sửa trang này trên GitHub" ,
245
+ // Custom navbar values
246
+ nav : [ { text : "Cấu hình" , link : "/vi-VN/config/" } ] ,
247
+ // Custom sidebar values
248
+ sidebar : [
249
+ "/vi-VN/" ,
250
+ [ "/vi-VN/guide/" , "Hướng dẫn" ] ,
251
+ [ "/vi-VN/config/" , "Cấu hình" ] ,
252
+ [ "/vi-VN/advanced-config/" , "Cấu hình nâng cao" ] ,
253
+ [ "/vi-VN/faq/" , "Các hỏi thường gặp" ] ,
254
+ [ "/vi-VN/presets/" , "Mẫu thiết lập" ]
255
+ ]
232
256
}
233
257
}
234
258
} ,
0 commit comments