-
Notifications
You must be signed in to change notification settings - Fork 41
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
Project Pages should handle languages properly #1091
Comments
@edpaget I assume that this means reverting this and looking to add in functionality from translatable? |
Nothing translatable does will help with this unfortunately. We need to figure out how to order pages by language preference and then only select the most complete set of pages that matches the user's language preference. |
Tutorials and Field Guides have a language flag, hardcoded to I've started a list of localised Panoptes resources in zooniverse/pandora#6, for the translations UI. |
Looks like field guides will return all languages (though we can setup filtering) and tutorials are hard coded to en at the moment, https://github.com/zooniverse/Panoptes/search?utf8=%E2%9C%93&q=params%5B%3Alanguage%5D+%3D+%22en%22&type= |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Currently they're locked to just looking at the 'en' pages since the project builder similarly locks the project language. It should use the same selection strategy as the workflow_content and project_content models.
The text was updated successfully, but these errors were encountered: