Skip to content

Commit

Permalink
Moved German up in the array
Browse files Browse the repository at this point in the history
Makes more sense because of alphabetical order.
  • Loading branch information
dev-inside authored Sep 20, 2024
1 parent 6705005 commit 3154942
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/app-client/src/modules/i18n/i18n.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ const locales = [
file: 'en',
name: 'English',
},
{
key: 'fr',
file: 'fr',
name: 'Français',
},
{
key: 'de',
file: 'de',
name: 'Deutsch',
},
{
key: 'fr',
file: 'fr',
name: 'Français',
},
{
key: 'es',
file: 'es',
Expand Down

0 comments on commit 3154942

Please sign in to comment.