Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OmegaT format for download #318

Closed
pascalchevrel opened this issue Jul 9, 2014 · 3 comments
Closed

OmegaT format for download #318

pascalchevrel opened this issue Jul 9, 2014 · 3 comments
Assignees

Comments

@pascalchevrel
Copy link
Member

Now that we generate tmx files on demand, Keko is proposing to help add the OmegaT format he is using for his Mozilla plugin for OmegaT.

Assigning to Théo, but we will work on that together, Theo, Enrique and me.

Let's work on that :)

@TheoChevalier
Copy link
Member

MOAR formats :)
The first step would be defining precisely what the final file should looks like. Do we have any example of file anywhere?

@pascalchevrel
Copy link
Member Author

Reassigning to myself since Theo finished his internship

@keko
Copy link
Collaborator

keko commented Sep 9, 2014

The format of the file:

<tu>
  <tuv lang="EN">
    <seg>String in english</seg>
  </tuv>
  <tuv lang="gl-ES">
    <seg>Translated string</seg>
  </tuv>
</tu>
<tu>
<tu>
  <prop type="file">en-US/apps/settings/settings.ini</prop>
  <prop type="id">apps-free-space</prop>
  <tuv lang="EN">
    <seg>Left</seg>
  </tuv>
  <tuv lang="gl-ES">
    <seg>Queda</seg>
  </tuv>
</tu>

In our case, all tuples will be alternative translations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants