Skip to content

Commit

Permalink
Fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed May 18, 2023
1 parent 190238a commit 07cb926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const winston = Console(`Shard ${process.env.SHARDS}`);

i18next.init({
// debug: config.devMode,
fallbackLng: "en-US",
fallbackLng: "en",
preload: ["en-US"],

returnObjects: true,
Expand Down

0 comments on commit 07cb926

Please sign in to comment.