From 78de385efae07a1586e26b4820f0d44185e3fdbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Stankovi=C4=8D?= Date: Fri, 24 Nov 2023 13:29:54 +0100 Subject: [PATCH 1/4] Add slovak i18n language file --- packages/emoji-mart-data/i18n/sk | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/emoji-mart-data/i18n/sk diff --git a/packages/emoji-mart-data/i18n/sk b/packages/emoji-mart-data/i18n/sk new file mode 100644 index 00000000..867140db --- /dev/null +++ b/packages/emoji-mart-data/i18n/sk @@ -0,0 +1,29 @@ +{ + "search": "Vyhľadať", + "search_no_results_1": "Ale nie!", + "search_no_results_2": "Emoji nebolo nájdené", + "pick": "Vyberte emoji…", + "add_custom": "Pridať vlastné emoji", + "categories": { + "activity": "Aktivity", + "custom": "Vlastné", + "flags": "Vlajky", + "foods": "Jedlo a pitie", + "frequent": "Často používané", + "nature": "Zvieratá a príroda", + "objects": "Objekty", + "people": "Smajlíky a ľudia", + "places": "Cestovanie a miesta", + "search": "Výsledky vyhľadávania", + "symbols": "Symboly" + }, + "skins": { + "choose": "Vyberte predvolený odtieň pleti", + "1": "Predvolený", + "2": "Svetlý", + "3": "Stredne svetlý", + "4": "Stredný", + "5": "Stredne tmavý", + "6": "Tmavý" + } +} From 08450550af1f34f7e4fbb6024d9b460cd094eeb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Stankovic=CC=8C?= Date: Fri, 24 Nov 2023 13:39:36 +0100 Subject: [PATCH 2/4] add sk langauge into the readme --- README.md | 13 +++++++++++-- packages/emoji-mart-website/index.html | 1 + packages/emoji-mart/README.md | 13 +++++++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 329e25ea..6a90f155 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,19 @@ ## 📖 Table of Contents +- [� Table of Contents](#-table-of-contents) - [💾 Data](#-data) + - [Bundled directly into your codebase](#bundled-directly-into-your-codebase) + - [Fetched remotely](#fetched-remotely) - [🏪 Picker](#-picker) + - [React](#react) + - [Browser](#browser) + - [Options / Props](#options--props) + - [Custom emojis](#custom-emojis) + - [Custom category icons](#custom-category-icons) - [🙃 Emoji component](#-emoji-component) -- [🕵️‍♀️ Headless search](#%EF%B8%8F%EF%B8%8F-headless-search) + - [Attributes / Props](#attributes--props) +- [🕵️‍♀️ Headless search](#️️-headless-search) - [🔬 Get emoji data from native](#-get-emoji-data-from-native) - [🗺 Internationalization](#-internationalization) - [📚 Examples](#-examples) @@ -103,7 +112,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`, `kr`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | +| **locale** | `en` | `en`, `ar`, `be`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `kr`, `nl`, `pl`, `pt`, `ru`, `sa`, `sk`, `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 a4f24067..4671f566 100644 --- a/packages/emoji-mart-website/index.html +++ b/packages/emoji-mart-website/index.html @@ -80,6 +80,7 @@ + diff --git a/packages/emoji-mart/README.md b/packages/emoji-mart/README.md index 329e25ea..6a90f155 100644 --- a/packages/emoji-mart/README.md +++ b/packages/emoji-mart/README.md @@ -7,10 +7,19 @@ ## 📖 Table of Contents +- [� Table of Contents](#-table-of-contents) - [💾 Data](#-data) + - [Bundled directly into your codebase](#bundled-directly-into-your-codebase) + - [Fetched remotely](#fetched-remotely) - [🏪 Picker](#-picker) + - [React](#react) + - [Browser](#browser) + - [Options / Props](#options--props) + - [Custom emojis](#custom-emojis) + - [Custom category icons](#custom-category-icons) - [🙃 Emoji component](#-emoji-component) -- [🕵️‍♀️ Headless search](#%EF%B8%8F%EF%B8%8F-headless-search) + - [Attributes / Props](#attributes--props) +- [🕵️‍♀️ Headless search](#️️-headless-search) - [🔬 Get emoji data from native](#-get-emoji-data-from-native) - [🗺 Internationalization](#-internationalization) - [📚 Examples](#-examples) @@ -103,7 +112,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`, `kr`, `nl`, `pl`, `pt`, `ru`, `sa`, `tr`, `uk`, `vi`, `zh` | The locale to use for the picker | +| **locale** | `en` | `en`, `ar`, `be`, `cs`, `de`, `es`, `fa`, `fi`, `fr`, `hi`, `it`, `ja`, `kr`, `nl`, `pl`, `pt`, `ru`, `sa`, `sk`, `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 3b8fca0dee09d68ac6d5e2bfd4f1d4537361d669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Stankovi=C4=8D?= Date: Fri, 24 Nov 2023 13:42:37 +0100 Subject: [PATCH 3/4] Update README.md --- packages/emoji-mart/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/packages/emoji-mart/README.md b/packages/emoji-mart/README.md index 6a90f155..6343f4c4 100644 --- a/packages/emoji-mart/README.md +++ b/packages/emoji-mart/README.md @@ -7,19 +7,10 @@ ## 📖 Table of Contents -- [� Table of Contents](#-table-of-contents) - [💾 Data](#-data) - - [Bundled directly into your codebase](#bundled-directly-into-your-codebase) - - [Fetched remotely](#fetched-remotely) - [🏪 Picker](#-picker) - - [React](#react) - - [Browser](#browser) - - [Options / Props](#options--props) - - [Custom emojis](#custom-emojis) - - [Custom category icons](#custom-category-icons) - [🙃 Emoji component](#-emoji-component) - - [Attributes / Props](#attributes--props) -- [🕵️‍♀️ Headless search](#️️-headless-search) +- [🕵️‍♀️ Headless search](#%EF%B8%8F%EF%B8%8F-headless-search) - [🔬 Get emoji data from native](#-get-emoji-data-from-native) - [🗺 Internationalization](#-internationalization) - [📚 Examples](#-examples) From 76e3793a9cbff680538c980c770604dd255094e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Stankovi=C4=8D?= Date: Fri, 24 Nov 2023 13:42:51 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a90f155..6343f4c4 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,10 @@ ## 📖 Table of Contents -- [� Table of Contents](#-table-of-contents) - [💾 Data](#-data) - - [Bundled directly into your codebase](#bundled-directly-into-your-codebase) - - [Fetched remotely](#fetched-remotely) - [🏪 Picker](#-picker) - - [React](#react) - - [Browser](#browser) - - [Options / Props](#options--props) - - [Custom emojis](#custom-emojis) - - [Custom category icons](#custom-category-icons) - [🙃 Emoji component](#-emoji-component) - - [Attributes / Props](#attributes--props) -- [🕵️‍♀️ Headless search](#️️-headless-search) +- [🕵️‍♀️ Headless search](#%EF%B8%8F%EF%B8%8F-headless-search) - [🔬 Get emoji data from native](#-get-emoji-data-from-native) - [🗺 Internationalization](#-internationalization) - [📚 Examples](#-examples)