It can generate a message catalog template (.pot) file and translator can make a translation as gettext message catalog (.po) file.
sphinx will generate translated and rendered output in HTML, PDF and so on.
As you know, PO file is a genuine supported format for OmegaT, then OmegaT user can work with reST document.
There is difficulty in development for omegat-rst-plugin because of lack of feature in rst parser.
I decided to stop development of omegat-rst-plugin and I'd like to recommend to use Sphinx internatinalize feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've just start a project to implement markdown filter.
https://github.com/miurahr/omegat-markdown-plugin
Last edit: Hiroshi Miura 2016-08-30
Also started ReST filter project.
https://github.com/miurahr/omegat-rst-plugin
**reStructured text **
Popular processing engine Sphinx has an internationalize feature.
http://www.sphinx-doc.org/en/1.5.1/intl.html
It can generate a message catalog template (.pot) file and translator can make a translation as gettext message catalog (.po) file.
sphinx will generate translated and rendered output in HTML, PDF and so on.
As you know, PO file is a genuine supported format for OmegaT, then OmegaT user can work with reST document.
There is difficulty in development for omegat-rst-plugin because of lack of feature in rst parser.
I decided to stop development of omegat-rst-plugin and I'd like to recommend to use Sphinx internatinalize feature.