How to download all source strings that are unfinished in a given target language #10583
Unanswered
mtotschnig
asked this question in
Q&A
Replies: 1 comment
-
You need to choose a bilingual format in the list for that like Gettext PO or XLIFF. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to generate a file that holds all strings from the source language that have not yet been translated in a certain target language. My idea is to send this file to a translation service that would not want to use the Weblate interface.
On the level of Project / Component / Target language, the Files -> Customize Download menu entry gives me the option "Unfinished strings, converted files enriched with comments; suitable for offline translation ", but the result are either empty strings (if untranslated), or the current translation (if marked for edit). How would I generate the corresponding file with the source strings, that an offline translator would need?
Beta Was this translation helpful? Give feedback.
All reactions