Name Description Size
__init__.py 2041
android.py Android strings.xml parser Parses strings.xml files per https://developer.android.com/guide/topics/resources/localization. As we're using a built-in XML parser underneath, errors on that level break the full parsing, and result in a single Junk entry. 9212
base.py Abstraction layer for a localizable entity. Currently supported are grammars of the form: 1: entity definition 2: entity key (name) 3: entity value <!ENTITY key "value"> <--- definition ----> 12923
defines.py Entity-like object representing processing instructions in inc files 3549
dtd.py Unescape HTML entities into corresponding Unicode characters. Named (&amp;), decimal (&#38;), and hex (&#x26; and &#x0026;) formats are supported. Unknown entities are left intact. As of Python 3.7 the following 252 named entities are recognized and unescaped: https://github.com/python/cpython/blob/3.7/Lib/html/entities.py 4325
fluent.py AST node at which to start traversal for count_words. By default we count words in the value and in all attributes. 7035
ini.py Entity-like object representing sections in ini files 1545
po.py Gettext PO(T) parser Parses gettext po and pot files. 3220
properties.py 3716