GNOME Bugzilla – Bug 788582
Wrong line endings and broken tags in eog’s help
Last modified: 2017-10-09 14:15:14 UTC
Created attachment 361023 [details] [review] patch Hi, there are a couple problem in help/es/es.po. First, the file uses CRLF line endings -- except for line 4 which contains a lone LF. All of the other po files use only LF line endings. Second, there are some "gui" tags that appear to be wrong. The attached patch should take care of this. Afterward, you should convert the file to LF line endings.
Looks fine to me
I’m afraid Ryan is right. Ryan, do you mind preparing a proper git-formatted patch, so I can apply your changes and attribute your work?
Created attachment 361164 [details] [review] Fix line endings
Created attachment 361165 [details] [review] Fix gui tags My familiarity with git is poor. Are these attachments what you need?
Last patch seems ok for me. Please commit it and I'll review the translation. If you need something from my side, ping me ;-) Thanks!
Yes, that’s exactly what we need. Unfortunately, the first patch wouldn’t apply, so I fixed it slightly differently: https://git.gnome.org/browse/eog/commit/?id=670d7c5b8812fff94c1309667f8563468d81dfd6 The second patch applied cleanly: https://git.gnome.org/browse/eog/commit/?id=382503eff951270eaa833245b7ac4bf551e52d79 Thank you!
More fixes applied in master branch. I usually run gtxml (from PyG3t) against PO files to check this kind of typos in translations, but this time I forgot to do it. Thanks for reporting and fixing it!