移动目录
This commit is contained in:
6
mdui_patched/functions/getLocale.d.ts
vendored
Normal file
6
mdui_patched/functions/getLocale.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { GetLocal } from '../internal/localize.js';
|
||||
/**
|
||||
* 获取当前的语言代码。如果当前正在加载新的语言包,则该函数仍返回先前的语言代码
|
||||
* @return string 当前的语言代码
|
||||
*/
|
||||
export declare const getLocale: GetLocal;
|
||||
Reference in New Issue
Block a user