-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new: Add vi (Vietnamese) language (#179)
* 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
Showing
15 changed files
with
115,604 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ jobs: | |
- sv | ||
- th | ||
- uk | ||
- vi | ||
- zh | ||
- zh-hant | ||
fail-fast: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -278,6 +278,7 @@ export type Locale = | |
| 'sv' | ||
| 'th' | ||
| 'uk' | ||
| 'vi' | ||
| 'zh-hant' | ||
| 'zh'; | ||
|
||
|
Oops, something went wrong.