Improved localization and added Turkish/other language translations #1214
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
While learning Git through this project, I noticed that some translations were missing or incomplete in various languages, including Turkish. After discovering that contributions to localization are welcome, I decided to help complete the missing translations and improve existing ones.
It brings me great joy to give back to a project that has been so helpful to me. I hope these contributions make the learning experience even better for others.
Changes Made
Modified Files
A total of 33 files were modified, with 2618 insertions and 324 deletions. The files include:
learnGitBranching/src/js/intl/strings.js
learnGitBranching/src/js/stores/LocaleStore.js
learnGitBranching/src/levels/
:intro/branching.js
advanced/multipleParents.js
mixed/jugglingCommits.js
Purpose
These changes aim to:
Notes
Acknowledgment
I would like to express my gratitude to the maintainers of this project for creating such a fantastic resource for learning Git. It has been incredibly helpful to me, and I’m thrilled to contribute back to something that has had a positive impact on my learning journey.
Thank you for considering this contribution!