Skip to content

Commit

Permalink
feat: enable Danish locale (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Jan 20, 2024
2 parents d70470d + 9fcaac0 commit f5e3de5
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 f5e3de5

Please sign in to comment.