Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/admin/dashboard/src/i18n/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
ja,
pl,
ptBR,
ptPT,
th,
tr,
uk,
Expand Down Expand Up @@ -110,6 +111,12 @@ export const languages: Language[] = [
ltr: true,
date_locale: ptBR,
},
{
code: "ptPT",
display_name: "Português (Portugal)",
ltr: true,
date_locale: ptPT,
},
{
code: "tr",
display_name: "Türkçe",
Expand Down
4 changes: 4 additions & 0 deletions packages/admin/dashboard/src/i18n/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import it from "./it.json"
import ja from "./ja.json"
import pl from "./pl.json"
import ptBR from "./ptBR.json"
import ptPT from "./ptPT.json"
import th from "./th.json"
import tr from "./tr.json"
import uk from "./uk.json"
Expand Down Expand Up @@ -67,6 +68,9 @@ export default {
ptBR: {
translation: ptBR,
},
ptPT: {
translation: ptPT,
},
th: {
translation: th,
},
Expand Down
Loading