Files
CodeNomad/packages/ui/src/lib/i18n/messages/ru/markdown.ts
Shantur Rathore feccbd13bd feat(ui): add locales and split catalogs
Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
2026-01-26 12:56:26 +00:00

8 lines
270 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const markdownMessages = {
"markdown.codeBlock.copy.label": "Копировать",
"markdown.codeBlock.copy.copied": "Скопировано!",
"markdown.codeBlock.copy.failed": "Не удалось",
"markdown.copy": "Копировать",
} as const