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:
Josh Hunt
2022-11-22 12:18:34 +00:00
committed by GitHub
parent 9926931d40
commit 460be70261
20 changed files with 85 additions and 77 deletions
@@ -127,6 +127,7 @@ export interface CurrentUserDTO {
timezone: string;
weekStart: string;
locale: string;
language: string;
permissions?: Record<string, boolean>;
}