Skip to content

Commit

Permalink
new: Add hi (Hindi) language. (#165)
Browse files Browse the repository at this point in the history
* Add hi (Hindi)

* removed unwanted file

* traslation added for hi and langs in sorted order in locale files
  • Loading branch information
sudipshil9862 committed Oct 6, 2023
1 parent 23fe4f8 commit ada3784
Show file tree
Hide file tree
Showing 19 changed files with 110,293 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- et
- fi
- fr
- hi
- hu
- it
- ja
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const SUPPORTED_LOCALES: Locale[] = [
'et', // Estonian
'fi', // Finnish
'fr', // French
'hi', // Hindi
'hu', // Hungarian
'it', // Italian
'ja', // Japanese
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export type Locale =
| 'et'
| 'fi'
| 'fr'
| 'hi'
| 'hu'
| 'it'
| 'ja'
Expand Down
99 changes: 80 additions & 19 deletions packages/data/en/shortcodes/joypixels.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"1F610": "neutral_face",
"1FAE4": "face_with_diagonal_mouth",
"1F611": "expressionless",
"1FAE8": "shaking_face",
"1F62C": "grimacing",
"1F644": [
"rolling_eyes",
Expand Down Expand Up @@ -696,6 +697,48 @@
"right_facing_fist_tone5",
"right_fist_tone5"
],
"1FAF7": "leftwards_pushing_hand",
"1FAF7-1F3FB": [
"leftwards_pushing_hand_tone1",
"leftwards_pushing_hand_light_skin_tone"
],
"1FAF7-1F3FC": [
"leftwards_pushing_hand_tone2",
"leftwards_pushing_hand_medium_light_skin_tone"
],
"1FAF7-1F3FD": [
"leftwards_pushing_hand_tone3",
"leftwards_pushing_hand_medium_skin_tone"
],
"1FAF7-1F3FE": [
"leftwards_pushing_hand_tone4",
"leftwards_pushing_hand_medium_dark_skin_tone"
],
"1FAF7-1F3FF": [
"leftwards_pushing_hand_tone5",
"leftwards_pushing_hand_dark_skin_tone"
],
"1FAF8": "rightwards_pushing_hand",
"1FAF8-1F3FB": [
"rightwards_pushing_hand_tone1",
"rightwards_pushing_hand_light_skin_tone"
],
"1FAF8-1F3FC": [
"rightwards_pushing_hand_tone2",
"rightwards_pushing_hand_medium_light_skin_tone"
],
"1FAF8-1F3FD": [
"rightwards_pushing_hand_tone3",
"rightwards_pushing_hand_medium_skin_tone"
],
"1FAF8-1F3FE": [
"rightwards_pushing_hand_tone4",
"rightwards_pushing_hand_medium_dark_skin_tone"
],
"1FAF8-1F3FF": [
"rightwards_pushing_hand_tone5",
"rightwards_pushing_hand_dark_skin_tone"
],
"1F91E": [
"fingers_crossed",
"hand_with_index_and_middle_finger_crossed"
Expand Down Expand Up @@ -6725,7 +6768,9 @@
"1F424": "baby_chick",
"1F423": "hatching_chick",
"1F425": "hatched_chick",
"1FABF": "goose",
"1F986": "duck",
"1F426-200D-2B1B": "black_bird",
"1F985": "eagle",
"1F989": "owl",
"1F987": "bat",
Expand All @@ -6739,20 +6784,21 @@
"unicorn",
"unicorn_face"
],
"1FACE": "moose",
"1F41D": [
"bee",
"honeybee"
],
"1FAB1": "worm",
"1F41B": "bug",
"1F98B": "butterfly",
"1F40C": "snail",
"1FAB1": "worm",
"1F41E": "lady_beetle",
"1F41C": "ant",
"1FAB0": "fly",
"1F99F": "mosquito",
"1FAB3": "cockroach",
"1FAB2": "beetle",
"1FAB3": "cockroach",
"1F99F": "mosquito",
"1F997": "cricket",
"1F577": "spider",
"1F578": "spider_web",
Expand All @@ -6764,26 +6810,26 @@
"1F995": "sauropod",
"1F419": "octopus",
"1F991": "squid",
"1FABC": "jellyfish",
"1F990": "shrimp",
"1F99E": "lobster",
"1F980": "crab",
"1F421": "blowfish",
"1F420": "tropical_fish",
"1F41F": "fish",
"1F9AD": "seal",
"1F42C": "dolphin",
"1F433": "whale",
"1F40B": "whale2",
"1F988": "shark",
"1F9AD": "seal",
"1F40A": "crocodile",
"1F405": "tiger2",
"1F406": "leopard",
"1F993": "zebra",
"1F98D": "gorilla",
"1F9A7": "orangutan",
"1F418": "elephant",
"1F9A3": "mammoth",
"1F9AC": "bison",
"1F418": "elephant",
"1F99B": "hippopotamus",
"1F98F": [
"rhino",
Expand All @@ -6793,9 +6839,11 @@
"1F42B": "camel",
"1F992": "giraffe",
"1F998": "kangaroo",
"1F9AC": "bison",
"1F403": "water_buffalo",
"1F402": "ox",
"1F404": "cow2",
"1FACF": "donkey",
"1F40E": "racehorse",
"1F416": "pig2",
"1F40F": "ram",
Expand All @@ -6813,6 +6861,7 @@
"1F408": "cat2",
"1F408-200D-2B1B": "black_cat",
"1FAB6": "feather",
"1FABD": "wing",
"1F413": "rooster",
"1F983": "turkey",
"1F9A4": "dodo",
Expand Down Expand Up @@ -6846,36 +6895,37 @@
"1F332": "evergreen_tree",
"1F333": "deciduous_tree",
"1F334": "palm_tree",
"1FAB5": "wood",
"1F331": "seedling",
"1F33F": "herb",
"1F340": "four_leaf_clover",
"1F38D": "bamboo",
"1FAB4": "potted_plant",
"1F38B": "tanabata_tree",
"1F343": "leaves",
"1F342": "fallen_leaf",
"1F341": "maple_leaf",
"1FAB9": "empty_nest",
"1FABA": "nest_with_eggs",
"1FAB9": "empty_nest",
"1F344": "mushroom",
"1F41A": [
"shell",
"spiral_shell"
],
"1FAB8": "coral",
"1FAA8": "rock",
"1FAB5": "wood",
"1F33E": [
"ear_of_rice",
"sheaf_of_rice"
],
"1FAB4": "potted_plant",
"1F490": "bouquet",
"1F337": "tulip",
"1F339": "rose",
"1F940": [
"wilted_rose",
"wilted_flower"
],
"1FABB": "hyacinth",
"1FAB7": "lotus",
"1F33A": "hibiscus",
"1F338": "cherry_blossom",
Expand Down Expand Up @@ -6983,8 +7033,8 @@
"1F34C": "banana",
"1F349": "watermelon",
"1F347": "grapes",
"1FAD0": "blueberries",
"1F353": "strawberry",
"1FAD0": "blueberries",
"1F348": "melon",
"1F352": "cherries",
"1F351": "peach",
Expand All @@ -6999,29 +7049,30 @@
"1F345": "tomato",
"1F346": "eggplant",
"1F951": "avocado",
"1FAD2": "olive",
"1FADB": "pea_pod",
"1F966": "broccoli",
"1F96C": "leafy_green",
"1FAD1": "bell_pepper",
"1F952": "cucumber",
"1F336": "hot_pepper",
"1FAD1": "bell_pepper",
"1F33D": [
"corn",
"ear_of_corn"
],
"1F955": "carrot",
"1FAD2": "olive",
"1F9C4": "garlic",
"1F9C5": "onion",
"1F954": "potato",
"1F360": "sweet_potato",
"1FADA": "ginger_root",
"1F950": "croissant",
"1F96F": "bagel",
"1F35E": "bread",
"1F956": [
"french_bread",
"baguette_bread"
],
"1FAD3": "flatbread",
"1F968": "pretzel",
"1F9C0": [
"cheese",
Expand All @@ -7047,6 +7098,7 @@
"french_fries"
],
"1F355": "pizza",
"1FAD3": "flatbread",
"1F96A": "sandwich",
"1F959": [
"stuffed_flatbread",
Expand Down Expand Up @@ -8261,6 +8313,7 @@
],
"1F3BC": "musical_score",
"1F3B9": "musical_keyboard",
"1FA87": "maracas",
"1F941": [
"drum",
"drum_with_drumsticks"
Expand All @@ -8272,6 +8325,7 @@
"1F3B8": "guitar",
"1FA95": "banjo",
"1F3BB": "violin",
"1FA88": "flute",
"1F3B2": "game_die",
"265F": "chess_pawn",
"1F3AF": [
Expand All @@ -8292,6 +8346,7 @@
"1F695": "taxi",
"1F699": "blue_car",
"1F6FB": "pickup_truck",
"1F690": "minibus",
"1F68C": "bus",
"1F68E": "trolleybus",
"1F3CE": [
Expand All @@ -8301,14 +8356,13 @@
"1F693": "police_car",
"1F691": "ambulance",
"1F692": "fire_engine",
"1F690": "minibus",
"1F69A": "truck",
"1F69B": "articulated_lorry",
"1F69C": "tractor",
"1F9AF": "probing_cane",
"1FA7C": "crutch",
"1F9BD": "manual_wheelchair",
"1F9BC": "motorized_wheelchair",
"1FA7C": "crutch",
"1F6F4": [
"scooter",
"kick_scooter"
Expand Down Expand Up @@ -8702,6 +8756,7 @@
"1F9FC": "soap",
"1FAA5": "toothbrush",
"1FA92": "razor",
"1FAAE": "hair_pick",
"1F9FD": "sponge",
"1FAA3": "bucket",
"1F9F4": [
Expand Down Expand Up @@ -8779,6 +8834,7 @@
"party_popper"
],
"1F38E": "dolls",
"1FAAD": "folding_hand_fan",
"1F3EE": "izakaya_lantern",
"1F390": "wind_chime",
"1FAA9": "mirror_ball",
Expand Down Expand Up @@ -8903,14 +8959,17 @@
"unlock",
"unlocked"
],
"1FA77": "pink_heart",
"1F9E1": "orange_heart",
"1F49B": "yellow_heart",
"1F49A": "green_heart",
"1FA75": "light_blue_heart",
"1F499": "blue_heart",
"1F49C": "purple_heart",
"1F5A4": "black_heart",
"1F90E": "brown_heart",
"1FA76": "grey_heart",
"1F90D": "white_heart",
"1F90E": "brown_heart",
"1F494": "broken_heart",
"1F495": "two_hearts",
"1F49E": "revolving_hearts",
Expand Down Expand Up @@ -8938,6 +8997,7 @@
],
"262A": "star_and_crescent",
"1F549": "om_symbol",
"1FAAF": "khanda",
"1F52F": "six_pointed_star",
"1F54E": "menorah",
"262F": "yin_yang",
Expand Down Expand Up @@ -9039,13 +9099,14 @@
],
"267F": "wheelchair",
"1F17F": "parking",
"1F6D7": "elevator",
"1F233": "u7a7a",
"1F202": "sa",
"1F6C2": "passport_control",
"1F6C3": "customs",
"1F6C4": "baggage_claim",
"1F6C5": "left_luggage",
"1F6D7": "elevator",
"1F6DC": "wireless",
"1F6B9": [
"mens",
"mens_room"
Expand Down Expand Up @@ -9350,14 +9411,15 @@
"waving_black_flag",
"black_flag"
],
"1F3F4-200D-2620-FE0F": "pirate_flag",
"1F3C1": "checkered_flag",
"1F6A9": "triangular_flag_on_post",
"1F3F3-FE0F-200D-1F308": [
"rainbow_flag",
"gay_pride_flag"
],
"1F3F3-FE0F-200D-26A7-FE0F": "transgender_flag",
"1F3F4-200D-2620-FE0F": "pirate_flag",
"1F1FA-1F1F3": "united_nations",
"1F1E6-1F1EB": [
"flag_af",
"af"
Expand Down Expand Up @@ -10391,7 +10453,6 @@
"flag_um",
"um"
],
"1F1FA-1F1F3": "united_nations",
"1F3FB": "tone1",
"1F3FC": "tone2",
"1F3FD": "tone3",
Expand Down
5 changes: 5 additions & 0 deletions packages/data/hi/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;

0 comments on commit ada3784

Please sign in to comment.