EnglishFrenchSpanish

Ad


OnWorks favicon

itstool - Online in the Cloud

Run itstool in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command itstool that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


itstool - convert between XML and PO using ITS

SYNOPSIS


itstool [OPTIONS] XMLFILES...
itstool -m <MOFILE> [OPTIONS] XMLFILES...
itstool -j <XMLFILE> [OPTIONS] MOFILES...

DESCRIPTION


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).

To extract messages from XML files XMLFILES and output them to OUT.pot:

itstool -o OUT.pot XMLFILES

After merging with existing translations or translating strings, generate an MO file with
msgfmt(1), then output translated files to the directory DIR:

itstool -m OUT.mo -o DIR XMLFILES

You can also create a single multilingual XML output file using an input XML file and a
set of MO files:

itstool -j FILE.xml -o OUT.xml MOFILES

ITS definitions are loaded from the built-in rules, rules embedded in the source XML
files, files passed with the -i option, and ITS attributes in the source XML files. Later
definitions take precedence. You can disable built-in rules by passing the -n option.

OPTIONS


Extracting
-o OUT.pot
--out OUT.pot
output PO template to the file OUT.pot

Merging
-m MOFILE XMLFILES
--merge MOFILE XMLFILES
merge from an MO file MOFILE and output translated XML files for source XMLFILES

-l LANG
--lang LANG
explicitly set the language code output to XML

-o OUT
--out OUT
output XML files in the directory OUT

Joining
-j MLIFILE MOFILES
--join XMLFILE MOFILES
join translations from MOFILES into a multilingual file based on source XMLFILE

-o OUT.xml
--out OUT.xml
output to the XML file OUT.xml

Common
-i ITS
--its ITS
load the ITS rules in the file ITS (can specify multiple times)

-n
--no-builtins
do not apply the built-in ITS rules that ship with itstool

-s
--strict
exit with error when PO files contain broken XML

-d
--load-dtd
load external DTDs used by input XML files

-k
--keep-entities
keep entity references unexpanded in PO files

-p NAME VALUE
--param NAME VALUE
define ITS parameter NAME to the value VALUE (can specify multiple times)

Use itstool online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad