-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Updated translations via Crowdin
- Loading branch information
1 parent
8b86ccb
commit 067b0c2
Showing
29 changed files
with
2,331 additions
and
3,003 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
067b0c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import is severely broken... Whatever Crowdin change needed to be done to replace all translations, it broke the Greek translation. Please be careful.
Also IS, FI, ES and CZ were broken
067b0c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The translation bug has been fixed in latest main branch.
ps: 1.19 doesn't get translations since Nov 5, 2022 due to some bugs.
067b0c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The import broke languages that use semicolon as a pause mark (like English (source, not affected), Latin languages, finish etc) or as a question mark like Greek. To be more precise in Greek the character is not the semicolon ';' but the ';' Unicode character, but it has not yet been adopted by the Operating System's keyboard code pages.
For example translations for the key unable_verify_ssh_key were and are still broken on almost all languages. Only languages that were not using the semicolon as a pause mark were not affected. See https://en.wikipedia.org/wiki/Semicolon
067b0c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main bug is: the quoting mechanism is broken at that time.
The broken part could be like this:
If every key/value could be quoted correctly, there wouldn't be broken.
067b0c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess there might be still some bugs, I am looking into it.