Skip to content

Added missing cs translations and enabled cs language - #963

Open
Jakub Kolcar (ioma8) wants to merge 1 commit into
microsoft:mainfrom
ioma8:main
Open

Jakub Kolcar (ioma8) wants to merge 1 commit into
microsoft:mainfrom
ioma8:main

Conversation

@ioma8

Copy link
Copy Markdown

Just added the missing cs translations, thus being able to also enable this lang. Smoke tested it manually.

Comment thread i18n/edit.toml
__default__ = [
"en",
# --------
"cs",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread i18n/edit.toml
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"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 :)

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.

2 participants