Add translation to support EmojiPicker in all language

This commit is contained in:
10G Meow 2023-05-20 11:31:28 +03:00
parent fce65d1a3b
commit 39b583d65e
2 changed files with 30 additions and 2 deletions

View file

@ -329,5 +329,19 @@
"fetched_n_of_total_events": "Fetched {count} of {total} events",
"processed_n_of_total_events": "Processed media for {count} of {total} events",
"export_filename": "Exported chat {date}"
},
"emoji": {
"search": "Search...",
"categories": {
"activity": "Activity",
"flags": "Flags",
"foods": "Foods",
"frequently": "Frequently used",
"objects": "Objects",
"nature": "Nature",
"peoples": "Peoples",
"symbols": "Symbols",
"places": "Places"
}
}
}