Itstool extracts messages from XML files and outputs PO template files, then merges translations from MO files to create translated XML files. It determines what to translate and how to chunk it into messages using the W3C Internationalization Tag Set (ITS).
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://files.itstool.org/itstool/itstool-2.0.4.tar.bz2
Download MD5 sum: 9415ddf6a12012ff688549d2ed767bc5
Download size: 100 KB
Estimated disk space required: 668 KB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/itstool
Install itstool by running the following commands:
patch -Np1 -i ../itstool-2.0.4-segfault-1.patch && PYTHON=/usr/bin/python3 ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2018-08-14 19:28:50 -0700