mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-04 07:40:51 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
export default {
|
||
|
locales: ['en', 'zh'],
|
||
|
defaultLocale: 'zh',
|
||
|
localeDetection: true
|
||
|
}
|