Skip to content
Snippets Groups Projects
Commit 00276af0 authored by Kevin Fairise's avatar Kevin Fairise
Browse files

aded new emojies

parent 8d4d9d9d
No related branches found
No related tags found
1 merge request!1aded new emojies
...@@ -5,6 +5,8 @@ wordToEmoji = { ...@@ -5,6 +5,8 @@ wordToEmoji = {
'super': ':thumbs_up:', 'super': ':thumbs_up:',
'coeur': ':red_heart:', 'coeur': ':red_heart:',
'sourire': ':smiley:', 'sourire': ':smiley:',
'detendu': ':relaxed:',
'bouchebée': ':open_mouth:',
} }
...@@ -22,4 +24,4 @@ def convert(word): ...@@ -22,4 +24,4 @@ def convert(word):
if __name__ == "__main__": if __name__ == "__main__":
print(convert(translate('sourire'))) print(convert(translate('bouchebée')))
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment