fix(dashboard): fix import for ptPT locale (#13986)

* fix(dashboard): fix import for ptPT locale

* Create small-mugs-walk.md
This commit is contained in:
William Bouchard
2025-11-06 08:09:23 -05:00
committed by GitHub
parent a5c6f6b1fb
commit 3ca1e1df33
2 changed files with 23 additions and 18 deletions

View File

@@ -1,34 +1,34 @@
import {
de,
ar,
bg,
bs,
cs,
de,
el,
enUS,
es,
faIR,
fr,
he,
hu,
id,
it,
ja,
ko,
lt,
mk,
mn,
nl,
pl,
pt,
ptBR,
ptPT,
ro,
ru,
th,
tr,
uk,
ro,
mk,
mn,
ar,
zhCN,
faIR,
cs,
ru,
el,
lt,
vi,
ko,
nl,
hu,
bs,
id,
zhCN,
} from "date-fns/locale"
import { Language } from "./types"
@@ -115,7 +115,7 @@ export const languages: Language[] = [
code: "ptPT",
display_name: "Português (Portugal)",
ltr: true,
date_locale: ptPT,
date_locale: pt,
},
{
code: "tr",