Skip to content

Commit

Permalink
Enable German language
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Mar 23, 2024
1 parent d251a14 commit 1905ee2
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 1905ee2

Please sign in to comment.