Skip to content

Commit

Permalink
Put ca under en otherwise it would be used as default
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Jan 24, 2025
1 parent 9d53840 commit 5231a06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions simx/src/messages/TranslationProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ interface Language {
}

const supportedLanguages: Language[] = [
{
id: "ca",
name: "Català",
enName: "Catalan",
messages: caMessages,
},
{
id: "en",
name: "English",
enName: "English",
messages: enMessages,
},
{
id: "ca",
name: "Català",
enName: "Catalan",
messages: caMessages,
},
{
id: "es-es",
name: "Español",
Expand Down

0 comments on commit 5231a06

Please sign in to comment.