Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a new option -sk, to keep files struture in output directory. #64

Merged
merged 2 commits into from
Oct 14, 2021

Conversation

mklemarczyk
Copy link
Contributor

Fixed wrong documentation, as option -o does not exists.
Added new option -sk, designed to keep file structure in output directory.
Added exception if key is not specified for console.

It allows the translated resources assemblies and satellite assemblies to be located in proper directory.
https://docs.microsoft.com/en-us/dotnet/core/extensions/create-satellite-assemblies

It allows to preserve the structure for localized resources.
Copy link
Owner

@brutaldev brutaldev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good change. I would argue that KeepStructure should be the default behaviour but in order to maintain backward compatibility I'll leave it as-is.

@brutaldev brutaldev merged commit 33db44f into brutaldev:master Oct 14, 2021
@brutaldev brutaldev added this to the 2.8.0 milestone Oct 14, 2021
@brutaldev brutaldev linked an issue Oct 14, 2021 that may be closed by this pull request
@mklemarczyk mklemarczyk deleted the bugfix/same-folder-issue branch October 19, 2021 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Satellite assemblies located with other files
2 participants