Open brettwgreen opened 8 years ago
Same as #76 - just realized now that I've created a duplicate.
@brettwgreen if you still need this, you can test the latest CI build from https://ci.appveyor.com/project/madskristensen/filenesting/build/1.0.76/artifacts
@brettwgreen @tom-englert It's easier to grab the CI build from here http://vsixgallery.com/extension/6c799bc4-0d4c-4172-98bc-5d464b612dca/
@madskristensen this is also true for unmerged PR builds? vsixgallersy has 2.0.74, but the PR build is 0.76.
No, only the merged ones
Installed product versions
Description
We use the nesting tool for nesting resx files with a bunch of locales, but auto nesting doesn't recognize the files
Steps to recreate
For example, if we have resx files with different locales: Content.resx Content.en-FF.resx Content.en-US.resx Content.de-DE.resx It should nest them as follows: Content.resx --Content.en-FF.resx --Content.en-US.resx --Content.de-DE.resx
Current behavior
Although I can nest them manually, this is seriously painful in some cases where we may have dozens of translations
Expected behavior
I should be able to enable auto-nesting and/or select all my un-nested files and auto-next them all with one click. The file format of FILENAME.{locale}.resx is pretty easily nestable without accidentally nesting items so I think it's a straightforward request.