-
-
Notifications
You must be signed in to change notification settings - Fork 585
Add Internationalization Support #437
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
Conversation
adds complete translations for: - german (de) - japanese (ja) - chinese simplified (zh) builds on the internationalization foundation added in cjpais#437. updates CONTRIBUTING_TRANSLATIONS.md to reflect supported languages.
* feat: add german, japanese, and chinese translations adds complete translations for: - german (de) - japanese (ja) - chinese simplified (zh) builds on the internationalization foundation added in #437. updates CONTRIBUTING_TRANSLATIONS.md to reflect supported languages. * fix: escape Chinese quotation marks in zh translation * cleanup * remove extra keys for now --------- Co-authored-by: CJ Pais <[email protected]>
|
@cjpais just seen this - great shout adding this. It feels a bit weird to me that this is in the About panel, since it's a setting (and the only one in this panel). I assume that you put it here because if affects only the Handy UI and not the actual functionality in use (ie transcription)? I almost feel like the panes should be something more like:
But this should probably be it's own discussion. |
|
@dannysmith - yeah I initially wanted it somewhere a bit more obvious but disambiguating between what language is being transcribed vs the UI felt awkward. I really think the UI needs another overhaul generally. Maybe it makes sense to have a globe icon > English dropdown or similar somewhere. Potentially replacing the updates available bit? Or maybe it's in a consistent spot in the UI? I'm not really sure but it could use some help. I started #449 as a larger discussion about the app and UI generally |
* basic i18n * tweak * translate app * add linting to make sure we have translations * run linter on pr * format
* feat: add german, japanese, and chinese translations adds complete translations for: - german (de) - japanese (ja) - chinese simplified (zh) builds on the internationalization foundation added in cjpais#437. updates CONTRIBUTING_TRANSLATIONS.md to reflect supported languages. * fix: escape Chinese quotation marks in zh translation * cleanup * remove extra keys for now --------- Co-authored-by: CJ Pais <[email protected]>
* basic i18n * tweak * translate app * add linting to make sure we have translations * run linter on pr * format
* feat: add german, japanese, and chinese translations adds complete translations for: - german (de) - japanese (ja) - chinese simplified (zh) builds on the internationalization foundation added in cjpais#437. updates CONTRIBUTING_TRANSLATIONS.md to reflect supported languages. * fix: escape Chinese quotation marks in zh translation * cleanup * remove extra keys for now --------- Co-authored-by: CJ Pais <[email protected]>
The application language can now be changed on the "About" page