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
Is your feature request related to a problem? Please describe.
I've been a long time user of Microsoft multilingual toolkit. One of the features i like about it is the ability to right click the project and see the status of the translations. We do this just before going live to make sure everything has been done and finalised. Here is a photo of what that looks like -
Doesn't appear to have anything like that in this extension.
I've written a basic console app that achieves a similar result - XlfReport.zip
Im happy to contribute this and do a PR but i've never worked with VS extensions before so may need some help if this is approved.
The text was updated successfully, but these errors were encountered:
That information is only available, when XLIF sync is on, so probably only very few people will benefit from this.
Maybe an external tool will be fine?
If anyone did want to implement this as an external package, here is a console app i built for my team to handle export/ importing of xliff files. XliffImportExport.zip
Should be pretty straightforward to make it more generalised
Is your feature request related to a problem? Please describe.
I've been a long time user of Microsoft multilingual toolkit. One of the features i like about it is the ability to right click the project and see the status of the translations. We do this just before going live to make sure everything has been done and finalised. Here is a photo of what that looks like -
Doesn't appear to have anything like that in this extension.
I've written a basic console app that achieves a similar result -
XlfReport.zip
Im happy to contribute this and do a PR but i've never worked with VS extensions before so may need some help if this is approved.
The text was updated successfully, but these errors were encountered: