Files
vscode-front-matter/docs/locale/localeStrings.ts
T
2021-08-30 15:13:06 +02:00

5 lines
106 B
TypeScript

import { strings as enMsgs } from './en';
export const LOCALE_STRINGS = {
en: { translation: enMsgs }
}