Skip to content

Commit

Permalink
only render en by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 26, 2022
1 parent e4c82b5 commit 990ae84
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,26 +87,7 @@ function prettyBytes(number, options) {
module.exports = {
i18n: {
defaultLocale: "en",
locales: [
"en",
"ca",
"de",
"es",
"fr",
"he",
"hr",
"hu",
"it",
"nb-NO",
"nl",
"pl",
"pt",
"ro",
"ru",
"sv",
"vi",
"zh-CN",
],
locales: ["en"],
},
serializeConfig: false,
use: [
Expand Down

0 comments on commit 990ae84

Please sign in to comment.