#1659 dns.py has invalid i18n string, message catalog generation fails
Closed: Fixed None Opened 12 years ago by jdennis.

dns.py at line 976 has an invalid i18n string and cannot be processed during message extraction causing message catalog generation to fail.

The format parameters are trapped inside the i18n string. Also it's not necessary to promote the i18n string literal to unicode via the u prefix because the _() function returns unicode.


suggested patch submitted as:

[PATCH 40/40] ticket 1659 - invalid i18n string in dns.py

Metadata Update from @jdennis:
- Issue assigned to jdennis
- Issue set to the milestone: FreeIPA 2.1.1 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata