mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { strings as enMsgs } from './en';
|
|
|
|
export const LOCALE_STRINGS = {
|
|
en: { translation: enMsgs }
|
|
} |