From df6bdc002199d0d751cb9aecc6f181c40197cbfa Mon Sep 17 00:00:00 2001 From: Shakil Ahmed Date: Sun, 11 Feb 2024 14:17:10 +0600 Subject: [PATCH 1/3] add bengali localization --- packages/emoji-mart-data/i18n/bn.json | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/emoji-mart-data/i18n/bn.json diff --git a/packages/emoji-mart-data/i18n/bn.json b/packages/emoji-mart-data/i18n/bn.json new file mode 100644 index 00000000..a135ed19 --- /dev/null +++ b/packages/emoji-mart-data/i18n/bn.json @@ -0,0 +1,30 @@ +{ + "search": "অনুসন্ধান", + "search_no_results_1": "ওহ না!", + "search_no_results_2": "এই ইমোজিটি খুঁজে পাওয়া যায় নি", + "pick": "একটি ইমোজি বাছাই করুন…", + "add_custom": "কাস্টম ইমোজি যুক্ত করুন", + "categories": { + "activity": "কার্যকলাপ", + "custom": "কাস্টম", + "flags": "পতাকা", + "foods": "খাবার ও পানীয়", + "frequent": "প্রায়ই ব্যবহৃত", + "nature": "প্রাণী ও প্রকৃতি", + "objects": "বস্তু", + "people": "স্মাইলিস এবং মানুষ", + "places": "ভ্রমণ এবং স্থানসমূহ", + "search": "অনুসন্ধান ফলাফল", + "symbols": "প্রতীক" + }, + "skins": { + "choose": "ডিফল্ট স্কিন টোন বেছে নিন", + "1": "ডিফল্ট", + "2": "আলো", + "3": "মাঝারি-আলো", + "4": "মাঝারি", + "5": "মাঝারি-অন্ধকার", + "6": "অন্ধকার" + } + } + \ No newline at end of file From 60a6024b97b17734fe181b2a9172ebb16ed4d308 Mon Sep 17 00:00:00 2001 From: Shakil Ahmed Date: Sun, 11 Feb 2024 14:26:43 +0600 Subject: [PATCH 2/3] update readme file --- README.md | 2 +- packages/emoji-mart-website/index.html | 1 + packages/emoji-mart/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a6f11ae..f7c045b5 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ function App() { | **emojiVersion** | `14` | `1`, `2`, `3`, `4`, `5`, `11`, `12`, `12.1`, `13`, `13.1`, `14` | The version of the emoji data to use. Latest version supported in `@emoji-mart/data` is currently [14](https://emojipedia.org/emoji-14.0) | | **exceptEmojis** | `[]` | | List of emoji IDs that will be excluded from the picker | | **icons** | `auto` | `auto`, `outline`, `solid` | The type of icons to use for the picker. `outline` with light theme and `solid` with dark theme. | -| **locale** | `en` | `en`, `ar`, `be`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | +| **locale** | `en` | `en`, `ar`, `be`, `bn`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | | **maxFrequentRows** | `4` | | The maximum number of frequent rows to show. `0` will disable frequent category | | **navPosition** | `top` | `top`, `bottom`, `none` | The position of the navigation bar | | **noCountryFlags** | `false` | | Whether to show country flags or not. If not provided, tbhis is handled automatically (Windows doesn’t support country flags) | diff --git a/packages/emoji-mart-website/index.html b/packages/emoji-mart-website/index.html index 201b06a5..af7d6e04 100644 --- a/packages/emoji-mart-website/index.html +++ b/packages/emoji-mart-website/index.html @@ -66,6 +66,7 @@ + diff --git a/packages/emoji-mart/README.md b/packages/emoji-mart/README.md index 6a6f11ae..f7c045b5 100644 --- a/packages/emoji-mart/README.md +++ b/packages/emoji-mart/README.md @@ -103,7 +103,7 @@ function App() { | **emojiVersion** | `14` | `1`, `2`, `3`, `4`, `5`, `11`, `12`, `12.1`, `13`, `13.1`, `14` | The version of the emoji data to use. Latest version supported in `@emoji-mart/data` is currently [14](https://emojipedia.org/emoji-14.0) | | **exceptEmojis** | `[]` | | List of emoji IDs that will be excluded from the picker | | **icons** | `auto` | `auto`, `outline`, `solid` | The type of icons to use for the picker. `outline` with light theme and `solid` with dark theme. | -| **locale** | `en` | `en`, `ar`, `be`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | +| **locale** | `en` | `en`, `ar`, `be`, `bn`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `ko`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | | **maxFrequentRows** | `4` | | The maximum number of frequent rows to show. `0` will disable frequent category | | **navPosition** | `top` | `top`, `bottom`, `none` | The position of the navigation bar | | **noCountryFlags** | `false` | | Whether to show country flags or not. If not provided, tbhis is handled automatically (Windows doesn’t support country flags) | From 7890a5d2411d2c0a00327a91fbdcdf7c8cb2fd2d Mon Sep 17 00:00:00 2001 From: Shakil Ahmed Date: Sun, 11 Feb 2024 14:35:51 +0600 Subject: [PATCH 3/3] Update bn.json --- packages/emoji-mart-data/i18n/bn.json | 55 +++++++++++++-------------- 1 file changed, 27 insertions(+), 28 deletions(-) diff --git a/packages/emoji-mart-data/i18n/bn.json b/packages/emoji-mart-data/i18n/bn.json index a135ed19..3f61509a 100644 --- a/packages/emoji-mart-data/i18n/bn.json +++ b/packages/emoji-mart-data/i18n/bn.json @@ -1,30 +1,29 @@ { - "search": "অনুসন্ধান", - "search_no_results_1": "ওহ না!", - "search_no_results_2": "এই ইমোজিটি খুঁজে পাওয়া যায় নি", - "pick": "একটি ইমোজি বাছাই করুন…", - "add_custom": "কাস্টম ইমোজি যুক্ত করুন", - "categories": { - "activity": "কার্যকলাপ", - "custom": "কাস্টম", - "flags": "পতাকা", - "foods": "খাবার ও পানীয়", - "frequent": "প্রায়ই ব্যবহৃত", - "nature": "প্রাণী ও প্রকৃতি", - "objects": "বস্তু", - "people": "স্মাইলিস এবং মানুষ", - "places": "ভ্রমণ এবং স্থানসমূহ", - "search": "অনুসন্ধান ফলাফল", - "symbols": "প্রতীক" - }, - "skins": { - "choose": "ডিফল্ট স্কিন টোন বেছে নিন", - "1": "ডিফল্ট", - "2": "আলো", - "3": "মাঝারি-আলো", - "4": "মাঝারি", - "5": "মাঝারি-অন্ধকার", - "6": "অন্ধকার" - } + "search": "অনুসন্ধান", + "search_no_results_1": "ওহ না!", + "search_no_results_2": "এই ইমোজিটি খুঁজে পাওয়া যায় নি", + "pick": "একটি ইমোজি বাছাই করুন…", + "add_custom": "কাস্টম ইমোজি যুক্ত করুন", + "categories": { + "activity": "কার্যকলাপ", + "custom": "কাস্টম", + "flags": "পতাকা", + "foods": "খাবার ও পানীয়", + "frequent": "প্রায়ই ব্যবহৃত", + "nature": "প্রাণী ও প্রকৃতি", + "objects": "বস্তু", + "people": "স্মাইলিস এবং মানুষ", + "places": "ভ্রমণ এবং স্থানসমূহ", + "search": "অনুসন্ধান ফলাফল", + "symbols": "প্রতীক" + }, + "skins": { + "choose": "ডিফল্ট স্কিন টোন বেছে নিন", + "1": "ডিফল্ট", + "2": "আলো", + "3": "মাঝারি-আলো", + "4": "মাঝারি", + "5": "মাঝারি-অন্ধকার", + "6": "অন্ধকার" } - \ No newline at end of file +}