Skip to content

Conversation

gsnedders
Copy link
Member

It doesn't make sense to localize error messages, given they are purely technical in content. (#85, given GitHub doesn't notice titles.)

It doesn't make sense to localize error messages, given they are
purely technical in content.
@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/225

This is an external review system which you may optionally use for the code review of your pull request.

gsnedders and others added 3 commits July 29, 2013 18:24
Conflicts:
	html5lib/treewalkers/_base.py
It makes more sense to pass lists to frozensets since tuples need special syntax to be interpreted correctly in this context. For instance, the line  "hr": frozenset(("noshade")) has a bug. It won't produce a frozenset with "noshade" but with ['a', 'e', 'd', 'h', 'o', 'n', 's'] because if you forget to add a comma at the end, the tuple won't be an iterable but the string is it interprets is.
Conflicts:
	html5lib/serializer/htmlserializer.py
	html5lib/treewalkers/_base.py
@gsnedders
Copy link
Member Author

Merged as e1e8d89

@gsnedders gsnedders closed this Apr 26, 2015
@gsnedders gsnedders deleted the bye-bye-localization branch May 7, 2016 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants