feat: allow disabling translation for specific languages (#1371)
This commit is contained in:
parent
e197a1dbe9
commit
b48b7f4c16
8 changed files with 130 additions and 12 deletions
|
|
@ -316,7 +316,14 @@
|
|||
},
|
||||
"language": {
|
||||
"display_language": "Display Language",
|
||||
"label": "Language"
|
||||
"label": "Language",
|
||||
"translations": {
|
||||
"add": "Add",
|
||||
"choose_language": "Choose language",
|
||||
"heading": "Translations",
|
||||
"hide_specific": "Hide specific translations",
|
||||
"remove": "Remove"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"label": "Notifications",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue