Skip to content

Commit

Permalink
trying to fix i18n switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Oct 8, 2024
1 parent 3a85eed commit d850430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reliverse.i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const locales = [
"zh-CN",
] as const;

export const localePrefix: LocalePrefix<typeof locales> = "as-needed";
export const localePrefix: LocalePrefix<typeof locales> = "always";

export type Locale = (typeof locales)[number];

Expand Down

0 comments on commit d850430

Please sign in to comment.