mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 20:01:46 +00:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
i18n: {
|
|
defaultLocale: 'en',
|
|
locales: ['en', 'zh-CN']
|
|
},
|
|
localePath: path.resolve('public/locales')
|
|
}
|