Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
8 lines
270 B
TypeScript
8 lines
270 B
TypeScript
export const markdownMessages = {
|
||
"markdown.codeBlock.copy.label": "Копировать",
|
||
"markdown.codeBlock.copy.copied": "Скопировано!",
|
||
"markdown.codeBlock.copy.failed": "Не удалось",
|
||
|
||
"markdown.copy": "Копировать",
|
||
} as const
|