This commit is contained in:
10
node_modules/licia/I18n.d.ts
generated
vendored
Normal file
10
node_modules/licia/I18n.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare class I18n {
|
||||
constructor(locale: string, langs: types.PlainObj<any>);
|
||||
set(locale: string, lang: types.PlainObj<any>): void;
|
||||
t(path: string | string[], data?: types.PlainObj<any>): string;
|
||||
locale(locale: string): void;
|
||||
}
|
||||
|
||||
export = I18n;
|
||||
Reference in New Issue
Block a user