-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish translation #108
Polish translation #108
Conversation
I don't know why this didn't pass a checks. I copied everything from English original file and I changed only letters from English to Polish, I didn't change the code. Any suggestions?
|
Hi! The problem is that you are trying to translate untranslatable strings. As the name implies, that can't work, and you'd have to remove these lines. Maybe I should use some online translation service where people can just sign up and translate strings in a friendly web interface, like crowdin. But that ends up with a lot of commits or loss of attribution in the commits, which is not that nice. UI is currently a bit in a flux, with some new strings coming in in the next days, so it's probably best to wait until that is ready and then you can have a fully translated 0.5 release :) |
Sorry, accidental close. |
@justmix4 Strings are frozen now for the 0.5 release, so it would be great if you could rebase your work against the current master branch (there are quite a lot of new features needing translation). |
Hi Julian. Translation is finally improved and ready for use. Regards! |
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
==========================================
+ Coverage 20.09% 27.35% +7.25%
==========================================
Files 21 25 +4
Lines 1483 1733 +250
Branches 167 208 +41
==========================================
+ Hits 298 474 +176
- Misses 1173 1242 +69
- Partials 12 17 +5
Continue to review full report at Codecov.
|
Hello, I made a Polish translation. On the first try I learned how to create a folder and file on GitHub, the final result is a complete translation into my native language. The first six commits were for learning.
Regards.