README.md
setup.py
tests/__init__.py
tests/test_case.py
tests/test_utils.py
tests/checks/__init__.py
tests/checks/checks_test_case.py
tests/checks/test_base_check.py
tests/checks/test_brackets.py
tests/checks/test_dangling_keys.py
tests/checks/test_empty_translations.py
tests/checks/test_formatting_values.py
tests/checks/test_key_format.py
tests/checks/test_missing_translations.py
tests/checks/test_punctuation.py
tests/checks/test_quotation_marks.py
tests/checks/test_starts_with_the_same_case.py
tests/checks/test_substitutions.py
tests/checks/test_trailing_white_chars.py
tests/checks/test_typesetting_quotation_marks.py
tests/checks/test_white_chars_before_linefeed.py
tests/config/__init__.py
tests/config/test_config.py
tests/config/test_config_builder.py
tests/prop/__init__.py
tests/prop/test_blank.py
tests/prop/test_comment.py
tests/prop/test_file.py
tests/prop/test_prop_item.py
tests/prop/test_translation.py
tests/report/__init__.py
tests/report/test_report.py
tests/report/test_report_group.py
tests/report/test_report_item.py
trans_tool.egg-info/PKG-INFO
trans_tool.egg-info/SOURCES.txt
trans_tool.egg-info/dependency_links.txt
trans_tool.egg-info/entry_points.txt
trans_tool.egg-info/requires.txt
trans_tool.egg-info/top_level.txt
transtool/__init__.py
transtool/const.py
transtool/log.py
transtool/main.py
transtool/utils.py
transtool/checks/__init__.py
transtool/checks/brackets.py
transtool/checks/dangling_keys.py
transtool/checks/empty_translations.py
transtool/checks/formatting_values.py
transtool/checks/key_format.py
transtool/checks/missing_translations.py
transtool/checks/punctuation.py
transtool/checks/quotation_marks.py
transtool/checks/starts_with_the_same_case.py
transtool/checks/substitutions.py
transtool/checks/trailing_white_chars.py
transtool/checks/typesetting_quotation_marks.py
transtool/checks/white_chars_before_linefeed.py
transtool/checks/base/__init__.py
transtool/checks/base/check.py
transtool/config/__init__.py
transtool/config/builder.py
transtool/config/checker_info.py
transtool/config/config.py
transtool/config/reader.py
transtool/decorators/__init__.py
transtool/decorators/overrides.py
transtool/prop/__init__.py
transtool/prop/file.py
transtool/prop/items.py
transtool/report/__init__.py
transtool/report/group.py
transtool/report/items.py
transtool/report/report.py