xml-i18n-merge



Hi,

I have an xml file with entries like this:

  <entry kind="string">
    <_value>a string</_value>
  </entry>

xml-i18n-extract works quite well, and add "a string" to the po files.
The problem is xml-i18n-merge, because I want the following output:

  <entry kind="string">
    <value>a string</value>
    <value lang="de">the german translation</value>
  </entry>

Is it possible to get that working?

- Dietmar







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]