mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00

* feat: packages web i18n * delete file * feat:i18n add i18nT * handle keys * delete unusedKeys * fix build * update dev.md
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { I18nKeyFunction } from '../types/i18next';
|
|
|
|
export const i18nT: I18nKeyFunction = (key) => key;
|