We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :)
The text was updated successfully, but these errors were encountered:
MOAR formats :) The first step would be defining precisely what the final file should looks like. Do we have any example of file anywhere?
Sorry, something went wrong.
Reassigning to myself since Theo finished his internship
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.
keko
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: