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

Don't strip comments #24

Open
piotrpog opened this issue Feb 11, 2019 · 1 comment
Open

Don't strip comments #24

piotrpog opened this issue Feb 11, 2019 · 1 comment
Assignees
Labels
assingned enhancement New feature or request

Comments

@piotrpog
Copy link

piotrpog commented Feb 11, 2019

I sometimes put informations in comments inside translation files that are important for developers. Plugin stripping these informations is pretty inconvinient.

@andrelopez andrelopez self-assigned this Feb 11, 2019
@andrelopez andrelopez added the enhancement New feature or request label Feb 11, 2019
@piotrpog
Copy link
Author

Another comment related idea - comments with specific prefix could be actually used to create headers that would separate groups of translation strings.

'some_key' => 'some value',
// control-panel-header group of strings
'some_key2' => 'some value2',

This would generate "group of strings" header separating inputs in enupal translate control panel section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assingned enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants