fix: Avoid keys getting translated in availability (#1418)
This commit is contained in:
@@ -58,18 +58,9 @@
|
||||
"AVAILABILITY": {
|
||||
"LABEL": "ലഭ്യത",
|
||||
"STATUSES_LIST": [
|
||||
{
|
||||
"value": "online",
|
||||
"label": "ഓൺലൈൻ"
|
||||
},
|
||||
{
|
||||
"value": "busy",
|
||||
"label": "തിരക്ക്"
|
||||
},
|
||||
{
|
||||
"value": "offline",
|
||||
"label": "ഓഫ്ലൈൻ"
|
||||
}
|
||||
"ഓൺലൈൻ",
|
||||
"തിരക്ക്",
|
||||
"ഓഫ്ലൈൻ"
|
||||
]
|
||||
},
|
||||
"EMAIL": {
|
||||
|
||||
Reference in New Issue
Block a user