Skip to content

More languages - #30

Merged
ptaranat merged 3 commits into
mainfrom
more-languages
May 30, 2025
Merged

More languages#30
ptaranat merged 3 commits into
mainfrom
more-languages

Conversation

@ptaranat

Copy link
Copy Markdown
Member

This pull request adds support for three new languages—Spanish (es), German (de), and Italian (it)—to the application's localization system. It includes updates to the language selection dropdown, type definitions, and translation files. Below is a summary of the most important changes:

Language Support Enhancements:

  • Dropdown Updates: Added Deutsch, Español, and Italiano options to the language selection dropdown in src/renderer/App.tsx.
  • Type Definition Updates: Updated the Language type in src/renderer/i18n/index.ts to include es, de, and it.
  • Translation Files: Added comprehensive translations for Spanish (es), German (de), and Italian (it) in src/renderer/i18n/index.ts. These translations cover UI elements, tooltips, and error messages.
  • Validation Logic: Updated the isValidLanguage function to include the new languages (es, de, it) in src/renderer/i18n/index.ts.
  • Language Mapping: Updated getTranslationsForLanguage to return translations for the new languages (es, de, it) in src/renderer/i18n/index.ts.

@ptaranat
ptaranat merged commit aa388ca into main May 30, 2025
@ptaranat
ptaranat deleted the more-languages branch May 30, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant