madskristensen / FileNesting

Nest files in Solution Explorer
Other
118 stars 59 forks source link

Feature request: auto-nester to nest culture specific .resx files under the neutral .resx file #76

Open tom-englert opened 7 years ago

tom-englert commented 7 years ago

Originally posted under https://github.com/tom-englert/ResXResourceManager/issues/18, however this is rather a task for file nesting.

Nesting should look like this:

+ Solution
  + Project
    - FileA.cs
    + ResourceA.resx
      - ResourceA.de.resx
      - ResourceA.fr.resx
tom-englert commented 7 years ago

Duplicate of #57