only render en by default
This commit is contained in:
parent
e4c82b5e8d
commit
990ae8464e
1 changed files with 1 additions and 20 deletions
|
@ -87,26 +87,7 @@ function prettyBytes(number, options) {
|
||||||
module.exports = {
|
module.exports = {
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "en",
|
defaultLocale: "en",
|
||||||
locales: [
|
locales: ["en"],
|
||||||
"en",
|
|
||||||
"ca",
|
|
||||||
"de",
|
|
||||||
"es",
|
|
||||||
"fr",
|
|
||||||
"he",
|
|
||||||
"hr",
|
|
||||||
"hu",
|
|
||||||
"it",
|
|
||||||
"nb-NO",
|
|
||||||
"nl",
|
|
||||||
"pl",
|
|
||||||
"pt",
|
|
||||||
"ro",
|
|
||||||
"ru",
|
|
||||||
"sv",
|
|
||||||
"vi",
|
|
||||||
"zh-CN",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
serializeConfig: false,
|
serializeConfig: false,
|
||||||
use: [
|
use: [
|
||||||
|
|
Loading…
Reference in a new issue