Skip to content

Commit f08ad1c

Browse files
authored
fix(module:i18n): add missing translations to vi_VN (#8894)
Add rangeQuarterPlaceholder: ['Quý bắt đầu', 'Quý kết thúc'], in vi_VN.ts
1 parent cdbaf4d commit f08ad1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/i18n/languages/vi_VN.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
weekPlaceholder: 'Chọn tuần',
2828
rangePlaceholder: ['Ngày bắt đầu', 'Ngày kết thúc'],
2929
rangeYearPlaceholder: ['Năm bắt đầu', 'Năm kết thúc'],
30+
rangeQuarterPlaceholder: ['Qúy bắt đầu', 'Quý kết thúc'],
3031
rangeMonthPlaceholder: ['Tháng bắt đầu', 'Tháng kết thúc'],
3132
rangeWeekPlaceholder: ['Tuần bắt đầu', 'Tuần kết thúc'],
3233
locale: 'vi_VN',

0 commit comments

Comments
 (0)