mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
only render en by default
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user