Added missing cs translations and enabled cs language - #963
Open
Jakub Kolcar (ioma8) wants to merge 1 commit into
Open
Jakub Kolcar (ioma8) wants to merge 1 commit into
Jakub Kolcar (ioma8) wants to merge 1 commit into
Conversation
Dustin L. Howett (DHowett)
requested changes
Sep 24, 2026
| __default__ = [ | ||
| "en", | ||
| # -------- | ||
| "cs", |
There was a problem hiding this comment.
thanks for the additional translations! unfortunately we are not planning to add cs as a default language at this time.
(for reference: this list is the list of languages that is built into the windows inbox version of edit. Leonard Hecker (@lhecker) we should make sure the windows inbox vpack gets one edit binary and the public innosetup installer gets another :P)
Comment on lines
+30
to
+41
| cs = "Ctrl" | ||
| de = "Strg" | ||
|
|
||
| # The keyboard key | ||
| [Alt] | ||
| en = "Alt" | ||
| cs = "Alt" | ||
|
|
||
| # The keyboard key | ||
| [Shift] | ||
| en = "Shift" | ||
| cs = "Shift" |
There was a problem hiding this comment.
in addition, this list of keyboard modifiers only needs to include a language if it is different from English. It looks like these three are the same :)
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.
Just added the missing cs translations, thus being able to also enable this lang. Smoke tested it manually.