diff --git a/packages/emoji-mart-data/i18n/vi.json b/packages/emoji-mart-data/i18n/vi.json new file mode 100644 index 000000000..426e25419 --- /dev/null +++ b/packages/emoji-mart-data/i18n/vi.json @@ -0,0 +1,29 @@ +{ + "search": "Tìm kiếm", + "search_no_results_1": "Ôi không!", + "search_no_results_2": "Không thể tìm thấy biểu tượng cảm xúc", + "pick": "Chọn biểu tượng cảm xúc..", + "add_custom": "Thêm biểu tượng cảm xúc", + "categories": { + "activity": "Hoạt động", + "custom": "Chỉnh sửa", + "flags": "Cờ", + "foods": "Đồ Ăn", + "frequent": "Dùng thường xuyên", + "nature": "Thiên nhiên", + "objects": "Dụng cụ", + "people": "Con người", + "places": "Địa điểm", + "search": "Tìm kiếm", + "symbols": "Ký hiệu" + }, + "skins": { + "choose": "Chọn tông mặc định", + "1": "Mặc định", + "2": "Sáng", + "3": "Trung bình sáng", + "4": "Trung bình", + "5": "Trung bình tối", + "6": "Tối" + } +} diff --git a/packages/emoji-mart-website/index.html b/packages/emoji-mart-website/index.html index cbff503e7..f80d48348 100644 --- a/packages/emoji-mart-website/index.html +++ b/packages/emoji-mart-website/index.html @@ -81,6 +81,7 @@ + diff --git a/packages/emoji-mart/src/components/Picker/PickerProps.ts b/packages/emoji-mart/src/components/Picker/PickerProps.ts index 9b51514dc..45a151795 100644 --- a/packages/emoji-mart/src/components/Picker/PickerProps.ts +++ b/packages/emoji-mart/src/components/Picker/PickerProps.ts @@ -44,6 +44,7 @@ export default { 'sa', 'tr', 'uk', + 'vi', 'zh', ], },