Skip to content

Commit

Permalink
feat: enable Danish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jan 20, 2024
1 parent d70470d commit 9fcaac0
Show file tree
Hide file tree
Showing 3 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 @@ -266,6 +266,7 @@ const defaultLocality = {
fr: SupportedLanguages.FR_FR,
ru: SupportedLanguages.RU_RU,
hu: SupportedLanguages.HU_HU,
da: SupportedLanguages.DA_DK,
};

const rtlLanguages = [SupportedLanguages.HE];
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions packages/util/src/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum SupportedLanguages {
FR_FR = "fr-fr",
RU_RU = "ru-ru",
HU_HU = "hu-hu",
DA_DK = "da-dk",
}

export enum SupportedFontSize {
Expand Down

0 comments on commit 9fcaac0

Please sign in to comment.