feat: spanish translation (#848)

This commit is contained in:
Alex
2023-01-30 17:25:13 +08:00
committed by GitHub
parent 396e0d6225
commit 41ae41f06f
3 changed files with 125 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const path = require('path')
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN', 'hi', 'tr-TR', 'zh-TW']
locales: ['en', 'es', 'zh-CN', 'hi', 'tr-TR', 'zh-TW']
},
localePath: path.resolve('public/locales'),
reloadOnPrerender: process.env.NODE_ENV === 'development',