CellProfiler / tutorials

CellProfiler tutorial pipelines and images
https://tutorials.cellprofiler.org/
BSD 3-Clause "New" or "Revised" License
81 stars 87 forks source link

Incomplete translations #90

Closed emiglietta closed 5 months ago

emiglietta commented 5 months ago

I just noticed (a few people mentioned it during the workshop) that the Spanish version of the tutorial still had a few english chunks here and there.

image

This does not happen in the Portuguese version. I checked all my other translations and the same thing happens for Translocation and Advanced Segmentation too (in these cases limited to the titles only) but not in 3D cell Monolayer.

image image

I checked Transifex and all the unstranslated chunks I see are fully translated and the there is no Transifex PR left to pull to Main in the repo.

image

The po files are OK too, the untranslated chunks are properly translated there so there must be an issue when building the html

emiglietta commented 5 months ago

The only weird thing I get when i run sphinx-build -b html -D language=es -D root_doc=toc_es/index . ../build/html_es is: WARNING: html_static_path entry '_static' does not exist

bethac07 commented 5 months ago

Can you check if what's in Transifex is the absolute most up to date version, aka is it possible that the script that generates updated pot's from the md updates got run?

emiglietta commented 5 months ago

OK, as far as i could check (I checked some of the last commits where I changed that tutorial) yes, transifex is using the most up to date version of the pot.

bethac07 commented 5 months ago

Resolved by #91 and #92 . A few translations (likely due to all the heroic copy-and-pasting efforts that needed to happen due to me not knowing what I was doing and set up right the first time) started with -, which apparently makes a silent barf happen where that translation doesn't get used. Fixed in tfx, new versions should be good to build now.