Skip to content

Commit

Permalink
add french for language selector (#5696)
Browse files Browse the repository at this point in the history
  • Loading branch information
helight committed Nov 30, 2020
1 parent 5264516 commit 5cb109f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/frontend/index.config.ts
Expand Up @@ -23,6 +23,10 @@ const SUPPORTED_LANGUAGES: LanguageConfig[] = [
label: 'German',
value: 'de',
},
{
label: 'French',
value: 'fr',
},
{
label: 'English',
value: 'en',
Expand Down

0 comments on commit 5cb109f

Please sign in to comment.