In my project there are multiple resource files with the same name in different sub directories. Actually named Locale.resx -- it's just the way it is. While ResXManager seems to work anyway, and the excel export in a way works as well, the excel import screws everything up. Is there a way to switch from "FileName" to "Namespace+Class"? While file name may not be unique in a single project, a Namespace+Class must be. Or include the sub directories within the project, not just the file name, that makes it unique as well.
Comments: Associated with changeset 36590: Fix File name collision in Excel export
Comments: Associated with changeset 36590: Fix File name collision in Excel export