Replace unicode punctation with ascii
To resolve the following exception when generating pot with python manage.py extract_messages -m octavia_dashboard: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 45 : ordinal not in range(128) Change-Id: I084add9e17c35e0161570724c8f9cf3f08475bdd
This commit is contained in:
parent
dac1952bf6
commit
0f31c2c9de
@ -18,7 +18,7 @@ false.
|
||||
</li>
|
||||
<li translate>
|
||||
FILE_TYPE: The rule compares the last portion of the URI against
|
||||
the value parameter in the rule. (eg. “txt”, “jpg”, etc.)
|
||||
the value parameter in the rule. (eg. "txt", "jpg", etc.)
|
||||
</li>
|
||||
<li translate>
|
||||
PATH: The rule compares the path portion of the HTTP URI against
|
||||
|
Loading…
Reference in New Issue
Block a user