remove i18n stuff.

first of all - it's too much work for me AND for translators
second of all - providing support would be a living hell nightmare
trying to understand what component it is in users's language that isn't english
This commit is contained in:
Henry Jameson 2024-10-06 03:30:52 +03:00
commit c58ed1036f
3 changed files with 4 additions and 70 deletions

View file

@ -800,46 +800,7 @@
"no-auto": "Disabled"
},
"component_tab": "Components style",
"palette_tab": "Color presets",
"components": {
"normal": {
"state": "Normal",
"variant": "Default"
},
"Alert": {
"friendlyName": "Alert",
"variants": {
"error": "Error",
"warning": "Warning",
"success": "Success"
}
},
"Button": {
"friendlyName": "Button",
"variants": {
"danger": "Dangerous"
},
"states": {
"toggled": "Toggled",
"pressed": "Pressed",
"hover": "Hovered",
"focused": "Has focus",
"disabled": "Disabled"
}
},
"Input": {
"friendlyName": "Input fields",
"variants": {
"checkbox": "Checkbox",
"radio": "Radio"
},
"states": {
"hover": "Hovered",
"focus": "Focused",
"disabled": "Disabled"
}
}
}
"palette_tab": "Color presets"
},
"hacks": {
"underlay_overrides": "Change underlay",