We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The make-pot command currently scans all files with a .php extension (or .js, see #26).
.php
.js
In many cases, there might be files and folders that shouldn't be scanned. Some examples:
.git
.svn
Being able to exclude these files would increase performance and create less POT files with potentially unwanted strings in it.
Perhaps there could be even a default list of folders and files to include.
The text was updated successfully, but these errors were encountered:
Skip some common JS files
9ac13fa
See #27.
i18n
3950e4a
No branches or pull requests
The make-pot command currently scans all files with a
.php
extension (or.js
, see #26).In many cases, there might be files and folders that shouldn't be scanned. Some examples:
.git
,.svn
,.svn
-> basically anything with a dot prefixBeing able to exclude these files would increase performance and create less POT files with potentially unwanted strings in it.
Perhaps there could be even a default list of folders and files to include.
The text was updated successfully, but these errors were encountered: