mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
add platform aliases for ios and android
This commit is contained in:
parent
b7ffdfa6b6
commit
e69f6d8c45
1 changed files with 3 additions and 1 deletions
|
@ -595,7 +595,9 @@ module.exports.EMOJIPEDIA_PLATFORM_TYPES = [
|
||||||
module.exports.EMOJIPEDIA_PLATFORM_TYPE_ALIASES = {
|
module.exports.EMOJIPEDIA_PLATFORM_TYPE_ALIASES = {
|
||||||
"fluent": "microsoft-teams",
|
"fluent": "microsoft-teams",
|
||||||
"twemoji": "twitter",
|
"twemoji": "twitter",
|
||||||
"playstation": "sony"
|
"playstation": "sony",
|
||||||
|
"ios": "apple",
|
||||||
|
"android": "google"
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.GOOGLE_CLOUD_SAFETY_LABELS_NAMES = Object.freeze({
|
module.exports.GOOGLE_CLOUD_SAFETY_LABELS_NAMES = Object.freeze({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue