-
-
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
bn
(Bengali) language. (#161)
* Added bn (Bengali) * added .d.ts files and added some mimssing translation in messsages.po * messages.raw.json file * added bn in constants.ts - fixing the failing build * added shortcodes files and also added .d.ts files in it * Added include the regex for bengali * added unicode range for General Punctuation block
- Loading branch information
1 parent
e77bcea
commit 84ea37c
Showing
18 changed files
with
110,035 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -40,6 +40,7 @@ jobs: | |
strategy: | ||
matrix: | ||
locale: | ||
- bn | ||
- da | ||
- de | ||
- en-gb | ||
|
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 |
---|---|---|
|
@@ -254,6 +254,7 @@ export interface MessagesDataset { | |
} | ||
|
||
export type Locale = | ||
| 'bn' | ||
| 'da' | ||
| 'de' | ||
| 'en-gb' | ||
|
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,5 @@ | ||
import { CompactEmoji } from 'emojibase'; | ||
|
||
declare const data: CompactEmoji[]; | ||
|
||
export default data; |
Oops, something went wrong.