-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
i18n: Start Polish translation #1456
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
Conversation
CMakeLists.txt
Outdated
@@ -226,7 +226,8 @@ set(SQLB_TSS | |||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_es_ES.ts" | |||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts" | |||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts" | |||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_pt_BR.ts" | |||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_pl.ts" |
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.
Seems like a spacing issue here. Would you be ok to match the existing style? 😄
Thanks @m4sk1n, this looks like a good start. 😄 Would you be ok to add the flag icon as well? It doesn't seem to be included yet. We've been using the one's here, though the parent repo receives more update's these days, so maybe use that instead? 😄 |
Ok, I’ll fix these two issues today. |
Thanks @m4sk1n. 😄 |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
@m4sk1n Let me know when you feel this is ready for merging, and I'll give it a technical review. 😄 |
I don’t know how to generate proper flag icon 😕 |
Ahhh, no worries. We can take care of the flag bit then. Is the translation itself complete enough to include at the moment? If it is, we'll merge this now and get the flag added afterwards. 😄 |
@m4sk1n ping? |
@justinclift According to Qt Linguist it's 590 out of 921 strings. In reality it's probably a bit higher because some strings don't need to be translated ('PK' for example). The untranslated strings are often tooltips and similar texts. So I would guess that, while there is still much left to be translated, this is a pretty good start and probably already helpful for some people. @m4sk1n Shall we merge this as-is? You can always open more pull requests in the future to finish the translation. Also, I can add the flag for you - no problem 😄 |
You can merge it, I’ll finish it in the future. |
Ok cool. Thank you, @m4sk1n! 👍 I'll add the flag in a second. |
No description provided.