Skip to content

Commit

Permalink
Fixing seeding issue for French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Stilwell committed Sep 5, 2022
1 parent 08853aa commit 9d5233b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,14 @@
description: '',
name: 'English (US)',
default_language: false},
{abbreviation: 'fr',
{abbreviation: 'fr-FR',
description: '',
name: 'Français',
name: 'Français (FR)',
default_language: false},
{abbreviation: 'fr-CA',
description: '',
name: 'Français (CA)',
default_language: false},
{abbreviation: 'de',
description: '',
name: 'Deutsch',
Expand Down

0 comments on commit 9d5233b

Please sign in to comment.