Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Czech localization #662

Merged
merged 2 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions packages/emoji-mart-data/i18n/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"search": "Vyhledat",
"search_no_results_1": "Ale ne!",
"search_no_results_2": "Emoji nebylo nalezeno",
"pick": "Vyberte emoji…",
"add_custom": "Přidat vlastní emoji",
"categories": {
"activity": "Aktivity",
"custom": "Vlastní",
"flags": "Vlajky",
"foods": "Jídlo a pití",
"frequent": "Často používané",
"nature": "Zvířata a příroda",
"objects": "Objekty",
"people": "Smajlíci a lidé",
"places": "Cestování a místa",
"search": "Výsledky vyhledávání",
"symbols": "Symboly"
},
"skins": {
"choose": "Vyberte výchozí odstín pleti",
"1": "Výchozí",
"2": "Světlý",
"3": "Středně světlý",
"4": "Střední",
"5": "Středně tmavý",
"6": "Tmavý"
}
}
1 change: 1 addition & 0 deletions packages/emoji-mart-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
><select id="locale" class="flex-grow">
<option value="en">English</option>
<option value="ar">العربية</option>
<option value="cs">Čeština</option>
<option value="de">Deutsch</option>
<option value="es">Español</option>
<option value="fa">پارسی</option>
Expand Down
1 change: 1 addition & 0 deletions packages/emoji-mart/src/components/Picker/PickerProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default {
choices: [
'en',
'ar',
'cs',
'de',
'es',
'fa',
Expand Down