Skip to content

Commit

Permalink
Merge pull request #77 from Sav22999/beta
Browse files Browse the repository at this point in the history
3.14.6
  • Loading branch information
Sav22999 authored Oct 7, 2022
2 parents 2be7947 + 1129629 commit 3314659
Show file tree
Hide file tree
Showing 69 changed files with 8,205 additions and 273 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
src: url("../font/twemoji-fix-macos.ttf");
}

@font-face {
font-family: joypixels;
src: url("../font/joypixels.ttf");
}

@font-face {
font-family: open-sans;
src: url("../font/opensans.ttf");
Expand Down Expand Up @@ -327,6 +332,10 @@ div#top-message {
font-family: twemoji-fix-macos, sans-serif;
}

.font-joypixels {
font-family: joypixels, sans-serif;
}

.font-openmojicolor {
font-family: openmoji-color, sans-serif;
}
Expand Down
Binary file added font/joypixels.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions js/definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var supported_languages = sortSupportedLanguages({
"cs": "Czech 🇨🇿",
"da": "Danish 🇩🇰",
"nl": "Dutch 🇳🇱",
"fa": "Farsi / Persian 🇮🇷",
"fi": "Finnish 🇫🇮",
"fr": "French 🇫🇷 🇨🇦",
"de": "German 🇩🇪 🇦🇹",
Expand Down
10 changes: 6 additions & 4 deletions js/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,12 @@ emojis_language[lang][5] = {
"💬": ["Speech Balloon", "Chat Bubble", "Speech Bubble"],
"💭": ["Thought Balloon", "Thinking Bubble", "Thought Bubble"],
"💤": ["Zzz", "Bedtime", "Boring", "Sleep", "Sleeping Sign", "Sleeping Symbol"],
"♠": ["Spade Suit", "Spades", "Black Spade Suit"],
"♥": ["Heart Suit", "Card With Heart", "Hearts", "Black Heart Suit"],
"♦": ["Diamond Suit", "Diamonds", "Black Diamond Suit"],
"♣": ["Club Suit", "Clubs", "Black Club Suit"],
"♠": ["Spade Suit", "Spades", "Black Spade Suit"],
"♥": ["Heart Suit", "Card With Heart", "Hearts", "Black Heart Suit"],
"♦": ["Diamond Suit", "Diamonds", "Black Diamond Suit"],
"♣": ["Club Suit", "Clubs", "Black Club Suit"],
"🏧": ["ATM Sign", "ATM", "Automated Telleer Machine"],
"🎧": ["Headphone", "Earphone", "iPod", "Headphones"],
"🎵": ["Musical Note", "Beamed Pair Of Eighth Notes", "Beamed Pair Of Quavers", "Music Note"],
"🎶": ["Musical Notes", "Music", "Music Notes", "Singing", "Multiple Musical Notes"],
"🔔": ["Bell", "Liberty Bell", "Ringer", "Wedding Bell"],
Expand All @@ -487,6 +488,7 @@ emojis_language[lang][5] = {
"🔉": ["Speaker Medium Volume", "Reduce Volume", "Speaker With Medium Volume", "Speaker with One Sound Wave"],
"🔊": ["Speaker High Volume", "Increase Volume", "Speaker with Three Sound Waves"],
"🔇": ["Muted Speaker", "Mute Volume", "Speaker with Cancellation Stroke"],
"📢": ["Loudspeaker", "Announcement", "PA System", "Public Address Loudspeaker", ""],
"⛔": ["No Entry"],
"🚫": ["Prohibited", "Banned", "Circle Backslash", "No", "Red Circle Crossed", "Restricted", "No Entry Sign"],
"🚳": ["No Bicycles", "No Bikes Sign"],
Expand Down
13 changes: 13 additions & 0 deletions js/languages/af-ZA/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'ATM',
'Automated Telleer Machine'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'Musical Note',
'Beamed Pair Of Eighth Notes',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'Mute Volume',
'Speaker with Cancellation Stroke'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['No Entry'],
'🚫': [
'Prohibited',
Expand Down
2 changes: 1 addition & 1 deletion js/languages/af-ZA/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ other_strings[lang]['button-buy-me-a-coffee'] = 'Buy me a coffee on PayPal ☕';
other_strings[lang]['button-maybe-another-time'] = 'Maybe another time';
other_strings[lang]['button-hide'] = 'Hide';
other_strings[lang]['label-copied'] = '{{emojis}} copied ✔';
other_strings[lang]['label-removed-correctly'] = '{{emojis}} removed correcly';
other_strings[lang]['label-removed-correctly'] = '{{emojis}} removed correctly';
13 changes: 13 additions & 0 deletions js/languages/ar-SA/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'صراف',
'آلة التلال الآلية'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'ملاحظة موسيقية',
'ثامنا- اقتران الملاحظات الثامنة',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'كتم الصوت',
'مكبر الصوت مع جرة الإلغاء'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['لا يوجد مدخل'],
'🚫': [
'محظور',
Expand Down
13 changes: 13 additions & 0 deletions js/languages/ca-ES/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'ATM',
'Automated Telleer Machine'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'Musical Note',
'Beamed Pair Of Eighth Notes',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'Mute Volume',
'Speaker with Cancellation Stroke'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['No Entry'],
'🚫': [
'Prohibited',
Expand Down
2 changes: 1 addition & 1 deletion js/languages/ca-ES/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ other_strings[lang]['button-buy-me-a-coffee'] = 'Buy me a coffee on PayPal ☕';
other_strings[lang]['button-maybe-another-time'] = 'Maybe another time';
other_strings[lang]['button-hide'] = 'Hide';
other_strings[lang]['label-copied'] = '{{emojis}} copied ✔';
other_strings[lang]['label-removed-correctly'] = '{{emojis}} removed correcly';
other_strings[lang]['label-removed-correctly'] = '{{emojis}} removed correctly';
13 changes: 13 additions & 0 deletions js/languages/cs-CZ/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'ATM',
'Automatický telefon'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'Hudební nota',
'Řezání osmé poznámky',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'Ztlumit hlasitost',
'Reproduktor s zrušovacím tahem'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['Žádný záznam'],
'🚫': [
'Zakázáno',
Expand Down
13 changes: 13 additions & 0 deletions js/languages/da-DK/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'ATM',
'Automatiseret Telleer Machine'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'Musikalsk Note',
'Beamed Par Af Ottende Noter',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'Lydløs Lydstyrke',
'Højttaler med afbestillingsstop'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['Ingen Indgang'],
'🚫': [
'Forbudt',
Expand Down
61 changes: 37 additions & 24 deletions js/languages/de-CH/emojis.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,14 +608,14 @@ emojis_language[lang][2] = {
'🫣': ['Face with Peeking Eye'],
'🫡': [
'Saluting Face',
'Military',
'Army',
'Militär',
'Armee',
'RAF',
'Navy'
],
'🫥': ['Dotted Line Face'],
'🫤': ['Face with Diagonal Mouth'],
'🥹': ['Face Holding Back Tears'],
'🥹': ['Gesicht, welches die Tränen zurückhält'],
'😈': [
'Lächelndes Gesicht mit Hörnern',
'Teufel',
Expand Down Expand Up @@ -814,7 +814,7 @@ emojis_language[lang][3] = {
'Mädchen mit Krone',
'Mädchen mit Tiara'
],
'🫅{{skin_tone}}‍': ['Person with Crown'],
'🫅{{skin_tone}}‍': ['Person mit Krone'],
'👳{{skin_tone}}‍♂️': ['Mann trägt Turban'],
'👳{{skin_tone}}‍♀️': ['Frauen tragen Turban'],
'👲{{skin_tone}}‍': [
Expand All @@ -833,21 +833,21 @@ emojis_language[lang][3] = {
'Groom',
'Mann im Anzug',
'Mann in Tuxedo',
'Wedding'
'Hochzeit'
],
'👰{{skin_tone}}‍': [
'Person mit Schleier',
'Braut',
'Braut mit Schleier',
'Wedding'
'Hochzeit'
],
'👰{{skin_tone}}‍♂️': [
'Mann mit Schleier',
'Wedding'
'Hochzeit'
],
'👰{{skin_tone}}‍♀️': [
'Frau mit Schleier',
'Wedding'
'Hochzeit'
],
'👩{{skin_tone}}‍🍼': ['Frauen ernähren Baby'],
'👨{{skin_tone}}‍🍼': ['Mann ernährt Baby'],
Expand All @@ -858,12 +858,12 @@ emojis_language[lang][3] = {
'Schwangere Lady'
],
'🫃{{skin_tone}}‍': [
'Pregnant Man',
'Pregnancy'
'Schwangerer Mann',
'Schwangerschaft'
],
'🫄{{skin_tone}}‍': [
'Pregnant Person',
'Pregnancy'
'Schwangere Person',
'Schwangerschaft'
],
'🤱{{skin_tone}}‍': [
'Stillen',
Expand Down Expand Up @@ -1208,7 +1208,7 @@ emojis_language[lang][3] = {
'👺': [
'Goblin',
'Long Nose Face',
'Red Mask',
'Rote Maske',
'Tengu',
'Japanese Goblin'
]
Expand Down Expand Up @@ -1684,14 +1684,14 @@ emojis_language[lang][4] = {
'🪱': ['Wurm'],
'🦩': ['Flamingo'],
'🪹': [
'Empty Nest',
'Birds',
'Home'
'Leeres Nest',
'Vögel',
'Zuhause'
],
'🪺': [
'Nest with Eggs',
'Birds',
'Home'
'Nest mit Eiern',
'Vögel',
'Zuhause'
]
};
/*symbols*/
Expand Down Expand Up @@ -1841,6 +1841,12 @@ emojis_language[lang][5] = {
'Geldautomat',
'Automatisierte Telleer Maschine'
],
'🎧': [
'Headphone',
'Earphone',
'iPod',
'Headphones'
],
'🎵': [
'Musiknotiz',
'Belichtetes Paar achter Notizen',
Expand Down Expand Up @@ -1888,6 +1894,13 @@ emojis_language[lang][5] = {
'Lautstärke stumm',
'Lautsprecher mit Abbruch Strich'
],
'📢': [
'Loudspeaker',
'Announcement',
'PA System',
'Public Address Loudspeaker',
''
],
'⛔': ['Kein Eintrag'],
'🚫': [
'Verboten',
Expand Down Expand Up @@ -2276,7 +2289,7 @@ emojis_language[lang][5] = {
],
'🟰': [
'Heavy Equals Sign',
'Result'
'Ergebnis'
],
'♾️': [
'Unendlichkeit',
Expand Down Expand Up @@ -3532,15 +3545,15 @@ emojis_language[lang][6] = {
],
'🧊': ['Eiswürfel'],
'🫘': [
'Beans',
'Flatulence',
'Coffee beans',
'Bohnen',
'Blähungen',
'Kaffebohnen',
'Spill the beans'
],
'🫗': [
'Pouring Liquid',
'Pouring Drink',
'Water'
'Wasser'
]
};
/*flags*/
Expand Down
Loading

0 comments on commit 3314659

Please sign in to comment.