Added formatting files for AT (Austria) and DE (Germany)#11
Open
MoMiFX wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add German formatting files (de_AT and de_DE)
This PR adds formatting files for German (Austria) and German (Germany).
The files include:
The utterances were tested with the
vosk-model-de-0.21model and adapted to match the actual recognized words (e.g. 'tilda' instead of 'tilde', 'ampere sand' instead of 'ampersand').Known limitation
Keyboard shortcuts (e.g. Return/Enter) do not work in browser-based applications. This is because
supports_shortcutsis only enabled for gtk2/gtk3 clients (seesttengine.pylines 319-323). gtk4 clients like Firefox and Chrome are currently not supported. It might be worth considering extending shortcut support to gtk4 clients in a future release.