Add Hungarian translation#3861
Merged
leonardehrenfried merged 8 commits intoFeb 17, 2022
Merged
Conversation
flaktack
commented
Feb 4, 2022
6c8ee94 to
aa1ae67
Compare
hannesj
reviewed
Feb 8, 2022
978db0a to
0ccc790
Compare
Contributor
Author
|
I've translated the missing parts -- this is ready for review. |
0ccc790 to
bcdc8e2
Compare
Member
|
There a quite a few strings that now have an empty string. Will they fallback to a default locale or really show the empty string when used? |
bcdc8e2 to
8627cfb
Compare
Contributor
Author
|
It will fallback to the default value if no translation exists for both the java and javascript translations. I've updated the code to remove the untranslated defaults from the property files. Currently the |
| } | ||
| }, | ||
|
|
||
| getModeColor : function(mode) { |
Contributor
Author
There was a problem hiding this comment.
Yes, I rebased onto the wrong branch. I've removed those commits.
Co-authored-by: Hannes Junnila <hannes.junnila@gmail.com>
8627cfb to
8f84394
Compare
hannesj
approved these changes
Feb 17, 2022
leonardehrenfried
approved these changes
Feb 17, 2022
t2gran
pushed a commit
that referenced
this pull request
Feb 17, 2022
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.
Summary
This adds a Hungarian translation, along with a few translations changes:
_tr()Origin/Destinationtexts are added tointernals.propertiesso those may also be translatedLOCATION_NOT_ACCESSIBLEtoMessage.propertiesIssue
#3840