mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 15:49:00 +03:00
Implement smart capitalization based on locale (#17860)
This commit is contained in:
@@ -80,7 +80,7 @@ i18n
|
||||
.join(" ");
|
||||
}
|
||||
|
||||
// For single keys, just capitalize and format
|
||||
// For single keys, just smart-capitalize and format
|
||||
return key
|
||||
.split("_")
|
||||
.map(
|
||||
|
||||
Reference in New Issue
Block a user