UNPKG

i18n-pro

Version:

An out-of-the-box, lightweight JavaScript i18n auto-translation solution

7 lines (6 loc) 264 B
import { Langs, Config, TranslatorConfig } from '../type'; /** * 提取已翻译的语言包 * @param props */ export default function extraLangs(props: Pick<Config['output'], 'langType' | 'path'> & Pick<TranslatorConfig, 'to' | 'codeLocaleMap'>): Langs;