fix: Avoid keys getting translated in availability (#1418)

This commit is contained in:
Pranav Raj S
2020-11-17 10:39:46 +05:30
committed by GitHub
parent 2d70131097
commit 3ee453c01e
34 changed files with 111 additions and 401 deletions

View File

@@ -56,18 +56,9 @@
"AVAILABILITY": {
"LABEL": "有效的",
"STATUSES_LIST": [
{
"value": "online",
"label": "线的"
},
{
"value": "busy",
"label": "忙碌中"
},
{
"value": "offline",
"label": "离线的"
}
"在线的",
"忙碌中",
"线的"
]
},
"EMAIL": {