mirror of
https://github.com/grafana/grafana.git
synced 2026-08-15 15:45:00 -05:00
Internationalization: Change locale preference to language (#58359)
* backend locale -> language * frontend locale -> language * sample.ini and tests * fix few last locale -> language * fix few last locale -> language
This commit is contained in:
@@ -127,6 +127,7 @@ export interface CurrentUserDTO {
|
||||
timezone: string;
|
||||
weekStart: string;
|
||||
locale: string;
|
||||
language: string;
|
||||
permissions?: Record<string, boolean>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user