Skip to content

Commit

Permalink
Merge pull request #134 from soaringmeteo/enable-german
Browse files Browse the repository at this point in the history
Enable German language
  • Loading branch information
Boran committed Mar 23, 2024
2 parents 84d3b1a + 1905ee2 commit 0916ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const availableLangs: Array<AvailableLanguageTag> = availableLanguageTags as unk

// WARN: make sure to update this list to keep it consistent with `availableLangs`
export const availableLangsAndLabels: Array<[AvailableLanguageTag, string]> = [
['de', 'Deutsch'],
['en', 'English'],
['fr', 'Français'],
// ['de', 'German'] // Uncomment this line when the German translation is ready
['fr', 'Français']
];

const langKey = 'lang';
Expand Down

0 comments on commit 0916ea4

Please sign in to comment.