mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
fix double plurals with context
This commit is contained in:
@@ -5,5 +5,10 @@ module.exports = {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'zh-CN']
|
||||
},
|
||||
localePath: path.resolve('public/locales')
|
||||
localePath: path.resolve('public/locales'),
|
||||
reloadOnPrerender: process.env.NODE_ENV === 'development',
|
||||
keySeparator: false,
|
||||
namespaceSeparator: false,
|
||||
pluralSeparator: '——',
|
||||
contextSeparator: '——'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user