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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user