Skip to content

Commit

Permalink
chore: enable pt-pt language for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jul 17, 2024
1 parent 6c280cd commit 98f3dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/app/services/util.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ const defaultLocality = {
hu: SupportedLanguages.HU_HU,
da: SupportedLanguages.DA_DK,
zh: SupportedLanguages.ZH_CN,
pt: SupportedLanguages.PT_PT,
nl: SupportedLanguages.NL,
};

Expand Down
1 change: 1 addition & 0 deletions packages/util/shared/src/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export enum SupportedLanguages {
HU_HU = "hu-hu",
DA_DK = "da-dk",
ZH_CN = "zh-cn",
PT_PT = "pt-pt",
NL = "nl",
}

Expand Down

0 comments on commit 98f3dbd

Please sign in to comment.