Skip to content

Commit

Permalink
Add Spanish interface translation
Browse files Browse the repository at this point in the history
Translation by @cvbrandoe

Co-authored-by: Carmen Brando <cvbrandoe@users.noreply.github.com>
  • Loading branch information
mthh and cvbrandoe committed Jan 3, 2025
1 parent cd41cce commit 4e35422
Show file tree
Hide file tree
Showing 6 changed files with 1,527 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DropdownLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default function DropdownLanguage(): JSX.Element {
const entries = [
{ name: 'English', value: 'en' },
{ name: 'Français', value: 'fr' },
{ name: 'Español', value: 'es' },
];

return <div
Expand Down
Loading

0 comments on commit 4e35422

Please sign in to comment.