The Zend Framework 2 documentation says that
The translator supports the following major translation formats:
- PHP arrays
- Gettext
- Tmx
- Xliff
I have a ZF1 application where I use Tmx format. However, after looking at the ZF2 source code it seems that Tmx may not be supported in ZF2. Can anyone verify this?