mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:32:13 +08:00
i18n: rename locale to regionalFormat (#106585)
* locale -> regionalFormat, mirroring #102233 * set up regionalFormat to replace locale entirely * replace locale with regionalFormat * update reportInteraction arguments
This commit is contained in:

committed by
GitHub

parent
c00caa2fb2
commit
09e8484bac
@ -172,7 +172,7 @@ func (hs *HTTPServer) patchPreferencesFor(ctx context.Context, orgID, userID, te
|
||||
HomeDashboardID: dtoCmd.HomeDashboardID, // nolint:staticcheck
|
||||
HomeDashboardUID: dtoCmd.HomeDashboardUID,
|
||||
Language: dtoCmd.Language,
|
||||
Locale: dtoCmd.Locale,
|
||||
RegionalFormat: dtoCmd.RegionalFormat,
|
||||
QueryHistory: dtoCmd.QueryHistory,
|
||||
CookiePreferences: dtoCmd.Cookies,
|
||||
Navbar: dtoCmd.Navbar,
|
||||
|
Reference in New Issue
Block a user