UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

17 lines (16 loc) 524 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 fr from './fr.js'; import ja from './ja.js'; import ko from './ko.js'; import zh from './zh.js'; export { de, en, fr, ja, ko, zh };