Skip to content

Commit

Permalink
new: Add vi (Vietnamese) language (#179)
Browse files Browse the repository at this point in the history
* Add Vietnamese language

* fix: Update Vietnamese translations

* chore: Update Vietnamese translations for Emoji 16 and CLDR 16

* feat: Update regex patterns for Vietnamese
  • Loading branch information
ZoloPro authored Dec 6, 2024
1 parent d237386 commit e9b9a9a
Show file tree
Hide file tree
Showing 15 changed files with 115,604 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/eight-fishes-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'emojibase-regex': major
'emojibase': major
'emojibase-data': major
'emojibase-generator': major
---

Add vi (Vietnamese) language
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- sv
- th
- uk
- vi
- zh
- zh-hant
fail-fast: true
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export const SUPPORTED_LOCALES: Locale[] = [
'sv', // Swedish
'th', // Thai
'uk', // Ukrainian
'vi', // Vietnamese
'zh', // Chinese
'zh-hant', // Chinese (Traditional)
];
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export type Locale =
| 'sv'
| 'th'
| 'uk'
| 'vi'
| 'zh-hant'
| 'zh';

Expand Down
Loading

0 comments on commit e9b9a9a

Please sign in to comment.