Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: init vietnamese #726

Merged
merged 3 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/emoji-mart-data/i18n/vi.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
1 change: 1 addition & 0 deletions packages/emoji-mart-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<option value="sa">संस्कृतम्</option>
<option value="tr">Türkçe</option>
<option value="uk">Українська</option>
<option value="vi">Tiếng Việt</option>
<option value="zh">中文</option></select
><em-emoji id="arrow_down_small"></em-emoji
></span>
Expand Down
1 change: 1 addition & 0 deletions packages/emoji-mart/src/components/Picker/PickerProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default {
'sa',
'tr',
'uk',
'vi',
'zh',
],
},
Expand Down