UNPKG

vscode-ext-localisation

Version:

Localisation for VSCode Extensions using package.nls.json files

7 lines (6 loc) 353 B
export * from './localisation.interface'; export * from './utils/getVscodeLang'; export * from './utils/loadTranslations'; import { Placeholders } from './localisation.interface'; export declare const t: (key: string, placeholders?: Placeholders | null) => string; export declare const ta: (key: string, placeholders?: Placeholders | null) => string[];