Skip to content

Commit

Permalink
feat: enable pt-pt and nl languages in frontend (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jul 17, 2024
2 parents e09baaf + 98f3dbd commit 5dca81b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 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,8 @@ const defaultLocality = {
hu: SupportedLanguages.HU_HU,
da: SupportedLanguages.DA_DK,
zh: SupportedLanguages.ZH_CN,
pt: SupportedLanguages.PT_PT,
nl: SupportedLanguages.NL,
};

const rtlLanguages = [SupportedLanguages.HE];
Expand Down
2 changes: 2 additions & 0 deletions packages/util/shared/src/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export enum SupportedLanguages {
HU_HU = "hu-hu",
DA_DK = "da-dk",
ZH_CN = "zh-cn",
PT_PT = "pt-pt",
NL = "nl",
}

export enum SupportedFontSize {
Expand Down

0 comments on commit 5dca81b

Please sign in to comment.