[OSGeoLive] #2165: Add a last translated date to docs
OSGeoLive
trac_osgeolive at osgeo.org
Fri Feb 14 14:15:09 PST 2025
#2165: Add a last translated date to docs
---------------------------+----------------------------
Reporter: bakaniko | Owner: osgeolive@…
Type: enhancement | Status: new
Priority: trivial | Milestone: OSGeoLive17.0
Component: Documentation | Resolution:
Keywords: |
---------------------------+----------------------------
Comment (by cvvergara):
Once the html has been generated get the translation date from the locale
This experiment seems to work
{{{
git grep PO-Revision-Date locale/es | grep "/contact.po"| awk '{print $2'}
| xargs -I {} perl -pi -e 's/<\/body>/<footer>last translated
{}<\/footer><\/body>/' build/_build/html/es/contact.html
}}}
--
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2165#comment:4>
OSGeoLive <https://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.
More information about the osgeolive
mailing list