Skip to content

Commit 9a08f65

Browse files
authored
Fix casing and formatting in i18n.ts which was causing compile errors
1 parent c97c66e commit 9a08f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/services/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DAYJS_LOADER: Record<LOCALE_IDS, () => Promise<typeof import("dayjs/locale
1818
"he": () => import("dayjs/locale/he.js"),
1919
"ja": () => import("dayjs/locale/ja.js"),
2020
"ku": () => import("dayjs/locale/ku.js"),
21-
"pt_BR": () => import("dayjs/locale/pt_BR.js"),
21+
"pt_br": () => import("dayjs/locale/pt-br.js"),
2222
"ro": () => import("dayjs/locale/ro.js"),
2323
"ru": () => import("dayjs/locale/ru.js"),
2424
"tw": () => import("dayjs/locale/zh-tw.js"),

0 commit comments

Comments
 (0)