feat: Add the ability update/edit locale in portal (#5377)

This commit is contained in:
Muhsin Keloth
2022-09-02 11:45:03 +05:30
committed by GitHub
parent a1663e4e49
commit 403ff1a679
3 changed files with 73 additions and 14 deletions

View File

@@ -249,6 +249,18 @@
"SUCCESS_MESSAGE": "Locale added successfully",
"ERROR_MESSAGE": "Unable to add locale. Try again."
}
},
"CHANGE_DEFAULT_LOCALE": {
"API": {
"SUCCESS_MESSAGE": "Default locale updated successfully",
"ERROR_MESSAGE": "Unable to update default locale. Try again."
}
},
"DELETE_LOCALE": {
"API": {
"SUCCESS_MESSAGE": "Locale removed from portal successfully",
"ERROR_MESSAGE": "Unable to remove locale from portal. Try again."
}
}
},
"TABLE": {