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

@@ -58,18 +58,9 @@
"AVAILABILITY": {
"LABEL": "التوفر",
"STATUSES_LIST": [
{
"value": "متصل",
"label": "متصل"
},
{
"value": "مشغول",
"label": "مشغول"
},
{
"value": "غير متصل",
"label": "غير متصل"
}
"متصل",
"مشغول",
"غير متصل"
]
},
"EMAIL": {