-
Notifications
You must be signed in to change notification settings - Fork 225
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
Add Korean translation #2685
Add Korean translation #2685
Conversation
Hi! Great and big thanks for the translation. Around Line 108 there is a syntax error. You need to close the message tag there: Did you already read https://github.com/jamulussoftware/jamulus/blob/master/docs/TRANSLATING.md? |
OK, Thanks. |
Ok, no more errors ;) I can't comment on the Korean though... |
Yes. That's probably up to the other Korean translator(s).
|
@bagjunggyu I just opened your .ts file in QtLinguist and it shows a lot of untranslated strings, when they are actually translated. This is because the |
@ignotus666 Yeah, That was my question #2683 |
Ok. Compiled and included all the necessary files in Jamulus.pro and the qrc file in src. Now there's an error (to me unreadable): QString::arg: 1 argument(s) missing in 왼쪽 및 오른쪽 로컬 오디오 채널 사이의 레벨을 적절하게 제어합니다. 모노 신호의 경우 두 채널 사이의 팬 역할을 합니다. 예를 들어 마이크가 오른쪽 입력 채널에 연결되어 있고 악기가 마이크보다 훨씬 큰 왼쪽 입력 채널에 연결된 경우 페이더 위의 레이블이 %1을 표시하는 방향으로 오디오 페이더를 이동합니다. 여기서 % 2는 현재 감쇠 표시기입니다. |
@ann0see That line is |
Ok. Wait a moment, I've just added my additions to your branch |
Ok. I think now I understand what the problem is: You added a wrong space at this line between % and 2 |
OK, I understand it. |
Ok. Just checked it on Debian and it compiles and seems to run. Nevertheless: In around 30 to 45 minutes GitHub should be finished and you should check the compiled app from the Checks tab. Some things don't seem to be translated yet, but that's ok |
Eh. Yes. You should be able to change that too. (Only on my phone at the moment) |
Ok. Can you please now check the app if everything looks ok? |
I'm awating other user and musicians feedback now. |
Now, I edited all. |
Great! To merger: this should be squash merged. |
Thanks, yes. Can you refresh your master from upstream, rebase and take the necessary steps, please. |
yes sure, |
* Translation: Add Korean translation to Jamulus.pro
I've now rebased and pushed it. Let's hope I pushed the correct version |
Hi @bagjunggyu - thanks for contributing! We'd like to invite you to our Discord/Matrix channel where we coordinate releases and discuss details on things like translation. If you want, please send an email to team@jamulus.io and request an invite. Thanks! |
@gilgongo I already asked: #2685 (comment) |
Thank you very much all of you. *git remote add upstream git@github.com:jamulussoftware/jamulus ;# add the main repo as upstream remote if you didn’t already as mentioned above is it right? |
@gilgongo Anyway, Thank you very much for your kind inviting me :) |
Add Jung-Kyu Park(bagjunggyu) as Korean translator.
As it notes, you do this only once. You then have "origin" as your github repo and "upstream" as the main Jamulus repo.
This should say
Yes.
No - don't rebase onto
Only if you got conflicts, of course. Now, as an additional check, before the last step:
and review your change to make sure it contains everything you want and nothing you do not want. Finally:
This tells Github you've changed your branch content. Normally |
Add Jung-Kyu Park(bagjunggyu) as Korean translator.
src/util.cpp
Outdated
@@ -729,14 +729,15 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent ) | |||
"<p><b>" + | |||
tr ( "Slovak" ) + | |||
"</b></p>" | |||
"<p>Jose Riha (<a href=\"https://github.com/jose1711\">jose1711</a>)</p>" + | |||
"<p><b>" + tr ( "Simplified Chinese" ) + | |||
"<p>Jose Riha (<a href=\"https://github.com/jose1711\">jose1711</a>)</p>" |
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.
This was almost correct. You need to add yourself without a "+" similar to the translators above.
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.
Thanks :) I would try again.
Add Jung-Kyu Park(bagjunggyu) as Korean translator.
@pljones |
@ann0see It means already rebased? and nothing left to do? |
This comment was marked as duplicate.
This comment was marked as duplicate.
You still need to squash, yes ;-). |
I think it's ok like this (we can squash merge it). There's still some internal stuff we need to do (add to create translation issues) but otherwise: ready for final review |
@ann0see |
Approving despite my utter lack of Korean! Thanks! |
@pljones Thank you very much :) |
Short description of changes
This is creating translation_ko_KR.ts file for Korean.
CHANGELOG: Translation: Added Korean translation to Jamulus
Context: Fixes an issue?
#2653
Does this change need documentation? What needs to be documented and how?
No
Status of this Pull Request
Ready for testing
What is missing until this pull request can be merged?
Testing
Checklist