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
Load locale translations according the browser locale
*.properties files is not loaded because rewrite rules in .htaccess change the request to index.php
Add an entry in .htacess to allow pdfjs vendor files solves the problem
... RewriteCond %{REQUEST_URI} !^/apps/files_pdfviewer/vendor/pdfjs/.* RewriteRule . index.php [PT,E=PATH_INFO:$1]
The text was updated successfully, but these errors were encountered:
Should be fixed :) (nc20)
Sorry, something went wrong.
This bug remain present in nc20.
No branches or pull requests
Steps to reproduce
Expected behaviour
Load locale translations according the browser locale
Actual behaviour
*.properties files is not loaded because rewrite rules in .htaccess change the request to index.php
Add an entry in .htacess to allow pdfjs vendor files solves the problem
The text was updated successfully, but these errors were encountered: