mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 6e530127a1bb8ffbd1bfb77dc680c321dc0d71f5 (#6844)
This commit is contained in:
7
src/vs/nls.d.ts
vendored
7
src/vs/nls.d.ts
vendored
@@ -8,5 +8,12 @@ export interface ILocalizeInfo {
|
||||
comment: string[];
|
||||
}
|
||||
|
||||
/**
|
||||
* Localize a message. `message` can contain `{n}` notation where it is replaced by the nth value in `...args`.
|
||||
*/
|
||||
export declare function localize(info: ILocalizeInfo, message: string, ...args: (string | number | boolean | undefined | null)[]): string;
|
||||
|
||||
/**
|
||||
* Localize a message. `message` can contain `{n}` notation where it is replaced by the nth value in `...args`.
|
||||
*/
|
||||
export declare function localize(key: string, message: string, ...args: (string | number | boolean | undefined | null)[]): string;
|
||||
|
||||
Reference in New Issue
Block a user