mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
963af6aff0
@ -125,7 +125,7 @@ export class Auth {
|
||||
* use {@link Auth#locale} instead
|
||||
*/
|
||||
getLocale() {
|
||||
return this.getOption('locale');
|
||||
return this.getOption('locale') || 'en-US';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user