// i18n 工具集合
// 统一导出所有的 i18n 相关工具

export { delI18n } from './delI18n'
export { getI18n } from './getI18n'
export { saveI18n } from './saveI18n'