-
Notifications
You must be signed in to change notification settings - Fork 795
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
Update Polish translations. #7525
Update Polish translations. #7525
Conversation
looks ok, have you checked that new text doesn't go out of bounds if it's longer than previous one? Also not sure about python script, any reason for moving from python to python3? |
Sadly the last letter from "Odp. na błyskawice" leaks to the third line. What's your opinion on using "Odp. na błysk." instead to prevent this? Regarding the Python changes: |
Without marking the regular expressions as raw strings Python emits the following warning: .../devilutionX/tools/validate_translations.py:24: SyntaxWarning: invalid escape sequence '\d' if re.search("^{\d+}$", argument) == None:
b3fe044
to
99287bb
Compare
Now that you've mentioned it... fixing also the "Experience" translation leaking onto next line (also final "e") in 78a018b. |
imo anything is better than having a single letter in a new line 😅 |
👋 Please review the following changes for Polish translations.
Synchronizing the
pl.po
file -- this is the large portion of this pull request:Different small updates here and there:
This is potentially controversial -- took the liberty of changing how the resists are labeled on the character screen, in my opinion it looks better, but I'm not going to die on this hill as there seems to be no perfect way of doing that 😞
Some of the above updates are visible in this screenshot comparison:
Before:
After: