Problem/Motivation
Lots of recent commits to Ukranian translation, thanks!
There are a few validation errors to fix, as it doesn't currently build.
Proposed resolution
Fix the validation errors.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | guide-uk.pdf | 6.73 MB | jhodgdon |
Comments
Comment #3
jhodgdonI found errors in 3 files and fixed them with the commit above. I'll see about deployment to drupal.org.
Meanwhile, there is also a warning reported in PDF generation about some characters that are not available in the Courier font:
(page 2-3)
[WARN] FOUserAgent - Glyph "м" (0x43c, afii10078) not available in font "Courier".
[WARN] FOUserAgent - Glyph "о" (0x43e, afii10080) not available in font "Courier".
[WARN] FOUserAgent - Glyph "н" (0x43d, afii10079) not available in font "Courier".
[WARN] FOUserAgent - Glyph "ш" (0x448, afii10090) not available in font "Courier".
[WARN] FOUserAgent - Glyph "і" (0x456, afii10103) not available in font "Courier".
[WARN] FOUserAgent - Glyph "р" (0x440, afii10082) not available in font "Courier".
[WARN] FOUserAgent - Glyph "и" (0x438, afii10074) not available in font "Courier".
(page 159-160)
[WARN] FOUserAgent - Glyph "С" (0x421, Escyrillic) not available in font "Courier".
I am not really sure where those are coming from. I don't see anything in Courier fonts on those pages... usually that would be command-line commands that we would put in a monospace font, but I don't see anything like that on those pages. Anyway, you might want to look at the attached PDF and see if you see anything wrong.
Comment #4
alex.mazaltov@jhodgdon Thank you for review and quick fix.
I checked you fix. It is fine.
Comment #5
jhodgdonOne more validation error: All "summary" lines need to be less than 140 characters. One isn't -- looks like it is the Chapter 2 summary. I"ll let you fix that one. In the guide.asciidoc file.
Comment #6
jhodgdonComment #8
alex.mazaltov@jhodgdon summary text fixed
Comment #9
jhodgdonLooks like that should do it -- thanks for the quick action!