UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

16 lines (15 loc) 494 B
/** * List of plugin specific translations per locale. * * The translatable strings configured in the plugin are only additional strings that are not present in TypeDoc core. * * To add a new locale or edit and existing locale (if you think the strings are incorrect) please update the individual locale file. * * @module */ import de from './de.js'; import en from './en.js'; import ja from './ja.js'; import ko from './ko.js'; import zh from './zh.js'; export { de, en, ja, ko, zh };