mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
emojis baby
This commit is contained in:
parent
9acb1d5ec5
commit
83e13c81ad
7 changed files with 173 additions and 197 deletions
|
@ -558,4 +558,31 @@ module.exports.TRANSLATE_LANGUAGES = Object.freeze({
|
|||
'yi': 'Yiddish',
|
||||
'yo': 'Yoruba',
|
||||
'zu': 'Zulu'
|
||||
})
|
||||
})
|
||||
|
||||
module.exports.SUPPORTED_EMOJI_PLATFORMS = [
|
||||
"apple",
|
||||
"google",
|
||||
"samsung",
|
||||
"joypixels",
|
||||
"microsoft",
|
||||
"facebook",
|
||||
"twitter",
|
||||
"whatsapp",
|
||||
"lg",
|
||||
"mozilla",
|
||||
"htc",
|
||||
"emojidex",
|
||||
"messenger",
|
||||
"openmoji",
|
||||
"skype",
|
||||
"sony",
|
||||
"noto-emoji",
|
||||
"toss-face",
|
||||
"microsoft-teams"
|
||||
]
|
||||
|
||||
module.exports.EMOJI_PLATFORM_ALIASES = {
|
||||
"fluent": "microsoft-teams",
|
||||
"twemoji": "twitter"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue