mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
use i18n enum prefix for timestamp position
This commit is contained in:
parent
5f61c54efd
commit
dd80cca729
@ -825,6 +825,12 @@
|
||||
"area": "Area"
|
||||
}
|
||||
},
|
||||
"timestampPosition": {
|
||||
"tl": "Top left",
|
||||
"tr": "Top right",
|
||||
"bl": "Bottom left",
|
||||
"br": "Bottom right"
|
||||
},
|
||||
"users": {
|
||||
"title": "Users",
|
||||
"management": {
|
||||
|
||||
@ -10,6 +10,7 @@ const timestampStyle: SectionConfigOverrides = {
|
||||
uiSchema: {
|
||||
position: {
|
||||
"ui:size": "xs",
|
||||
"ui:options": { enumI18nPrefix: "timestampPosition" },
|
||||
},
|
||||
format: {
|
||||
"ui:size": "xs",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user