You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When manually synching g.xliff to nl-be.xliff (via synchronize translation units in VSCode), I get a message for 2 missing translations (ok) and 1 translation that needs work (fine !!)
Re-running the synchronize translation units in VSCode, gives the same message: 2 missing translations (ok) and 1 translation that needs work (fine !!)
I've integrated the above in a pipeline using PS-xliff-sync, to ensure translations are synced as part of the build process and we use the output as build artifact, to have an idea on the amount of work needed to translate our apps. This works for the missing translations, but seems not to list the 'translations that need work'.
Running a PS script to check on missing translations and to check for problems ...
Hi @fvet,
I just checked and I see the issue, vsc-xliff-sync has the following statement which will include trans-units with state needs-adaptation in the count that is missing in ps-xliff-sync:
@rvanbekkum
I've a project with following XliffSync settings:
When manually synching g.xliff to nl-be.xliff (via
synchronize translation units
in VSCode), I get a message for 2 missing translations (ok) and 1 translation that needs work (fine !!)This is indeed marked in the nl-be.xliff file
<target state="needs-adaptation">Opmerkingen</target>
Re-running the
synchronize translation units
in VSCode, gives the same message: 2 missing translations (ok) and 1 translation that needs work (fine !!)I've integrated the above in a pipeline using PS-xliff-sync, to ensure translations are synced as part of the build process and we use the output as build artifact, to have an idea on the amount of work needed to translate our apps. This works for the missing translations, but seems not to list the 'translations that need work'.
Running a PS script to check on missing translations and to check for problems ...
... only provide this output
I expected to see the same result as in VSCode, that 1 translation needed work (instead of 0).
Is there something wrong with my settings?
Navitrans 365 Core.zip
The text was updated successfully, but these errors were encountered: