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

[REGRESSION] multilang ZIM filters broken #175

Closed
kelson42 opened this issue Feb 26, 2023 · 7 comments
Closed

[REGRESSION] multilang ZIM filters broken #175

kelson42 opened this issue Feb 26, 2023 · 7 comments
Assignees
Labels
Milestone

Comments

@kelson42
Copy link
Contributor

Seems to me they are all broken since 2.0.0 release https://library.kiwix.org/viewer#gutenberg_mul_all_2023-02/Home.html

@kelson42 kelson42 added the bug label Feb 26, 2023
@kelson42 kelson42 added this to the 2.1.0 milestone Feb 26, 2023
@benoit74
Copy link
Collaborator

Just to be sure, are we speaking about the combo box which shows only "All languages" ?

@kelson42
Copy link
Contributor Author

Yes, filter by author as well and bookshelves are empty.

@rgaudin
Copy link
Member

rgaudin commented Feb 27, 2023

There are several JS errors in the console.

For instance there is template code in the generated JS file which is obviously gonna cause problems:

/js/l10n.js

var available_languages = [{% for lang in ui_languages %} '{{ lang }}', {% endfor %}];

@benoit74
Copy link
Collaborator

Is this something which has been changed in 2.0 ? I do not remember to have touched this.

@kelson42
Copy link
Contributor Author

Strongly suspect this is related to the "removal" of namespaces...

@rgaudin
Copy link
Member

rgaudin commented Feb 27, 2023

@benoit74 do you plan on working on this or should I?

@benoit74
Copy link
Collaborator

I won't have time to work on it this week. If this is urgent, you should work on it.

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

No branches or pull requests

3 participants