dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.31k stars 213 forks source link

Xliff translation status report #575

Open IeuanWalker opened 1 year ago

IeuanWalker commented 1 year ago

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 - image

Doesn't appear to have anything like that in this extension.

I've written a basic console app that achieves a similar result - image 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.

tom-englert commented 1 year ago

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?

IeuanWalker commented 1 year ago

@tom-englert no prob, will look into it

IeuanWalker commented 10 months ago

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

Here is a vid of it working -

https://github.com/dotnet/ResXResourceManager/assets/6544051/d112d7fb-b4ca-4c39-92cb-a6738c6bd53f