mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-19 05:58:19 +03:00
feat: migrate to _ locales handler
This commit is contained in:
2
fe-app-podkop/src/luci.d.ts
vendored
2
fe-app-podkop/src/luci.d.ts
vendored
@@ -33,6 +33,8 @@ declare global {
|
||||
load: (packages: string | string[]) => Promise<string>;
|
||||
sections: (conf: string, type?: string, cb?: () => void) => Promise<T>;
|
||||
};
|
||||
|
||||
const _ = (_key: string) => string;
|
||||
}
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user