Skip to content

Commit

Permalink
Update next-i18next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aiji42 authored Jan 8, 2024
1 parent db8e51f commit ab13caf
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions examples/with-next-i18next/next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,37 @@ const path = require("path");
module.exports = {
i18n: {
defaultLocale: "en",
// Please ensure the locales are listed in alphabetical order.
locales: [
"ar",
"bg",
"cs",
"de",
"en",
"he",
"ko",
"ja",
"es",
"fa",
"fi",
"fr",
"ar",
"pt",
"zh-CN",
"zh-TW",
"he",
"hr-HR",
"id",
"is",
"es",
"nl",
"sv",
"nb",
"de",
"it",
"tr",
"pl",
"ja",
"ko",
"lt",
"ru",
"nb",
"nl",
"pl",
"pt",
"ro",
"ru",
"sv",
"tr",
"uk-UA",
"uz",
"hr-HR",
"fi",
"cs",
"id",
"bg",
"fa",
"zh-CN",
"zh-TW",
],
},
localePath: path.resolve("./public/locales"),
Expand Down

1 comment on commit ab13caf

@vercel
Copy link

@vercel vercel bot commented on ab13caf Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zod-i18n – ./

zod-i18n.vercel.app
zod-i18n-git-main-aiji42.vercel.app
zod-i18n-aiji42.vercel.app

Please sign in to comment.