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

feat: introduce a normalize flag to be able to skip the current folder/header normalize step #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CoolGoose
Copy link

@CoolGoose CoolGoose commented May 5, 2024

We are currently using or abusing the localization feature in Laravel to allow for custom user specific labeling of certain parts of the codebase. This is currently implemented by having the folder names with - in them, which the current flow does automatically normalize into _.

This PR should make it available to add an optional flag to disable the current behavior if needed while keeping backwards compatibility.

Hopefully this is useful :) let me know if this should be extended to the other exporters also.

LE:
Not sure if this makes sense to be a config option, I added it as a param to keep it flexible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant