Skip to content

Commit

Permalink
added .d.ts files and added some mimssing translation in messsages.po
Browse files Browse the repository at this point in the history
  • Loading branch information
sudipshil9862 committed Oct 1, 2023
1 parent 5b47e60 commit 6f367a5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/data/bn/compact.json.d.ts
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;
5 changes: 5 additions & 0 deletions packages/data/bn/data.json.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Emoji } from 'emojibase';

declare const data: Emoji[];

export default data;
5 changes: 5 additions & 0 deletions packages/data/bn/messages.json.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { MessagesDataset } from 'emojibase';

declare const data: MessagesDataset;

export default data;
8 changes: 4 additions & 4 deletions po/bn/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ msgstr "কার্যক্রম"

msgctxt "EMOJI GROUP: 7|objects"
msgid "objects"
msgstr "objects"
msgstr "বস্তু"

msgctxt "EMOJI GROUP: 8|symbols"
msgid "symbols"
Expand Down Expand Up @@ -221,7 +221,7 @@ msgstr "চুলের শৈলী"

msgctxt "EMOJI SUB-GROUP: 33|animal-mammal"
msgid "mammals"
msgstr "mammals"
msgstr "স্তন্যপায়ী প্রাণী"

msgctxt "EMOJI SUB-GROUP: 34|animal-bird"
msgid "birds"
Expand Down Expand Up @@ -373,7 +373,7 @@ msgstr "কম্পিউটার"

msgctxt "EMOJI SUB-GROUP: 71|light-video"
msgid "light, film & video"
msgstr ""
msgstr "আলো, ফিল্ম এবং ভিডিও"

msgctxt "EMOJI SUB-GROUP: 72|book-paper"
msgid "books & paper"
Expand Down Expand Up @@ -453,7 +453,7 @@ msgstr "গণিত প্রতীক"

msgctxt "EMOJI SUB-GROUP: 91|punctuation"
msgid "punctuation"
msgstr "punctuation"
msgstr "বিরাম চিহ্ন"

msgctxt "EMOJI SUB-GROUP: 92|currency"
msgid "currencies"
Expand Down

0 comments on commit 6f367a5

Please sign in to comment.