Skip to content

Commit

Permalink
chore: enable nl language for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jul 17, 2024
1 parent e09baaf commit 6c280cd
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,
nl: SupportedLanguages.NL,
};

const rtlLanguages = [SupportedLanguages.HE];
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",
NL = "nl",
}

export enum SupportedFontSize {
Expand Down

0 comments on commit 6c280cd

Please sign in to comment.