-
Notifications
You must be signed in to change notification settings - Fork 49
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
added output to update_translations.py #495
Conversation
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.
I would suggest adding the \n
behind the strings you want to print.
Doesn't work (at least not easily). I would have to find the last run of the loop. |
why not add an additional |
I could do that but where's the difference compared to how it's now? |
It's easier readable. I also believe that it may be a better idea to print one language in each row. |
The languages are already printed one per row. You can check the output in Travis. |
Yes I just saw it. |
I tried but it's not really helpful (the pipe is eating all the info). What we could to is split the command and try every portion until we find the issue. But I don't really want to do this on master. |
It must be something with the xgettext. We could see already that the msgmerge and msgcat is working. |
You could try to setup travis for your fork? (I guess this should work) |
Or just a pull request to play around until it works? |
Whatever works I guess |
This should give us an idea about what's going on in Travis.