README.md
pyproject.toml
moz.l10n.egg-info/PKG-INFO
moz.l10n.egg-info/SOURCES.txt
moz.l10n.egg-info/dependency_links.txt
moz.l10n.egg-info/entry_points.txt
moz.l10n.egg-info/requires.txt
moz.l10n.egg-info/top_level.txt
moz/l10n/__init__.py
moz/l10n/model.py
moz/l10n/py.typed
moz/l10n/bin/__init__.py
moz/l10n/bin/build.py
moz/l10n/bin/build_file.py
moz/l10n/bin/compare.py
moz/l10n/bin/fix.py
moz/l10n/bin/lint.py
moz/l10n/formats/__init__.py
moz/l10n/formats/android/__init__.py
moz/l10n/formats/android/parse.py
moz/l10n/formats/android/serialize.py
moz/l10n/formats/dtd/__init__.py
moz/l10n/formats/dtd/parse.py
moz/l10n/formats/dtd/serialize.py
moz/l10n/formats/fluent/__init__.py
moz/l10n/formats/fluent/parse.py
moz/l10n/formats/fluent/serialize.py
moz/l10n/formats/gettext/__init__.py
moz/l10n/formats/gettext/parse.py
moz/l10n/formats/gettext/serialize.py
moz/l10n/formats/inc/__init__.py
moz/l10n/formats/inc/parse.py
moz/l10n/formats/inc/serialize.py
moz/l10n/formats/ini/__init__.py
moz/l10n/formats/ini/parse.py
moz/l10n/formats/ini/serialize.py
moz/l10n/formats/mf2/__init__.py
moz/l10n/formats/mf2/from_json.py
moz/l10n/formats/mf2/message_parser.py
moz/l10n/formats/mf2/serialize.py
moz/l10n/formats/mf2/to_json.py
moz/l10n/formats/mf2/validate.py
moz/l10n/formats/plain_json/__init__.py
moz/l10n/formats/plain_json/parse.py
moz/l10n/formats/plain_json/serialize.py
moz/l10n/formats/properties/__init__.py
moz/l10n/formats/properties/parse.py
moz/l10n/formats/properties/serialize.py
moz/l10n/formats/webext/__init__.py
moz/l10n/formats/webext/parse.py
moz/l10n/formats/webext/serialize.py
moz/l10n/formats/xliff/__init__.py
moz/l10n/formats/xliff/common.py
moz/l10n/formats/xliff/parse.py
moz/l10n/formats/xliff/parse_trans_unit.py
moz/l10n/formats/xliff/parse_xcode.py
moz/l10n/formats/xliff/serialize.py
moz/l10n/message/__init__.py
moz/l10n/message/from_json.py
moz/l10n/message/parse.py
moz/l10n/message/serialize.py
moz/l10n/message/to_json.py
moz/l10n/paths/__init__.py
moz/l10n/paths/android_locale.py
moz/l10n/paths/config.py
moz/l10n/paths/discover.py
moz/l10n/resource/__init__.py
moz/l10n/resource/add_entries.py
moz/l10n/resource/l10n_equal.py
moz/l10n/resource/parse_resource.py
moz/l10n/resource/serialize_resource.py
moz/l10n/util/__init__.py
moz/l10n/util/loads.py
moz/l10n/util/printf.py
moz/l10n/util/walk_files.py
tests/test_add_entries.py
tests/test_config.py
tests/test_discover.py
tests/test_l10n_equal.py
tests/test_lint.py
tests/test_message.py
tests/test_model.py
tests/test_walk_files.py