Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown menus are not translated #123

Open
schmelto opened this issue Feb 2, 2025 · 1 comment
Open

Dropdown menus are not translated #123

schmelto opened this issue Feb 2, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@schmelto
Copy link

schmelto commented Feb 2, 2025

The dropdown menus are not translated.

Image

Suggestion would be to add those as text labels - For example: noScribe.de.yml

  dropdown_speaker_none: 'Keine'
  dropdown_speaker_auto: 'Automatisch'

and in the noScribe.py

self.option_menu_speaker = ctk.CTkOptionMenu(self.frame_options, width=100, values=[t('dropdown_speaker_none'), t('dropdown_speaker_auto'), '1', '2', '3', '4', '5', '6', '7', '8', '9', '10']) 

I'm not quite familiar with Python so I'm not sure if this is everything that needs to be done but as a starting point this can be referenced.

@kaixxx kaixxx added the enhancement New feature or request label Feb 3, 2025
@kaixxx
Copy link
Owner

kaixxx commented Feb 3, 2025

I agree that it would be cleaner to translate these. It's a little more complicated, however, since we also need to translate it back while reading the values. I'll keep this on my list for future improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants