Skip to content

Commit

Permalink
removed the languages from dropdown whose localization was not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushil010 committed Oct 16, 2024
1 parent e71b2f2 commit 249643d
Show file tree
Hide file tree
Showing 3 changed files with 22,759 additions and 2,190 deletions.
13 changes: 1 addition & 12 deletions frontend/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,13 @@ const locales: Locale[] = [
name: "Deutsch",
file: "de.json",
},
{
code: "es",
language: "es",
name: "Español",
file: "es.json",
},
{
code: "fr",
language: "fr",
name: "Français",
file: "fr.json",
},
{
code: "pt",
language: "pt",
name: "Português",
file: "pt.json",
},

];

export default locales;
Loading

0 comments on commit 249643d

Please sign in to comment.