dotnet / ResXResourceManager

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

Export/Import configuration #85

Open Zysce opened 6 years ago

Zysce commented 6 years ago

Hello,

Is it possible to export/import configuration: Directory, selected projects, ... ? I don't see any option which allow to do that.

If there is any option, is it scheduled ? or can this feature be added to roadmap ?

tom-englert commented 6 years ago

What exactly do you want to export? What is the use case?

Zysce commented 6 years ago

I have an entire solution which I need to export all resources. However, I need to check/uncheck some projets, to add/remove some languages, set solution folder.

I would like to save this configuration to allow all members of my team to export resources without the need to reconfigure ResXResourceManager every time.

tom-englert commented 6 years ago

Maybe using the scripting module and writing a script to do the export could be the solution?