- 方案一(需要找到所有的提示并对应成中文,不是一个好方案;例子地址:https://github.com/cag2050/egg_mysql_demo/blob/master/app/controller/user.js ):
所有的文案都改成 ctx.gettext(‘英文’),然后配置 locales 文件就好了,英文版国际化文件是可以不配的。出处:https://github.com/eggjs/egg/issues/589#issuecomment-287046722 - 方案二:
自定义校验 rule,新版 egg-validate 已经支持定制 paramter constructor:https://github.com/eggjs/egg/issues/1672#issuecomment-417212812