fix: update localization for brazilian portuguese (#332)

* fix: update localization for brazilian portuguese

* compile
This commit is contained in:
Henry
2026-01-24 22:51:32 +00:00
committed by GitHub
parent d084d323bc
commit 07f997c3ad
25 changed files with 1385 additions and 1509 deletions

View File

@@ -19,7 +19,7 @@ export function useLocalisation() {
nl,
ru,
pl,
ptbr: ptBR,
"pt-BR": ptBR,
};
const currentDateLocale = dateLocaleMap[locale] ?? enGB;