add next-i18next as i18n framework

This commit is contained in:
myl7
2022-02-06 06:18:26 +08:00
parent afc691cee7
commit e28ce30987
10 changed files with 655 additions and 18 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
const { i18n } = require('./next-i18next.config')
module.exports = {
reactStrictMode: true,
i18n,
reactStrictMode: true
}