/**
 * Exposes additional i18n keys and translations used by the theme.
 *
 * 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).
 *
 * @module
 */
export * from './locales/index.js';
export * from './setup.js';
