-
Notifications
You must be signed in to change notification settings - Fork 5
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
I18n #27
base: master
Are you sure you want to change the base?
Conversation
Conflicts: scanblog/templates/about/faq.html
Conflicts: scanblog/profiles/views.py scanblog/templates/_pagination.html scanblog/templates/about/about_base.html scanblog/templates/about/faq.html scanblog/templates/about/index.html scanblog/templates/about/privacy.html scanblog/templates/about/terms.html scanblog/templates/blogs/_blog_cloud.html scanblog/templates/blogs/_inappropriate_post.html scanblog/templates/blogs/_post_tag_list.html scanblog/templates/blogs/_post_title_line.html scanblog/templates/blogs/_related.html scanblog/templates/blogs/base.html scanblog/templates/blogs/blogs_front_page.html scanblog/templates/blogs/delete_post.html scanblog/templates/blogs/edit_post.html scanblog/templates/blogs/manage_posts.html scanblog/templates/blogs/page_picker.html scanblog/templates/blogs/post_detail.html scanblog/templates/btb/admin-content-flagged.txt scanblog/templates/btb/admin-email-comment-posted.txt scanblog/templates/btb/admin-email-transcription-edited.txt scanblog/templates/comments/_comment.html scanblog/templates/comments/_comment_form.html scanblog/templates/comments/edit_comment.html scanblog/templates/correspondence/base.html scanblog/templates/correspondence/base_letter_list.html scanblog/templates/correspondence/delete_letter_confirm.html scanblog/templates/correspondence/mass_mailing_spreadsheet.html scanblog/templates/correspondence/pending.html scanblog/templates/feeds/_all.html scanblog/templates/feeds/_author.html scanblog/templates/feeds/_comments.html scanblog/templates/feeds/_featured.html scanblog/templates/feeds/_org.html scanblog/templates/feeds/_subscriptions.html scanblog/templates/feeds/_tag.html scanblog/templates/home.html scanblog/templates/moderation/_scans.html scanblog/templates/moderation/manage_tasks.html scanblog/templates/notification/email_body.txt scanblog/templates/notification/notice_settings.html scanblog/templates/notification/notices.html scanblog/templates/profiles/groups_list.html scanblog/templates/profiles/profile_detail.html scanblog/templates/profiles/profile_edit.html scanblog/templates/registration/activate.html scanblog/templates/registration/activation_complete.html scanblog/templates/registration/login.html scanblog/templates/scanning/after_transcribe_comment.html scanblog/templates/scanning/revision_list.html scanblog/templates/site_base.html scanblog/templates/subscriptions/subscribe_to.html
Conflicts: scanblog/templates/about/about_base.html scanblog/templates/about/copyright.html scanblog/templates/about/legal_base.html scanblog/templates/blogs/_blog_cloud.html scanblog/templates/blogs/_post_tag_list.html scanblog/templates/blogs/page_picker.html scanblog/templates/comments/_comment_form.html scanblog/templates/correspondence/mass_mailing_spreadsheet.html scanblog/templates/feeds/_subscriptions.html scanblog/templates/notification/notice_settings.html scanblog/templates/scanning/after_transcribe_comment.html scanblog/templates/site_base.html scanblog/templates/subscriptions/subscribe_to.html
TODO list before this can be merged:
Also desirable but not required pre-merge would be finding and handling any strings sent by the python code, not in the templates. Included in this branch is a simple linter, found in Also be sure that the full test suite continues to pass! |
In scanblog/templates/blogs/_sharing_buttons.html does the script type="text/javascript" need to be on one line or can we insert line breaks for readability and adding the blocktrans ? |
I'm not too sure what needs to be changed in scanblog/templates/blogs/tag_post_list.html For the other files, I've pushed a pull request #28 |
We're going to restart work on this branch as you might see on https://github.com/arthurlutz/btb/tree/master-i18n-merge-from-i18n any tips apart from looking at the todo list in #27 (comment) ? ping @stoutouloutou |
Many thanks to @arthurlutz for spearheading this effort. This branch is for a complete i18n-capable refactor of all templates.