Name Description Size
__init__.py 2122
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. 9115
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 ----> 12779
defines.py Entity-like object representing processing instructions in inc files 3402
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 4254
fluent.py AST node at which to start traversal for count_words. By default we count words in the value and in all attributes. 6875
ini.py Entity-like object representing sections in ini files 1529
po.py Gettext PO(T) parser Parses gettext po and pot files. 3145
properties.py 3676