MANIFEST.in
manage.py
pyproject.toml
requirements-ci.txt
requirements-dev.txt
requirements-lint.txt
requirements-optional.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
B9gemyaeix.egg-info/PKG-INFO
B9gemyaeix.egg-info/SOURCES.txt
B9gemyaeix.egg-info/dependency_links.txt
B9gemyaeix.egg-info/entry_points.txt
B9gemyaeix.egg-info/not-zip-safe
B9gemyaeix.egg-info/requires.txt
B9gemyaeix.egg-info/top_level.txt
docs/Makefile
docs/api.rst
docs/changes.rst
docs/conf.py
docs/faq.rst
docs/formats.rst
docs/index.rst
docs/latexindex.rst
docs/legal.rst
docs/make.bat
docs/python.rst
docs/requirements.txt
docs/toc-admin.rst
docs/toc-changes.rst
docs/toc-contrib.rst
docs/toc-devel.rst
docs/toc-user.rst
docs/vcs.rst
docs/wlc.rst
docs/workflows.rst
docs/_ext/djangodocs.py
docs/_templates/footer.html
docs/_templates/layout.html
docs/admin/access.rst
docs/admin/addons.rst
docs/admin/admin.rst
docs/admin/announcements.rst
docs/admin/auth.rst
docs/admin/backup.rst
docs/admin/checks.rst
docs/admin/componentlists.rst
docs/admin/config.rst
docs/admin/continuous.rst
docs/admin/customize.rst
docs/admin/deployments.rst
docs/admin/install.rst
docs/admin/languages.rst
docs/admin/licensing.rst
docs/admin/machine.rst
docs/admin/management.rst
docs/admin/memory.rst
docs/admin/optionals.rst
docs/admin/projects.rst
docs/admin/sample.rst
docs/admin/support.rst
docs/admin/translating.rst
docs/admin/upgrade.rst
docs/admin/install/docker.rst
docs/admin/install/kubernetes.rst
docs/admin/install/openshift.rst
docs/admin/install/source.rst
docs/admin/install/venv-debian.rst
docs/admin/install/venv-macos.rst
docs/admin/install/venv-redhat.rst
docs/admin/install/venv-suse.rst
docs/admin/install/steps/adjust-config.rst
docs/admin/install/steps/hw.rst
docs/admin/install/steps/install-after.rst
docs/admin/install/steps/install-configure.rst
docs/admin/install/steps/install-python.rst
docs/admin/install/steps/install-system-devel.rst
docs/admin/install/steps/install-system-optional.rst
docs/admin/install/steps/install-system-server.rst
docs/contributing/about.rst
docs/contributing/addons.rst
docs/contributing/code.rst
docs/contributing/debugging.rst
docs/contributing/frontend.rst
docs/contributing/index.rst
docs/contributing/internals.rst
docs/contributing/issues.rst
docs/contributing/license.rst
docs/contributing/modules.rst
docs/contributing/release.rst
docs/contributing/schemas.rst
docs/contributing/security.rst
docs/contributing/start.rst
docs/contributing/tests.rst
docs/contributing/snippets/code-guide.rst
docs/contributing/snippets/pre-commit.rst
docs/devel/alerts.rst
docs/devel/community.rst
docs/devel/gettext.rst
docs/devel/html.rst
docs/devel/integration.rst
docs/devel/reporting-example.rst
docs/devel/reporting.rst
docs/devel/review.rst
docs/devel/share.rst
docs/devel/sphinx.rst
docs/devel/starting.rst
docs/devel/thirdparty.rst
docs/devel/translations.rst
docs/images/bitbucket-settings.png
docs/images/cloudron.png
docs/images/github-protected.png
docs/images/github-settings.png
docs/images/install-with-yunohost.png
docs/images/pagure-webhook.png
docs/images/pycharm-1.png
docs/images/pycharm-2.png
docs/images/pycharm-3.png
docs/images/pycharm-4.png
docs/images/pycharm-5.png
docs/schemas/weblate-backup.schema.json
docs/schemas/weblate-component.schema.json
docs/schemas/weblate-memory.schema.json
docs/schemas/weblate-userdata.schema.json
docs/snippets/basics.rst
docs/snippets/not-hosted-libre.rst
docs/snippets/oauth-site.rst
docs/user/basic.rst
docs/user/checks.rst
docs/user/files.rst
docs/user/glossary.rst
docs/user/profile.rst
docs/user/search.rst
docs/user/translating.rst
weblate/__init__.py
weblate/logger.py
weblate/middleware.py
weblate/models.py
weblate/runner.py
weblate/settings_docker.py
weblate/settings_example.py
weblate/settings_test.py
weblate/sitemaps.py
weblate/urls.py
weblate/wsgi.py
weblate/accounts/__init__.py
weblate/accounts/admin.py
weblate/accounts/apps.py
weblate/accounts/auth.py
weblate/accounts/avatar.py
weblate/accounts/captcha.py
weblate/accounts/checks.py
weblate/accounts/data.py
weblate/accounts/forms.py
weblate/accounts/middleware.py
weblate/accounts/models.py
weblate/accounts/notifications.py
weblate/accounts/password_validation.py
weblate/accounts/pipeline.py
weblate/accounts/strategy.py
weblate/accounts/tasks.py
weblate/accounts/urls.py
weblate/accounts/utils.py
weblate/accounts/views.py
weblate/accounts/management/__init__.py
weblate/accounts/management/commands/__init__.py
weblate/accounts/management/commands/dumpuserdata.py
weblate/accounts/management/commands/importuserdata.py
weblate/accounts/migrations/0001_squashed_0019_auto_20200403_2004.py
weblate/accounts/migrations/0002_profile_nearby_strings.py
weblate/accounts/migrations/0003_auto_20200630_1321.py
weblate/accounts/migrations/0004_profile_commented.py
weblate/accounts/migrations/0005_update_comment_count.py
weblate/accounts/migrations/0006_auto_20200903_0817.py
weblate/accounts/migrations/0007_auto_20200904_0840.py
weblate/accounts/migrations/0008_auto_20200923_1216.py
weblate/accounts/migrations/0009_auto_20200923_2023.py
weblate/accounts/migrations/0010_auto_20201213_1314.py
weblate/accounts/migrations/0011_auto_20210106_1903.py
weblate/accounts/migrations/0012_profile_auto_watch.py
weblate/accounts/migrations/0013_auto_20210217_1653.py
weblate/accounts/migrations/0014_auto_20210506_1421.py
weblate/accounts/migrations/0015_auto_20210512_1955.py
weblate/accounts/migrations/0016_alter_auditlog_activity.py
weblate/accounts/migrations/0017_alter_verifiedemail_email.py
weblate/accounts/migrations/0018_alter_profile_language.py
weblate/accounts/migrations/0019_alter_auditlog_user.py
weblate/accounts/migrations/0020_anonymous_auditlog.py
weblate/accounts/migrations/__init__.py
weblate/accounts/templatetags/__init__.py
weblate/accounts/templatetags/authnames.py
weblate/accounts/templatetags/site_url.py
weblate/accounts/templatetags/urlformat.py
weblate/accounts/tests/__init__.py
weblate/accounts/tests/test_avatars.py
weblate/accounts/tests/test_captcha.py
weblate/accounts/tests/test_commands.py
weblate/accounts/tests/test_middleware.py
weblate/accounts/tests/test_notifications.py
weblate/accounts/tests/test_password_validation.py
weblate/accounts/tests/test_registration.py
weblate/accounts/tests/test_remove.py
weblate/accounts/tests/test_utils.py
weblate/accounts/tests/test_views.py
weblate/addons/__init__.py
weblate/addons/apps.py
weblate/addons/autotranslate.py
weblate/addons/base.py
weblate/addons/cdn.py
weblate/addons/cleanup.py
weblate/addons/consistency.py
weblate/addons/discovery.py
weblate/addons/events.py
weblate/addons/example.py
weblate/addons/example_pre.py
weblate/addons/flags.py
weblate/addons/forms.py
weblate/addons/generate.py
weblate/addons/gettext.py
weblate/addons/git.py
weblate/addons/json.py
weblate/addons/models.py
weblate/addons/properties.py
weblate/addons/removal.py
weblate/addons/resx.py
weblate/addons/scripts.py
weblate/addons/tasks.py
weblate/addons/tests.py
weblate/addons/utils.py
weblate/addons/views.py
weblate/addons/yaml.py
weblate/addons/management/__init__.py
weblate/addons/management/commands/__init__.py
weblate/addons/management/commands/install_addon.py
weblate/addons/management/commands/list_addons.py
weblate/addons/migrations/0001_squashed_0021_linguas_daily.py
weblate/addons/migrations/0002_cleanup_addon_events.py
weblate/addons/migrations/0003_alter_event_event.py
weblate/addons/migrations/__init__.py
weblate/api/__init__.py
weblate/api/apps.py
weblate/api/authentication.py
weblate/api/middleware.py
weblate/api/models.py
weblate/api/routers.py
weblate/api/serializers.py
weblate/api/tests.py
weblate/api/throttling.py
weblate/api/urls.py
weblate/api/views.py
weblate/api/migrations/__init__.py
weblate/auth/__init__.py
weblate/auth/admin.py
weblate/auth/apps.py
weblate/auth/data.py
weblate/auth/decorators.py
weblate/auth/forms.py
weblate/auth/models.py
weblate/auth/permissions.py
weblate/auth/tasks.py
weblate/auth/utils.py
weblate/auth/management/__init__.py
weblate/auth/management/commands/__init__.py
weblate/auth/management/commands/createadmin.py
weblate/auth/management/commands/importusers.py
weblate/auth/management/commands/list_permissions.py
weblate/auth/management/commands/setupgroups.py
weblate/auth/migrations/0001_initial.py
weblate/auth/migrations/0002_auto_20180507_1540_squashed_0011_auto_20180509_0739_squashed_0007_group_components.py
weblate/auth/migrations/0008_auto_20200611_1232.py
weblate/auth/migrations/0009_migrate_componentlist.py
weblate/auth/migrations/0010_migrate_componentlist.py
weblate/auth/migrations/0011_unique_case_insensitive.py
weblate/auth/migrations/0012_auto_20200729_1200.py
weblate/auth/migrations/0013_rename_sources_group.py
weblate/auth/migrations/0014_auto_20210512_1955.py
weblate/auth/migrations/0015_userblock.py
weblate/auth/migrations/0016_alter_userblock_unique_together.py
weblate/auth/migrations/0017_alter_user_email.py
weblate/auth/migrations/0018_fixup_role.py
weblate/auth/migrations/0019_alter_role_name.py
weblate/auth/migrations/0020_group_defining_project.py
weblate/auth/migrations/0021_migrate_internal_groups.py
weblate/auth/migrations/0022_alter_user_managers.py
weblate/auth/migrations/0023_user_is_bot.py
weblate/auth/migrations/0024_bot_users.py
weblate/auth/migrations/__init__.py
weblate/auth/templatetags/__init__.py
weblate/auth/templatetags/permissions.py
weblate/auth/tests/__init__.py
weblate/auth/tests/test_autogroup.py
weblate/auth/tests/test_commands.py
weblate/auth/tests/test_models.py
weblate/auth/tests/test_permissions.py
weblate/billing/__init__.py
weblate/billing/admin.py
weblate/billing/forms.py
weblate/billing/models.py
weblate/billing/tasks.py
weblate/billing/tests.py
weblate/billing/views.py
weblate/billing/management/__init__.py
weblate/billing/management/commands/__init__.py
weblate/billing/management/commands/billing_check.py
weblate/billing/migrations/0001_squashed_0020_auto_20200320_1007.py
weblate/billing/migrations/0002_remove_billing_grace_period.py
weblate/billing/migrations/0003_auto_20201118_1217.py
weblate/billing/migrations/0004_replace_expired.py
weblate/billing/migrations/0005_auto_20210512_1955.py
weblate/billing/migrations/0006_alter_billing_payment_alter_invoice_payment.py
weblate/billing/migrations/0020_auto_20200320_1007.py
weblate/billing/migrations/__init__.py
weblate/billing/test-data/00000.pdf
weblate/checks/__init__.py
weblate/checks/admin.py
weblate/checks/angularjs.py
weblate/checks/apps.py
weblate/checks/base.py
weblate/checks/chars.py
weblate/checks/consistency.py
weblate/checks/data.py
weblate/checks/duplicate.py
weblate/checks/flags.py
weblate/checks/format.py
weblate/checks/glossary.py
weblate/checks/icu.py
weblate/checks/markup.py
weblate/checks/models.py
weblate/checks/parser.py
weblate/checks/placeholders.py
weblate/checks/qt.py
weblate/checks/render.py
weblate/checks/ruby.py
weblate/checks/same.py
weblate/checks/source.py
weblate/checks/tasks.py
weblate/checks/utils.py
weblate/checks/views.py
weblate/checks/management/__init__.py
weblate/checks/management/commands/__init__.py
weblate/checks/management/commands/list_checks.py
weblate/checks/management/commands/list_same_checks.py
weblate/checks/management/commands/updatechecks.py
weblate/checks/migrations/0001_squashed_0003_auto_20191212_1441.py
weblate/checks/migrations/0004_auto_20200516_1821.py
weblate/checks/migrations/0005_alter_check_options.py
weblate/checks/migrations/0006_auto_20210923_0807.py
weblate/checks/migrations/__init__.py
weblate/checks/tests/__init__.py
weblate/checks/tests/test_angularjs_checks.py
weblate/checks/tests/test_chars_checks.py
weblate/checks/tests/test_checks.py
weblate/checks/tests/test_commands.py
weblate/checks/tests/test_consistency_checks.py
weblate/checks/tests/test_duplicate_checks.py
weblate/checks/tests/test_flags.py
weblate/checks/tests/test_format_checks.py
weblate/checks/tests/test_glossary_checks.py
weblate/checks/tests/test_icu_checks.py
weblate/checks/tests/test_markup_checks.py
weblate/checks/tests/test_models.py
weblate/checks/tests/test_placeholders.py
weblate/checks/tests/test_render_checks.py
weblate/checks/tests/test_same_checks.py
weblate/checks/tests/test_source_checks.py
weblate/checks/tests/test_utils.py
weblate/checks/tests/test_views.py
weblate/configuration/__init__.py
weblate/configuration/admin.py
weblate/configuration/apps.py
weblate/configuration/models.py
weblate/configuration/tests.py
weblate/configuration/views.py
weblate/configuration/migrations/0001_initial.py
weblate/configuration/migrations/0002_alter_setting_options.py
weblate/configuration/migrations/0003_alter_setting_category.py
weblate/configuration/migrations/0004_machinery.py
weblate/configuration/migrations/__init__.py
weblate/examples/apache-path.conf
weblate/examples/apache.conf
weblate/examples/apache.gunicorn.conf
weblate/examples/beat-settings.py
weblate/examples/benchmark
weblate/examples/celery
weblate/examples/celery-weblate.conf
weblate/examples/celery-weblate.logrotate
weblate/examples/celery-weblate.service
weblate/examples/check_czech.py
weblate/examples/check_foo.py
weblate/examples/compress-repos
weblate/examples/fix_foo.py
weblate/examples/git-merge-gettext-po
weblate/examples/mt_service.py
weblate/examples/weblate.nginx.conf
weblate/examples/weblate.uwsgi.ini
weblate/fonts/__init__.py
weblate/fonts/admin.py
weblate/fonts/apps.py
weblate/fonts/forms.py
weblate/fonts/models.py
weblate/fonts/tasks.py
weblate/fonts/utils.py
weblate/fonts/validators.py
weblate/fonts/views.py
weblate/fonts/migrations/0001_squashed_0007_auto_20190517_1907.py
weblate/fonts/migrations/0002_auto_20210512_1955.py
weblate/fonts/migrations/__init__.py
weblate/fonts/static/font-droid/DroidSansFallback.ttf
weblate/fonts/static/font-droid/README.txt
weblate/fonts/static/font-noto/NotoSans-Bold.ttf
weblate/fonts/static/font-noto/NotoSans-Regular.ttf
weblate/fonts/static/font-noto/OFL.txt
weblate/fonts/tests/__init__.py
weblate/fonts/tests/test_models.py
weblate/fonts/tests/test_utils.py
weblate/fonts/tests/test_views.py
weblate/fonts/tests/utils.py
weblate/formats/__init__.py
weblate/formats/apps.py
weblate/formats/auto.py
weblate/formats/base.py
weblate/formats/convert.py
weblate/formats/exporters.py
weblate/formats/external.py
weblate/formats/helpers.py
weblate/formats/models.py
weblate/formats/multi.py
weblate/formats/ttkit.py
weblate/formats/txt.py
weblate/formats/tests/__init__.py
weblate/formats/tests/test_convert.py
weblate/formats/tests/test_exporters.py
weblate/formats/tests/test_external.py
weblate/formats/tests/test_formats.py
weblate/formats/tests/test_multi.py
weblate/formats/tests/test_txt.py
weblate/gitexport/__init__.py
weblate/gitexport/apps.py
weblate/gitexport/models.py
weblate/gitexport/tasks.py
weblate/gitexport/tests.py
weblate/gitexport/utils.py
weblate/gitexport/views.py
weblate/gitexport/migrations/0001_squashed_0002_fill_in_url.py
weblate/gitexport/migrations/__init__.py
weblate/glossary/__init__.py
weblate/glossary/admin.py
weblate/glossary/apps.py
weblate/glossary/forms.py
weblate/glossary/models.py
weblate/glossary/tasks.py
weblate/glossary/tests.py
weblate/glossary/views.py
weblate/glossary/migrations/0001_initial.py
weblate/glossary/migrations/0002_migrate_dictionary.py
weblate/glossary/migrations/0003_fulltext.py
weblate/glossary/migrations/0004_glossary_source_language.py
weblate/glossary/migrations/0005_set_source_language.py
weblate/glossary/migrations/0006_auto_20210203_1342.py
weblate/glossary/migrations/__init__.py
weblate/lang/__init__.py
weblate/lang/admin.py
weblate/lang/apps.py
weblate/lang/data.py
weblate/lang/forms.py
weblate/lang/models.py
weblate/lang/tests.py
weblate/lang/views.py
weblate/lang/management/__init__.py
weblate/lang/management/commands/__init__.py
weblate/lang/management/commands/cleanup_languages.py
weblate/lang/management/commands/list_languages.py
weblate/lang/management/commands/move_language.py
weblate/lang/management/commands/setuplang.py
weblate/lang/migrations/0001_squashed_0008_auto_20200408_0436.py
weblate/lang/migrations/0009_auto_20200521_0753.py
weblate/lang/migrations/0010_auto_20200627_0508.py
weblate/lang/migrations/0011_alter_plural_source.py
weblate/lang/migrations/0012_alter_plural_type.py
weblate/lang/migrations/0013_alter_plural_formula.py
weblate/lang/migrations/0014_language_population.py
weblate/lang/migrations/0015_population.py
weblate/lang/migrations/0016_alter_plural_source.py
weblate/lang/migrations/0017_alter_plural_type.py
weblate/lang/migrations/__init__.py
weblate/legal/__init__.py
weblate/legal/admin.py
weblate/legal/apps.py
weblate/legal/forms.py
weblate/legal/middleware.py
weblate/legal/models.py
weblate/legal/pipeline.py
weblate/legal/tests.py
weblate/legal/urls.py
weblate/legal/views.py
weblate/legal/migrations/0001_squashed_0002_auto_20190516_1224.py
weblate/legal/migrations/0002_alter_agreement_options.py
weblate/legal/migrations/__init__.py
weblate/legal/templates/security.txt
weblate/legal/templates/legal/confirm.html
weblate/legal/templates/legal/contracts.html
weblate/legal/templates/legal/cookies.html
weblate/legal/templates/legal/index.html
weblate/legal/templates/legal/menu.html
weblate/legal/templates/legal/privacy.html
weblate/legal/templates/legal/terms.html
weblate/legal/templates/legal/documents/contracts.html
weblate/legal/templates/legal/documents/privacy.html
weblate/legal/templates/legal/documents/summary.html
weblate/legal/templates/legal/documents/tos.html
weblate/locale/django.pot
weblate/locale/djangojs.pot
weblate/locale/afh/LC_MESSAGES/django.mo
weblate/locale/afh/LC_MESSAGES/django.po
weblate/locale/afh/LC_MESSAGES/djangojs.mo
weblate/locale/afh/LC_MESSAGES/djangojs.po
weblate/locale/ar/LC_MESSAGES/django.mo
weblate/locale/ar/LC_MESSAGES/django.po
weblate/locale/ar/LC_MESSAGES/djangojs.mo
weblate/locale/ar/LC_MESSAGES/djangojs.po
weblate/locale/ar_LY/LC_MESSAGES/django.mo
weblate/locale/ar_LY/LC_MESSAGES/django.po
weblate/locale/ar_LY/LC_MESSAGES/djangojs.mo
weblate/locale/ar_LY/LC_MESSAGES/djangojs.po
weblate/locale/ars/LC_MESSAGES/django.mo
weblate/locale/ars/LC_MESSAGES/django.po
weblate/locale/ars/LC_MESSAGES/djangojs.mo
weblate/locale/ars/LC_MESSAGES/djangojs.po
weblate/locale/ast/LC_MESSAGES/django.mo
weblate/locale/ast/LC_MESSAGES/django.po
weblate/locale/ast/LC_MESSAGES/djangojs.mo
weblate/locale/ast/LC_MESSAGES/djangojs.po
weblate/locale/az/LC_MESSAGES/django.mo
weblate/locale/az/LC_MESSAGES/django.po
weblate/locale/az/LC_MESSAGES/djangojs.mo
weblate/locale/az/LC_MESSAGES/djangojs.po
weblate/locale/be/LC_MESSAGES/django.mo
weblate/locale/be/LC_MESSAGES/django.po
weblate/locale/be/LC_MESSAGES/djangojs.mo
weblate/locale/be/LC_MESSAGES/djangojs.po
weblate/locale/be@latin/LC_MESSAGES/django.mo
weblate/locale/be@latin/LC_MESSAGES/django.po
weblate/locale/be@latin/LC_MESSAGES/djangojs.mo
weblate/locale/be@latin/LC_MESSAGES/djangojs.po
weblate/locale/ber/LC_MESSAGES/django.mo
weblate/locale/ber/LC_MESSAGES/django.po
weblate/locale/ber/LC_MESSAGES/djangojs.mo
weblate/locale/ber/LC_MESSAGES/djangojs.po
weblate/locale/bg/LC_MESSAGES/django.mo
weblate/locale/bg/LC_MESSAGES/django.po
weblate/locale/bg/LC_MESSAGES/djangojs.mo
weblate/locale/bg/LC_MESSAGES/djangojs.po
weblate/locale/bn/LC_MESSAGES/django.mo
weblate/locale/bn/LC_MESSAGES/django.po
weblate/locale/bn/LC_MESSAGES/djangojs.mo
weblate/locale/bn/LC_MESSAGES/djangojs.po
weblate/locale/bn_BD/LC_MESSAGES/django.mo
weblate/locale/bn_BD/LC_MESSAGES/django.po
weblate/locale/bn_BD/LC_MESSAGES/djangojs.mo
weblate/locale/bn_BD/LC_MESSAGES/djangojs.po
weblate/locale/br/LC_MESSAGES/django.mo
weblate/locale/br/LC_MESSAGES/django.po
weblate/locale/br/LC_MESSAGES/djangojs.mo
weblate/locale/br/LC_MESSAGES/djangojs.po
weblate/locale/ca/LC_MESSAGES/django.mo
weblate/locale/ca/LC_MESSAGES/django.po
weblate/locale/ca/LC_MESSAGES/djangojs.mo
weblate/locale/ca/LC_MESSAGES/djangojs.po
weblate/locale/ce/LC_MESSAGES/django.mo
weblate/locale/ce/LC_MESSAGES/django.po
weblate/locale/ce/LC_MESSAGES/djangojs.mo
weblate/locale/ce/LC_MESSAGES/djangojs.po
weblate/locale/ckb/LC_MESSAGES/django.mo
weblate/locale/ckb/LC_MESSAGES/django.po
weblate/locale/ckb/LC_MESSAGES/djangojs.mo
weblate/locale/ckb/LC_MESSAGES/djangojs.po
weblate/locale/crh/LC_MESSAGES/django.mo
weblate/locale/crh/LC_MESSAGES/django.po
weblate/locale/crh/LC_MESSAGES/djangojs.mo
weblate/locale/crh/LC_MESSAGES/djangojs.po
weblate/locale/cs/LC_MESSAGES/django.mo
weblate/locale/cs/LC_MESSAGES/django.po
weblate/locale/cs/LC_MESSAGES/djangojs.mo
weblate/locale/cs/LC_MESSAGES/djangojs.po
weblate/locale/cv/LC_MESSAGES/django.mo
weblate/locale/cv/LC_MESSAGES/django.po
weblate/locale/cv/LC_MESSAGES/djangojs.mo
weblate/locale/cv/LC_MESSAGES/djangojs.po
weblate/locale/cy/LC_MESSAGES/django.mo
weblate/locale/cy/LC_MESSAGES/django.po
weblate/locale/cy/LC_MESSAGES/djangojs.mo
weblate/locale/cy/LC_MESSAGES/djangojs.po
weblate/locale/da/LC_MESSAGES/django.mo
weblate/locale/da/LC_MESSAGES/django.po
weblate/locale/da/LC_MESSAGES/djangojs.mo
weblate/locale/da/LC_MESSAGES/djangojs.po
weblate/locale/de/LC_MESSAGES/django.mo
weblate/locale/de/LC_MESSAGES/django.po
weblate/locale/de/LC_MESSAGES/djangojs.mo
weblate/locale/de/LC_MESSAGES/djangojs.po
weblate/locale/dv/LC_MESSAGES/django.mo
weblate/locale/dv/LC_MESSAGES/django.po
weblate/locale/dv/LC_MESSAGES/djangojs.mo
weblate/locale/dv/LC_MESSAGES/djangojs.po
weblate/locale/el/LC_MESSAGES/django.mo
weblate/locale/el/LC_MESSAGES/django.po
weblate/locale/el/LC_MESSAGES/djangojs.mo
weblate/locale/el/LC_MESSAGES/djangojs.po
weblate/locale/en_GB/LC_MESSAGES/django.mo
weblate/locale/en_GB/LC_MESSAGES/django.po
weblate/locale/en_GB/LC_MESSAGES/djangojs.mo
weblate/locale/en_GB/LC_MESSAGES/djangojs.po
weblate/locale/enm/LC_MESSAGES/django.mo
weblate/locale/enm/LC_MESSAGES/django.po
weblate/locale/enm/LC_MESSAGES/djangojs.mo
weblate/locale/enm/LC_MESSAGES/djangojs.po
weblate/locale/eo/LC_MESSAGES/django.mo
weblate/locale/eo/LC_MESSAGES/django.po
weblate/locale/eo/LC_MESSAGES/djangojs.mo
weblate/locale/eo/LC_MESSAGES/djangojs.po
weblate/locale/es/LC_MESSAGES/django.mo
weblate/locale/es/LC_MESSAGES/django.po
weblate/locale/es/LC_MESSAGES/djangojs.mo
weblate/locale/es/LC_MESSAGES/djangojs.po
weblate/locale/et/LC_MESSAGES/django.mo
weblate/locale/et/LC_MESSAGES/django.po
weblate/locale/et/LC_MESSAGES/djangojs.mo
weblate/locale/et/LC_MESSAGES/djangojs.po
weblate/locale/eu/LC_MESSAGES/django.mo
weblate/locale/eu/LC_MESSAGES/django.po
weblate/locale/eu/LC_MESSAGES/djangojs.mo
weblate/locale/eu/LC_MESSAGES/djangojs.po
weblate/locale/fa/LC_MESSAGES/django.mo
weblate/locale/fa/LC_MESSAGES/django.po
weblate/locale/fa/LC_MESSAGES/djangojs.mo
weblate/locale/fa/LC_MESSAGES/djangojs.po
weblate/locale/fi/LC_MESSAGES/django.mo
weblate/locale/fi/LC_MESSAGES/django.po
weblate/locale/fi/LC_MESSAGES/djangojs.mo
weblate/locale/fi/LC_MESSAGES/djangojs.po
weblate/locale/fil/LC_MESSAGES/django.mo
weblate/locale/fil/LC_MESSAGES/django.po
weblate/locale/fil/LC_MESSAGES/djangojs.mo
weblate/locale/fil/LC_MESSAGES/djangojs.po
weblate/locale/fr/LC_MESSAGES/django.mo
weblate/locale/fr/LC_MESSAGES/django.po
weblate/locale/fr/LC_MESSAGES/djangojs.mo
weblate/locale/fr/LC_MESSAGES/djangojs.po
weblate/locale/fur/LC_MESSAGES/django.mo
weblate/locale/fur/LC_MESSAGES/django.po
weblate/locale/fur/LC_MESSAGES/djangojs.mo
weblate/locale/fur/LC_MESSAGES/djangojs.po
weblate/locale/fy/LC_MESSAGES/django.mo
weblate/locale/fy/LC_MESSAGES/django.po
weblate/locale/fy/LC_MESSAGES/djangojs.mo
weblate/locale/fy/LC_MESSAGES/djangojs.po
weblate/locale/gl/LC_MESSAGES/django.mo
weblate/locale/gl/LC_MESSAGES/django.po
weblate/locale/gl/LC_MESSAGES/djangojs.mo
weblate/locale/gl/LC_MESSAGES/djangojs.po
weblate/locale/he/LC_MESSAGES/django.mo
weblate/locale/he/LC_MESSAGES/django.po
weblate/locale/he/LC_MESSAGES/djangojs.mo
weblate/locale/he/LC_MESSAGES/djangojs.po
weblate/locale/hi/LC_MESSAGES/django.mo
weblate/locale/hi/LC_MESSAGES/django.po
weblate/locale/hi/LC_MESSAGES/djangojs.mo
weblate/locale/hi/LC_MESSAGES/djangojs.po
weblate/locale/hr/LC_MESSAGES/django.mo
weblate/locale/hr/LC_MESSAGES/django.po
weblate/locale/hr/LC_MESSAGES/djangojs.mo
weblate/locale/hr/LC_MESSAGES/djangojs.po
weblate/locale/hu/LC_MESSAGES/django.mo
weblate/locale/hu/LC_MESSAGES/django.po
weblate/locale/hu/LC_MESSAGES/djangojs.mo
weblate/locale/hu/LC_MESSAGES/djangojs.po
weblate/locale/hy/LC_MESSAGES/django.mo
weblate/locale/hy/LC_MESSAGES/django.po
weblate/locale/hy/LC_MESSAGES/djangojs.mo
weblate/locale/hy/LC_MESSAGES/djangojs.po
weblate/locale/ia/LC_MESSAGES/django.mo
weblate/locale/ia/LC_MESSAGES/django.po
weblate/locale/ia/LC_MESSAGES/djangojs.mo
weblate/locale/ia/LC_MESSAGES/djangojs.po
weblate/locale/id/LC_MESSAGES/django.mo
weblate/locale/id/LC_MESSAGES/django.po
weblate/locale/id/LC_MESSAGES/djangojs.mo
weblate/locale/id/LC_MESSAGES/djangojs.po
weblate/locale/ie/LC_MESSAGES/django.mo
weblate/locale/ie/LC_MESSAGES/django.po
weblate/locale/ie/LC_MESSAGES/djangojs.mo
weblate/locale/ie/LC_MESSAGES/djangojs.po
weblate/locale/is/LC_MESSAGES/django.mo
weblate/locale/is/LC_MESSAGES/django.po
weblate/locale/is/LC_MESSAGES/djangojs.mo
weblate/locale/is/LC_MESSAGES/djangojs.po
weblate/locale/it/LC_MESSAGES/django.mo
weblate/locale/it/LC_MESSAGES/django.po
weblate/locale/it/LC_MESSAGES/djangojs.mo
weblate/locale/it/LC_MESSAGES/djangojs.po
weblate/locale/ja/LC_MESSAGES/django.mo
weblate/locale/ja/LC_MESSAGES/django.po
weblate/locale/ja/LC_MESSAGES/djangojs.mo
weblate/locale/ja/LC_MESSAGES/djangojs.po
weblate/locale/ka/LC_MESSAGES/django.mo
weblate/locale/ka/LC_MESSAGES/django.po
weblate/locale/ka/LC_MESSAGES/djangojs.mo
weblate/locale/ka/LC_MESSAGES/djangojs.po
weblate/locale/kab/LC_MESSAGES/django.mo
weblate/locale/kab/LC_MESSAGES/django.po
weblate/locale/kab/LC_MESSAGES/djangojs.mo
weblate/locale/kab/LC_MESSAGES/djangojs.po
weblate/locale/kk/LC_MESSAGES/django.mo
weblate/locale/kk/LC_MESSAGES/django.po
weblate/locale/kk/LC_MESSAGES/djangojs.mo
weblate/locale/kk/LC_MESSAGES/djangojs.po
weblate/locale/km/LC_MESSAGES/django.mo
weblate/locale/km/LC_MESSAGES/django.po
weblate/locale/km/LC_MESSAGES/djangojs.mo
weblate/locale/km/LC_MESSAGES/djangojs.po
weblate/locale/kmr/LC_MESSAGES/django.mo
weblate/locale/kmr/LC_MESSAGES/django.po
weblate/locale/kmr/LC_MESSAGES/djangojs.mo
weblate/locale/kmr/LC_MESSAGES/djangojs.po
weblate/locale/ko/LC_MESSAGES/django.mo
weblate/locale/ko/LC_MESSAGES/django.po
weblate/locale/ko/LC_MESSAGES/djangojs.mo
weblate/locale/ko/LC_MESSAGES/djangojs.po
weblate/locale/ksh/LC_MESSAGES/django.mo
weblate/locale/ksh/LC_MESSAGES/django.po
weblate/locale/ksh/LC_MESSAGES/djangojs.mo
weblate/locale/ksh/LC_MESSAGES/djangojs.po
weblate/locale/ln/LC_MESSAGES/django.mo
weblate/locale/ln/LC_MESSAGES/django.po
weblate/locale/ln/LC_MESSAGES/djangojs.mo
weblate/locale/ln/LC_MESSAGES/djangojs.po
weblate/locale/lt/LC_MESSAGES/django.mo
weblate/locale/lt/LC_MESSAGES/django.po
weblate/locale/lt/LC_MESSAGES/djangojs.mo
weblate/locale/lt/LC_MESSAGES/djangojs.po
weblate/locale/lzh/LC_MESSAGES/django.mo
weblate/locale/lzh/LC_MESSAGES/django.po
weblate/locale/lzh/LC_MESSAGES/djangojs.mo
weblate/locale/lzh/LC_MESSAGES/djangojs.po
weblate/locale/mk/LC_MESSAGES/django.mo
weblate/locale/mk/LC_MESSAGES/django.po
weblate/locale/mk/LC_MESSAGES/djangojs.mo
weblate/locale/mk/LC_MESSAGES/djangojs.po
weblate/locale/ml/LC_MESSAGES/django.mo
weblate/locale/ml/LC_MESSAGES/django.po
weblate/locale/ml/LC_MESSAGES/djangojs.mo
weblate/locale/ml/LC_MESSAGES/djangojs.po
weblate/locale/mr/LC_MESSAGES/django.mo
weblate/locale/mr/LC_MESSAGES/django.po
weblate/locale/mr/LC_MESSAGES/djangojs.mo
weblate/locale/mr/LC_MESSAGES/djangojs.po
weblate/locale/ms/LC_MESSAGES/django.mo
weblate/locale/ms/LC_MESSAGES/django.po
weblate/locale/ms/LC_MESSAGES/djangojs.mo
weblate/locale/ms/LC_MESSAGES/djangojs.po
weblate/locale/my/LC_MESSAGES/django.mo
weblate/locale/my/LC_MESSAGES/django.po
weblate/locale/my/LC_MESSAGES/djangojs.mo
weblate/locale/my/LC_MESSAGES/djangojs.po
weblate/locale/nb/LC_MESSAGES/django.mo
weblate/locale/nb/LC_MESSAGES/django.po
weblate/locale/nb/LC_MESSAGES/djangojs.mo
weblate/locale/nb/LC_MESSAGES/djangojs.po
weblate/locale/nl/LC_MESSAGES/django.mo
weblate/locale/nl/LC_MESSAGES/django.po
weblate/locale/nl/LC_MESSAGES/djangojs.mo
weblate/locale/nl/LC_MESSAGES/djangojs.po
weblate/locale/oc/LC_MESSAGES/django.mo
weblate/locale/oc/LC_MESSAGES/django.po
weblate/locale/oc/LC_MESSAGES/djangojs.mo
weblate/locale/oc/LC_MESSAGES/djangojs.po
weblate/locale/or/LC_MESSAGES/django.mo
weblate/locale/or/LC_MESSAGES/django.po
weblate/locale/or/LC_MESSAGES/djangojs.mo
weblate/locale/or/LC_MESSAGES/djangojs.po
weblate/locale/pa/LC_MESSAGES/django.mo
weblate/locale/pa/LC_MESSAGES/django.po
weblate/locale/pa/LC_MESSAGES/djangojs.mo
weblate/locale/pa/LC_MESSAGES/djangojs.po
weblate/locale/peo/LC_MESSAGES/django.mo
weblate/locale/peo/LC_MESSAGES/django.po
weblate/locale/peo/LC_MESSAGES/djangojs.mo
weblate/locale/peo/LC_MESSAGES/djangojs.po
weblate/locale/pl/LC_MESSAGES/django.mo
weblate/locale/pl/LC_MESSAGES/django.po
weblate/locale/pl/LC_MESSAGES/djangojs.mo
weblate/locale/pl/LC_MESSAGES/djangojs.po
weblate/locale/ps/LC_MESSAGES/django.mo
weblate/locale/ps/LC_MESSAGES/django.po
weblate/locale/ps/LC_MESSAGES/djangojs.mo
weblate/locale/ps/LC_MESSAGES/djangojs.po
weblate/locale/pt/LC_MESSAGES/django.mo
weblate/locale/pt/LC_MESSAGES/django.po
weblate/locale/pt/LC_MESSAGES/djangojs.mo
weblate/locale/pt/LC_MESSAGES/djangojs.po
weblate/locale/pt_BR/LC_MESSAGES/django.mo
weblate/locale/pt_BR/LC_MESSAGES/django.po
weblate/locale/pt_BR/LC_MESSAGES/djangojs.mo
weblate/locale/pt_BR/LC_MESSAGES/djangojs.po
weblate/locale/pt_PT/LC_MESSAGES/django.mo
weblate/locale/pt_PT/LC_MESSAGES/django.po
weblate/locale/pt_PT/LC_MESSAGES/djangojs.mo
weblate/locale/pt_PT/LC_MESSAGES/djangojs.po
weblate/locale/ro/LC_MESSAGES/django.mo
weblate/locale/ro/LC_MESSAGES/django.po
weblate/locale/ro/LC_MESSAGES/djangojs.mo
weblate/locale/ro/LC_MESSAGES/djangojs.po
weblate/locale/ru/LC_MESSAGES/django.mo
weblate/locale/ru/LC_MESSAGES/django.po
weblate/locale/ru/LC_MESSAGES/djangojs.mo
weblate/locale/ru/LC_MESSAGES/djangojs.po
weblate/locale/sc/LC_MESSAGES/django.mo
weblate/locale/sc/LC_MESSAGES/django.po
weblate/locale/sc/LC_MESSAGES/djangojs.mo
weblate/locale/sc/LC_MESSAGES/djangojs.po
weblate/locale/si/LC_MESSAGES/django.mo
weblate/locale/si/LC_MESSAGES/django.po
weblate/locale/si/LC_MESSAGES/djangojs.mo
weblate/locale/si/LC_MESSAGES/djangojs.po
weblate/locale/sk/LC_MESSAGES/django.mo
weblate/locale/sk/LC_MESSAGES/django.po
weblate/locale/sk/LC_MESSAGES/djangojs.mo
weblate/locale/sk/LC_MESSAGES/djangojs.po
weblate/locale/sl/LC_MESSAGES/django.mo
weblate/locale/sl/LC_MESSAGES/django.po
weblate/locale/sl/LC_MESSAGES/djangojs.mo
weblate/locale/sl/LC_MESSAGES/djangojs.po
weblate/locale/sq/LC_MESSAGES/django.mo
weblate/locale/sq/LC_MESSAGES/django.po
weblate/locale/sq/LC_MESSAGES/djangojs.mo
weblate/locale/sq/LC_MESSAGES/djangojs.po
weblate/locale/sr/LC_MESSAGES/django.mo
weblate/locale/sr/LC_MESSAGES/django.po
weblate/locale/sr/LC_MESSAGES/djangojs.mo
weblate/locale/sr/LC_MESSAGES/djangojs.po
weblate/locale/sr_Latn/LC_MESSAGES/django.mo
weblate/locale/sr_Latn/LC_MESSAGES/django.po
weblate/locale/sr_Latn/LC_MESSAGES/djangojs.mo
weblate/locale/sr_Latn/LC_MESSAGES/djangojs.po
weblate/locale/sv/LC_MESSAGES/django.mo
weblate/locale/sv/LC_MESSAGES/django.po
weblate/locale/sv/LC_MESSAGES/djangojs.mo
weblate/locale/sv/LC_MESSAGES/djangojs.po
weblate/locale/sw/LC_MESSAGES/django.mo
weblate/locale/sw/LC_MESSAGES/django.po
weblate/locale/sw/LC_MESSAGES/djangojs.mo
weblate/locale/sw/LC_MESSAGES/djangojs.po
weblate/locale/ta/LC_MESSAGES/django.mo
weblate/locale/ta/LC_MESSAGES/django.po
weblate/locale/ta/LC_MESSAGES/djangojs.mo
weblate/locale/ta/LC_MESSAGES/djangojs.po
weblate/locale/te/LC_MESSAGES/django.mo
weblate/locale/te/LC_MESSAGES/django.po
weblate/locale/te/LC_MESSAGES/djangojs.mo
weblate/locale/te/LC_MESSAGES/djangojs.po
weblate/locale/th/LC_MESSAGES/django.mo
weblate/locale/th/LC_MESSAGES/django.po
weblate/locale/th/LC_MESSAGES/djangojs.mo
weblate/locale/th/LC_MESSAGES/djangojs.po
weblate/locale/tlh/LC_MESSAGES/django.mo
weblate/locale/tlh/LC_MESSAGES/django.po
weblate/locale/tlh/LC_MESSAGES/djangojs.mo
weblate/locale/tlh/LC_MESSAGES/djangojs.po
weblate/locale/tok/LC_MESSAGES/django.mo
weblate/locale/tok/LC_MESSAGES/django.po
weblate/locale/tok/LC_MESSAGES/djangojs.mo
weblate/locale/tok/LC_MESSAGES/djangojs.po
weblate/locale/tr/LC_MESSAGES/django.mo
weblate/locale/tr/LC_MESSAGES/django.po
weblate/locale/tr/LC_MESSAGES/djangojs.mo
weblate/locale/tr/LC_MESSAGES/djangojs.po
weblate/locale/tt/LC_MESSAGES/django.mo
weblate/locale/tt/LC_MESSAGES/django.po
weblate/locale/tt/LC_MESSAGES/djangojs.mo
weblate/locale/tt/LC_MESSAGES/djangojs.po
weblate/locale/tzm/LC_MESSAGES/django.mo
weblate/locale/tzm/LC_MESSAGES/django.po
weblate/locale/tzm/LC_MESSAGES/djangojs.mo
weblate/locale/tzm/LC_MESSAGES/djangojs.po
weblate/locale/ug/LC_MESSAGES/django.mo
weblate/locale/ug/LC_MESSAGES/django.po
weblate/locale/ug/LC_MESSAGES/djangojs.mo
weblate/locale/ug/LC_MESSAGES/djangojs.po
weblate/locale/uk/LC_MESSAGES/django.mo
weblate/locale/uk/LC_MESSAGES/django.po
weblate/locale/uk/LC_MESSAGES/djangojs.mo
weblate/locale/uk/LC_MESSAGES/djangojs.po
weblate/locale/uz/LC_MESSAGES/django.mo
weblate/locale/uz/LC_MESSAGES/django.po
weblate/locale/uz/LC_MESSAGES/djangojs.mo
weblate/locale/uz/LC_MESSAGES/djangojs.po
weblate/locale/vi/LC_MESSAGES/django.mo
weblate/locale/vi/LC_MESSAGES/django.po
weblate/locale/vi/LC_MESSAGES/djangojs.mo
weblate/locale/vi/LC_MESSAGES/djangojs.po
weblate/locale/yue/LC_MESSAGES/django.mo
weblate/locale/yue/LC_MESSAGES/django.po
weblate/locale/yue/LC_MESSAGES/djangojs.mo
weblate/locale/yue/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hans/LC_MESSAGES/django.mo
weblate/locale/zh_Hans/LC_MESSAGES/django.po
weblate/locale/zh_Hans/LC_MESSAGES/djangojs.mo
weblate/locale/zh_Hans/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hant/LC_MESSAGES/django.mo
weblate/locale/zh_Hant/LC_MESSAGES/django.po
weblate/locale/zh_Hant/LC_MESSAGES/djangojs.mo
weblate/locale/zh_Hant/LC_MESSAGES/djangojs.po
weblate/machinery/__init__.py
weblate/machinery/apertium.py
weblate/machinery/apps.py
weblate/machinery/aws.py
weblate/machinery/baidu.py
weblate/machinery/base.py
weblate/machinery/deepl.py
weblate/machinery/dummy.py
weblate/machinery/forms.py
weblate/machinery/glosbe.py
weblate/machinery/google.py
weblate/machinery/googlev3.py
weblate/machinery/libretranslate.py
weblate/machinery/microsoft.py
weblate/machinery/microsoftterminology.py
weblate/machinery/models.py
weblate/machinery/modernmt.py
weblate/machinery/mymemory.py
weblate/machinery/netease.py
weblate/machinery/saptranslationhub.py
weblate/machinery/tests.py
weblate/machinery/tmserver.py
weblate/machinery/views.py
weblate/machinery/weblatetm.py
weblate/machinery/yandex.py
weblate/machinery/youdao.py
weblate/machinery/management/__init__.py
weblate/machinery/management/commands/__init__.py
weblate/machinery/management/commands/list_machinery.py
weblate/memory/__init__.py
weblate/memory/admin.py
weblate/memory/apps.py
weblate/memory/forms.py
weblate/memory/machine.py
weblate/memory/models.py
weblate/memory/tasks.py
weblate/memory/tests.py
weblate/memory/utils.py
weblate/memory/views.py
weblate/memory/management/__init__.py
weblate/memory/management/commands/__init__.py
weblate/memory/management/commands/dump_memory.py
weblate/memory/management/commands/import_memory.py
weblate/memory/migrations/0001_squashed_0006_memory_update.py
weblate/memory/migrations/0007_use_trigram.py
weblate/memory/migrations/0008_adjust_similarity.py
weblate/memory/migrations/0009_pg_index.py
weblate/memory/migrations/0010_auto_20210506_1439.py
weblate/memory/migrations/0011_alter_memory_options.py
weblate/memory/migrations/0012_remove_blank.py
weblate/memory/migrations/__init__.py
weblate/metrics/__init__.py
weblate/metrics/apps.py
weblate/metrics/models.py
weblate/metrics/tasks.py
weblate/metrics/tests.py
weblate/metrics/wrapper.py
weblate/metrics/migrations/0001_initial.py
weblate/metrics/migrations/0002_import_user_metrics.py
weblate/metrics/migrations/0003_fixup_non_unique.py
weblate/metrics/migrations/0004_auto_20210330_0633.py
weblate/metrics/migrations/0005_add_missing_user.py
weblate/metrics/migrations/0006_auto_20210331_1047.py
weblate/metrics/migrations/0007_auto_20210402_1205.py
weblate/metrics/migrations/0008_alter_metric_value.py
weblate/metrics/migrations/0009_alter_metric_name.py
weblate/metrics/migrations/0010_alter_metric_options.py
weblate/metrics/migrations/0011_metric_kind.py
weblate/metrics/migrations/0012_migrate_kind.py
weblate/metrics/migrations/0013_auto_20210930_1841.py
weblate/metrics/migrations/__init__.py
weblate/metrics/templatetags/__init__.py
weblate/metrics/templatetags/metrics.py
weblate/screenshots/__init__.py
weblate/screenshots/admin.py
weblate/screenshots/apps.py
weblate/screenshots/fields.py
weblate/screenshots/forms.py
weblate/screenshots/models.py
weblate/screenshots/tasks.py
weblate/screenshots/tests.py
weblate/screenshots/views.py
weblate/screenshots/migrations/0001_squashed_0006_remove_screenshot_sources.py
weblate/screenshots/migrations/0002_screenshot_translation.py
weblate/screenshots/migrations/0003_fill_translation.py
weblate/screenshots/migrations/0004_auto_20201002_1423.py
weblate/screenshots/migrations/0005_alter_screenshot_options.py
weblate/screenshots/migrations/__init__.py
weblate/static/docs.css
weblate/static/email-logo-footer.png
weblate/static/email-logo.png
weblate/static/favicon.ico
weblate/static/loader-bootstrap.js
weblate/static/logo-1024.png
weblate/static/logo-128.png
weblate/static/logo-16.png
weblate/static/logo-32.png
weblate/static/security.txt
weblate/static/style-bootstrap.css
weblate/static/weblate-128.png
weblate/static/weblate-144.png
weblate/static/weblate-150.png
weblate/static/weblate-180.png
weblate/static/weblate-192.png
weblate/static/weblate-24.png
weblate/static/weblate-32.png
weblate/static/weblate-512.png
weblate/static/weblate-80.png
weblate/static/weblate-black.svg
weblate/static/weblate.svg
weblate/static/zammad.js
weblate/static/access/0.svg
weblate/static/access/1.svg
weblate/static/access/100.svg
weblate/static/access/200.svg
weblate/static/auth/amazon.svg
weblate/static/auth/auth0.svg
weblate/static/auth/azure.svg
weblate/static/auth/bitbucket.svg
weblate/static/auth/email.svg
weblate/static/auth/facebook.svg
weblate/static/auth/fedora.svg
weblate/static/auth/github.svg
weblate/static/auth/gitlab.svg
weblate/static/auth/google.svg
weblate/static/auth/musicbrainz.svg
weblate/static/auth/opensuse.svg
weblate/static/auth/password.svg
weblate/static/auth/saml.svg
weblate/static/auth/stackoverflow.svg
weblate/static/auth/twitter.svg
weblate/static/auth/ubuntu.svg
weblate/static/editor/base.js
weblate/static/editor/full.js
weblate/static/editor/zen.js
weblate/static/icons/account-cancel.svg
weblate/static/icons/account.svg
weblate/static/icons/alert.svg
weblate/static/icons/bell.svg
weblate/static/icons/bug.svg
weblate/static/icons/cancel.svg
weblate/static/icons/check.svg
weblate/static/icons/clone.svg
weblate/static/icons/close.svg
weblate/static/icons/cloud-upload.svg
weblate/static/icons/cog.svg
weblate/static/icons/comment.svg
weblate/static/icons/compress.svg
weblate/static/icons/copy.svg
weblate/static/icons/dashboard.svg
weblate/static/icons/delete.svg
weblate/static/icons/domain.svg
weblate/static/icons/dots.svg
weblate/static/icons/download.svg
weblate/static/icons/email.svg
weblate/static/icons/eraser.svg
weblate/static/icons/error.svg
weblate/static/icons/eye.svg
weblate/static/icons/fast-forward.svg
weblate/static/icons/fediverse.svg
weblate/static/icons/flag.svg
weblate/static/icons/flash.svg
weblate/static/icons/folder-search-outline.svg
weblate/static/icons/github.svg
weblate/static/icons/glossary.svg
weblate/static/icons/info.svg
weblate/static/icons/language.svg
weblate/static/icons/liberapay.svg
weblate/static/icons/link.svg
weblate/static/icons/linkedin.svg
weblate/static/icons/loading.svg
weblate/static/icons/lock.svg
weblate/static/icons/magnify-plus-outline.svg
weblate/static/icons/magnify.svg
weblate/static/icons/map-marker.svg
weblate/static/icons/minus.svg
weblate/static/icons/page-first.svg
weblate/static/icons/page-last.svg
weblate/static/icons/page-next.svg
weblate/static/icons/page-previous.svg
weblate/static/icons/pencil-mini.svg
weblate/static/icons/pencil.svg
weblate/static/icons/plus-circle.svg
weblate/static/icons/plus.svg
weblate/static/icons/poll.svg
weblate/static/icons/project.svg
weblate/static/icons/refresh.svg
weblate/static/icons/rewind.svg
weblate/static/icons/rss.svg
weblate/static/icons/script.svg
weblate/static/icons/settings.svg
weblate/static/icons/sort-alphabetical.svg
weblate/static/icons/sort-ascending.svg
weblate/static/icons/sort-descending.svg
weblate/static/icons/source.svg
weblate/static/icons/spam.svg
weblate/static/icons/suggest.svg
weblate/static/icons/thumb-down.svg
weblate/static/icons/thumb-up.svg
weblate/static/icons/twitter.svg
weblate/static/icons/undo.svg
weblate/static/icons/variant.svg
weblate/static/icons/weblate.svg
weblate/static/icons/wrench.svg
weblate/static/sort/down.svg
weblate/static/sort/hover-down.svg
weblate/static/sort/hover-up.svg
weblate/static/sort/up.svg
weblate/static/state/admin.svg
weblate/static/state/alert.svg
weblate/static/state/ghost.svg
weblate/static/state/link.svg
weblate/static/state/lock.svg
weblate/static/state/share.svg
weblate/static/state/source.svg
weblate/static/state/update.svg
weblate/static/vendor/autosize.js
weblate/static/vendor/clipboard.js
weblate/static/vendor/jquery.js
weblate/static/vendor/js.cookie.js
weblate/static/vendor/modernizr.js
weblate/static/vendor/mousetrap-global-bind.js
weblate/static/vendor/mousetrap.js
weblate/static/vendor/multi.css
weblate/static/vendor/multi.js
weblate/static/vendor/sentry.js
weblate/static/vendor/slugify.js
weblate/static/vendor/tribute.js
weblate/static/vendor/bootstrap/config.json
weblate/static/vendor/bootstrap/css/bootstrap-datepicker3.css
weblate/static/vendor/bootstrap/css/bootstrap-rtl.css
weblate/static/vendor/bootstrap/css/bootstrap.css
weblate/static/vendor/bootstrap/js/bootstrap-datepicker.js
weblate/static/vendor/bootstrap/js/bootstrap.js
weblate/static/vendor/font-dejavu/DejaVuSans-Bold.ttf
weblate/static/vendor/font-dejavu/DejaVuSans.ttf
weblate/static/vendor/font-source/source-code-pro.css
weblate/static/vendor/font-source/source-sans-3.css
weblate/static/vendor/font-source/OTF/SourceCodePro-Bold.otf
weblate/static/vendor/font-source/OTF/SourceCodePro-Medium.otf
weblate/static/vendor/font-source/OTF/SourceCodePro-Regular.otf
weblate/static/vendor/font-source/OTF/SourceCodePro-Semibold.otf
weblate/static/vendor/font-source/TTF/SourceCodePro-Bold.ttf
weblate/static/vendor/font-source/TTF/SourceCodePro-Medium.ttf
weblate/static/vendor/font-source/TTF/SourceCodePro-Regular.ttf
weblate/static/vendor/font-source/TTF/SourceCodePro-Semibold.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-Black.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-Bold.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-BoldIt.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-ExtraLight.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-It.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-Light.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-Regular.ttf
weblate/static/vendor/font-source/TTF/SourceSans3-Semibold.ttf
weblate/static/vendor/font-source/WOFF/OTF/SourceCodePro-Bold.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceCodePro-Medium.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceCodePro-Regular.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceCodePro-Semibold.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-Black.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-Bold.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-BoldIt.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-ExtraLight.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-It.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-Light.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-Regular.otf.woff
weblate/static/vendor/font-source/WOFF/OTF/SourceSans3-Semibold.otf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceCodePro-Bold.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceCodePro-Medium.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceCodePro-Regular.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceCodePro-Semibold.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-Black.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-Bold.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-BoldIt.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-ExtraLight.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-It.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-Light.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-Regular.ttf.woff
weblate/static/vendor/font-source/WOFF/TTF/SourceSans3-Semibold.ttf.woff
weblate/static/vendor/font-source/WOFF2/OTF/SourceCodePro-Bold.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceCodePro-Medium.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceCodePro-Regular.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceCodePro-Semibold.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-Black.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-Bold.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-BoldIt.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-ExtraLight.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-It.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-Light.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-Regular.otf.woff2
weblate/static/vendor/font-source/WOFF2/OTF/SourceSans3-Semibold.otf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceCodePro-Bold.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceCodePro-Medium.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceCodePro-Regular.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceCodePro-Semibold.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-Black.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-Bold.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-It.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-Light.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-Regular.ttf.woff2
weblate/static/vendor/font-source/WOFF2/TTF/SourceSans3-Semibold.ttf.woff2
weblate/static/vendor/prism/prism-core.js
weblate/static/vendor/prism/prism-icu-message-format.js
weblate/static/vendor/prism/prism-markdown.js
weblate/static/vendor/prism/prism-markup.js
weblate/static/vendor/prism/prism-rest.js
weblate/static/widget-images/287x66-black.png
weblate/static/widget-images/287x66-grey.png
weblate/static/widget-images/287x66-white.png
weblate/static/widget-images/88x31-black.png
weblate/static/widget-images/88x31-grey.png
weblate/static/widget-images/88x31-white.png
weblate/static/widget-images/open-graph.png
weblate/templates/.translate.html.swn
weblate/templates/400.html
weblate/templates/403.html
weblate/templates/403_csrf.html
weblate/templates/404.html
weblate/templates/500.html
weblate/templates/base.html
weblate/templates/browse.html
weblate/templates/browserconfig.xml
weblate/templates/check.html
weblate/templates/check_component.html
weblate/templates/check_project.html
weblate/templates/checks.html
weblate/templates/component-list.html
weblate/templates/component-progress.html
weblate/templates/component-settings.html
weblate/templates/component.html
weblate/templates/contributor-agreement.html
weblate/templates/data.html
weblate/templates/documentation-icon.html
weblate/templates/engage.html
weblate/templates/footer.html
weblate/templates/guide.html
weblate/templates/i18n.html
weblate/templates/language-project.html
weblate/templates/language.html
weblate/templates/languages.html
weblate/templates/last-changes-content.html
weblate/templates/list-comments.html
weblate/templates/list-projects.html
weblate/templates/matrix-table.html
weblate/templates/matrix.html
weblate/templates/message.html
weblate/templates/new-language.html
weblate/templates/paginator.html
weblate/templates/project-label-edit.html
weblate/templates/project-labels.html
weblate/templates/project-settings.html
weblate/templates/project.html
weblate/templates/projects.html
weblate/templates/ratelimit.html
weblate/templates/replace.html
weblate/templates/robots.txt
weblate/templates/search.html
weblate/templates/site.webmanifest
weblate/templates/translate.html
weblate/templates/translation.html
weblate/templates/widgets.html
weblate/templates/zen-response.html
weblate/templates/zen-units.html
weblate/templates/zen.html
weblate/templates/about/index.html
weblate/templates/about/keys.html
weblate/templates/about/stats.html
weblate/templates/accounts/confirm.html
weblate/templates/accounts/contact.html
weblate/templates/accounts/email-sent.html
weblate/templates/accounts/email.html
weblate/templates/accounts/hosting.html
weblate/templates/accounts/login.html
weblate/templates/accounts/password-warning.html
weblate/templates/accounts/password.html
weblate/templates/accounts/profile.html
weblate/templates/accounts/redirect.html
weblate/templates/accounts/register.html
weblate/templates/accounts/removal.html
weblate/templates/accounts/reset.html
weblate/templates/accounts/token.html
weblate/templates/accounts/trial.html
weblate/templates/accounts/user.html
weblate/templates/addons/addon_detail.html
weblate/templates/addons/addon_head.html
weblate/templates/addons/addon_list.html
weblate/templates/addons/cdnjs.html
weblate/templates/addons/discovery_help.html
weblate/templates/addons/discovery_preview.html
weblate/templates/addons/generate_help.html
weblate/templates/addons/generatemo_help.html
weblate/templates/addons/pseudolocale.html
weblate/templates/addons/squash_help.html
weblate/templates/addons/js/weblate-code.js
weblate/templates/addons/js/weblate.js
weblate/templates/billing/detail.html
weblate/templates/billing/list.html
weblate/templates/billing/overview.html
weblate/templates/billing/state-snippet.html
weblate/templates/billing/status.html
weblate/templates/billing/used.html
weblate/templates/bootstrap3/field.html
weblate/templates/bootstrap3/layout/checkboxselectmultiple.html
weblate/templates/bootstrap3/layout/help_text.html
weblate/templates/bootstrap3/layout/inline_field.html
weblate/templates/bootstrap3/layout/radioselect.html
weblate/templates/bootstrap3/layout/radioselect_access.html
weblate/templates/configuration/custom.css
weblate/templates/dashboard/anonymous.html
weblate/templates/dashboard/user.html
weblate/templates/fonts/font_detail.html
weblate/templates/fonts/font_list.html
weblate/templates/fonts/fontgroup_detail.html
weblate/templates/js/git-status.html
weblate/templates/js/matomo.js
weblate/templates/js/translations.html
weblate/templates/lang/create.html
weblate/templates/lang/language_form.html
weblate/templates/lang/plural_form.html
weblate/templates/layout/pills.html
weblate/templates/machinery/detail.html
weblate/templates/machinery/edit.html
weblate/templates/machinery/list.html
weblate/templates/mail/account_activity.html
weblate/templates/mail/account_activity_subject.txt
weblate/templates/mail/activation.html
weblate/templates/mail/activation_subject.txt
weblate/templates/mail/approved_string.html
weblate/templates/mail/approved_string_subject.txt
weblate/templates/mail/base.html
weblate/templates/mail/billing_check.html
weblate/templates/mail/billing_check_subject.txt
weblate/templates/mail/billing_expired.html
weblate/templates/mail/billing_expired_subject.txt
weblate/templates/mail/changed_translation.html
weblate/templates/mail/changed_translation_subject.txt
weblate/templates/mail/component_license.html
weblate/templates/mail/component_license_subject.txt
weblate/templates/mail/component_lock.html
weblate/templates/mail/component_lock_subject.txt
weblate/templates/mail/digest.html
weblate/templates/mail/digest_subject.txt
weblate/templates/mail/invite.html
weblate/templates/mail/invite_subject.txt
weblate/templates/mail/new_alert.html
weblate/templates/mail/new_alert_subject.txt
weblate/templates/mail/new_announcement.html
weblate/templates/mail/new_announcement_subject.txt
weblate/templates/mail/new_comment.html
weblate/templates/mail/new_comment_subject.txt
weblate/templates/mail/new_component.html
weblate/templates/mail/new_component_subject.txt
weblate/templates/mail/new_contributor.html
weblate/templates/mail/new_contributor_subject.txt
weblate/templates/mail/new_language.html
weblate/templates/mail/new_language_subject.txt
weblate/templates/mail/new_string.html
weblate/templates/mail/new_string_subject.txt
weblate/templates/mail/new_suggestion.html
weblate/templates/mail/new_suggestion_subject.txt
weblate/templates/mail/parse_error.html
weblate/templates/mail/parse_error_subject.txt
weblate/templates/mail/pending_suggestions.html
weblate/templates/mail/pending_suggestions_subject.txt
weblate/templates/mail/remove.html
weblate/templates/mail/remove_subject.txt
weblate/templates/mail/repository_error.html
weblate/templates/mail/repository_error_subject.txt
weblate/templates/mail/repository_operation.html
weblate/templates/mail/repository_operation_subject.txt
weblate/templates/mail/reset-nonexisting.html
weblate/templates/mail/reset-nonexisting_subject.txt
weblate/templates/mail/reset.html
weblate/templates/mail/reset_subject.txt
weblate/templates/mail/shared-activity.html
weblate/templates/mail/shared-registration.html
weblate/templates/mail/style.css
weblate/templates/mail/todo_strings.html
weblate/templates/mail/todo_strings_subject.txt
weblate/templates/mail/translated_string.html
weblate/templates/mail/translated_string_subject.txt
weblate/templates/mail/snippets/source-string.html
weblate/templates/mail/snippets/stats.html
weblate/templates/mail/snippets/unit-screenshots.html
weblate/templates/manage/alerts.html
weblate/templates/manage/appearance.html
weblate/templates/manage/backups.html
weblate/templates/manage/billing.html
weblate/templates/manage/group.html
weblate/templates/manage/groups.html
weblate/templates/manage/index.html
weblate/templates/manage/performance.html
weblate/templates/manage/repos.html
weblate/templates/manage/ssh.html
weblate/templates/manage/tools.html
weblate/templates/manage/users.html
weblate/templates/manage/snippets/activation-form.html
weblate/templates/manage/snippets/backup-credentials.html
weblate/templates/memory/dump.tmx
weblate/templates/memory/index.html
weblate/templates/rest_framework/api.html
weblate/templates/screenshots/screenshot_detail.html
weblate/templates/screenshots/screenshot_list.html
weblate/templates/screenshots/screenshot_show.html
weblate/templates/screenshots/screenshot_sources_body.html
weblate/templates/screenshots/screenshot_sources_body_actions.html
weblate/templates/screenshots/screenshot_sources_search.html
weblate/templates/screenshots/screenshot_sources_search_actions.html
weblate/templates/snippets/about.html
weblate/templates/snippets/activity.html
weblate/templates/snippets/billing-failure.html
weblate/templates/snippets/branding.html
weblate/templates/snippets/bulk-help.html
weblate/templates/snippets/component-breadcrumb.html
weblate/templates/snippets/component-glossary-badge.html
weblate/templates/snippets/editor.html
weblate/templates/snippets/embed-units-clone.html
weblate/templates/snippets/embed-units.html
weblate/templates/snippets/format-translation.html
weblate/templates/snippets/git-info.html
weblate/templates/snippets/glossary-badge.html
weblate/templates/snippets/glossary.html
weblate/templates/snippets/info.html
weblate/templates/snippets/labels_description.html
weblate/templates/snippets/libre-basic.html
weblate/templates/snippets/libre-checklist.html
weblate/templates/snippets/list-objects-number.html
weblate/templates/snippets/list-objects-percent.html
weblate/templates/snippets/list-objects.html
weblate/templates/snippets/login-info.html
weblate/templates/snippets/menu.html
weblate/templates/snippets/meta-css.html
weblate/templates/snippets/note-badge.html
weblate/templates/snippets/plural-formula.html
weblate/templates/snippets/position-field.html
weblate/templates/snippets/progress.html
weblate/templates/snippets/project-component-settings.html
weblate/templates/snippets/query-builder.html
weblate/templates/snippets/query-field.html
weblate/templates/snippets/replace-help.html
weblate/templates/snippets/search-form.html
weblate/templates/snippets/sort-field.html
weblate/templates/snippets/ssh-key.html
weblate/templates/snippets/suggestions.html
weblate/templates/snippets/title.html
weblate/templates/snippets/translation-breadcrumb.html
weblate/templates/snippets/unit-readonly-badge.html
weblate/templates/snippets/user-list.html
weblate/templates/snippets/user-query-field.html
weblate/templates/snippets/user-sort-field.html
weblate/templates/snippets/watch-dropdown.html
weblate/templates/snippets/component/contributor-agreement.html
weblate/templates/snippets/component/lock.html
weblate/templates/snippets/component/state.html
weblate/templates/snippets/project/billing-libre-trial.html
weblate/templates/snippets/project/billing-trial.html
weblate/templates/snippets/project/state.html
weblate/templates/svg/badge.svg
weblate/templates/svg/multi-language-badge-horizontal.svg
weblate/templates/svg/multi-language-badge.svg
weblate/templates/svg/style.svg
weblate/templates/trans/backups.html
weblate/templates/trans/change_list.html
weblate/templates/trans/component_create.html
weblate/templates/trans/component_form.html
weblate/templates/trans/delete-component.html
weblate/templates/trans/delete-form.html
weblate/templates/trans/delete-project-language.html
weblate/templates/trans/delete-project.html
weblate/templates/trans/delete-translation.html
weblate/templates/trans/discover-choice.html
weblate/templates/trans/embed-alert.html
weblate/templates/trans/merge_instructions.html
weblate/templates/trans/messages_help.html
weblate/templates/trans/other-row.html
weblate/templates/trans/project-access-row.html
weblate/templates/trans/project-access.html
weblate/templates/trans/project_form.html
weblate/templates/trans/project_import.html
weblate/templates/trans/project_import_info.html
weblate/templates/trans/projecttoken-created.html
weblate/templates/trans/repo_help.html
weblate/templates/trans/suggestion_list.html
weblate/templates/trans/alert/addonscripterror.html
weblate/templates/trans/alert/ambiguouslanguage.html
weblate/templates/trans/alert/billinglimit.html
weblate/templates/trans/alert/brokenbrowserurl.html
weblate/templates/trans/alert/brokenprojecturl.html
weblate/templates/trans/alert/cdnaddonerror.html
weblate/templates/trans/alert/duplicatefilemask.html
weblate/templates/trans/alert/duplicatelanguage.html
weblate/templates/trans/alert/duplicatestring.html
weblate/templates/trans/alert/inexistantfiles.html
weblate/templates/trans/alert/mergefailure.html
weblate/templates/trans/alert/missinglicense.html
weblate/templates/trans/alert/monolingualtranslation.html
weblate/templates/trans/alert/msgmergeaddonerror.html
weblate/templates/trans/alert/nolibreconditions.html
weblate/templates/trans/alert/nomaskmatches.html
weblate/templates/trans/alert/occurrences-limit.html
weblate/templates/trans/alert/parseerror.html
weblate/templates/trans/alert/pushfailure.html
weblate/templates/trans/alert/repositorychanges.html
weblate/templates/trans/alert/repositoryoutdated.html
weblate/templates/trans/alert/unsupportedconfiguration.html
weblate/templates/trans/alert/unusedenforcedcheck.html
weblate/templates/trans/alert/unusedscreenshot.html
weblate/templates/trans/alert/updatefailure.html
weblate/templates/trans/guide/addon.html
weblate/templates/weblate_auth/user_list.html
weblate/trans/__init__.py
weblate/trans/admin.py
weblate/trans/apps.py
weblate/trans/autotranslate.py
weblate/trans/backups.py
weblate/trans/bulk.py
weblate/trans/checklists.py
weblate/trans/context_processors.py
weblate/trans/debug.py
weblate/trans/defines.py
weblate/trans/discovery.py
weblate/trans/exceptions.py
weblate/trans/feeds.py
weblate/trans/fields.py
weblate/trans/filter.py
weblate/trans/forms.py
weblate/trans/guide.py
weblate/trans/mixins.py
weblate/trans/signals.py
weblate/trans/specialchars.py
weblate/trans/stats.py
weblate/trans/tasks.py
weblate/trans/util.py
weblate/trans/validators.py
weblate/trans/widgets.py
weblate/trans/autofixes/__init__.py
weblate/trans/autofixes/base.py
weblate/trans/autofixes/chars.py
weblate/trans/autofixes/custom.py
weblate/trans/autofixes/html.py
weblate/trans/autofixes/whitespace.py
weblate/trans/fixtures/simple-project.json
weblate/trans/management/__init__.py
weblate/trans/management/commands/__init__.py
weblate/trans/management/commands/add_suggestions.py
weblate/trans/management/commands/auto_translate.py
weblate/trans/management/commands/benchmark.py
weblate/trans/management/commands/checkgit.py
weblate/trans/management/commands/cleanuptrans.py
weblate/trans/management/commands/commit_pending.py
weblate/trans/management/commands/commitgit.py
weblate/trans/management/commands/import_demo.py
weblate/trans/management/commands/import_json.py
weblate/trans/management/commands/import_project.py
weblate/trans/management/commands/list_translators.py
weblate/trans/management/commands/list_versions.py
weblate/trans/management/commands/loadpo.py
weblate/trans/management/commands/lock_translation.py
weblate/trans/management/commands/pushgit.py
weblate/trans/management/commands/unlock_translation.py
weblate/trans/management/commands/updategit.py
weblate/trans/migrations/0001_squashed_0074_fix_broken_browser_alert.py
weblate/trans/migrations/0075_auto_20200501_1428.py
weblate/trans/migrations/0076_comment_userdetails.py
weblate/trans/migrations/0077_auto_20200513_1512.py
weblate/trans/migrations/0078_auto_20200515_0729.py
weblate/trans/migrations/0079_auto_20200519_1436.py
weblate/trans/migrations/0080_auto_20200522_0909.py
weblate/trans/migrations/0081_announcement_notify.py
weblate/trans/migrations/0082_component_push_branch.py
weblate/trans/migrations/0083_component_restricted.py
weblate/trans/migrations/0084_auto_20200605_0648.py
weblate/trans/migrations/0085_change_glossary_term.py
weblate/trans/migrations/0086_auto_20200609_1134.py
weblate/trans/migrations/0087_auto_20200615_0747.py
weblate/trans/migrations/0088_component_auto_lock_error.py
weblate/trans/migrations/0089_auto_20200630_1321.py
weblate/trans/migrations/0090_alert_updated.py
weblate/trans/migrations/0091_json_key.py
weblate/trans/migrations/0092_alert_dismissed.py
weblate/trans/migrations/0093_auto_20200730_1432.py
weblate/trans/migrations/0094_project_language_aliases.py
weblate/trans/migrations/0095_fix_json_units.py
weblate/trans/migrations/0096_fix_enforced_checks.py
weblate/trans/migrations/0097_component_source_language.py
weblate/trans/migrations/0098_move_source_language.py
weblate/trans/migrations/0099_remove_project_source_language.py
weblate/trans/migrations/0100_auto_20200912_1131.py
weblate/trans/migrations/0101_fix_rename_changes.py
weblate/trans/migrations/0102_unit_source_unit.py
weblate/trans/migrations/0103_update_source_unit.py
weblate/trans/migrations/0104_update_source_unit_source.py
weblate/trans/migrations/0105_auto_20201006_1254.py
weblate/trans/migrations/0106_remove_unit_content_hash.py
weblate/trans/migrations/0107_component_links.py
weblate/trans/migrations/0108_move_mailing.py
weblate/trans/migrations/0109_remove_project_mail.py
weblate/trans/migrations/0110_auto_20210120_0845.py
weblate/trans/migrations/0111_index_explanation.py
weblate/trans/migrations/0112_component_new_unit.py
weblate/trans/migrations/0113_component_new_unit.py
weblate/trans/migrations/0114_auto_20210129_1239.py
weblate/trans/migrations/0115_auto_20210201_1305.py
weblate/trans/migrations/0116_migrate_glossaries.py
weblate/trans/migrations/0117_remove_change_glossary_term.py
weblate/trans/migrations/0118_fixup_glossary_changes.py
weblate/trans/migrations/0119_auto_20210206_1141.py
weblate/trans/migrations/0120_glossary_name.py
weblate/trans/migrations/0121_remove_component_glossary_name.py
weblate/trans/migrations/0122_auto_20210228_1846.py
weblate/trans/migrations/0123_fix_enforced_checks.py
weblate/trans/migrations/0124_glossary_new_lang.py
weblate/trans/migrations/0125_unit_details.py
weblate/trans/migrations/0126_auto_20210312_1348.py
weblate/trans/migrations/0127_fix_source_glossary.py
weblate/trans/migrations/0128_fix_pending_read_only.py
weblate/trans/migrations/0129_auto_20210319_1419.py
weblate/trans/migrations/0130_glossary_target.py
weblate/trans/migrations/0131_alter_unit_index_together.py
weblate/trans/migrations/0132_alter_unit_state.py
weblate/trans/migrations/0133_glossary_missing_files.py
weblate/trans/migrations/0134_component_remote_revision.py
weblate/trans/migrations/0135_component_local_revision.py
weblate/trans/migrations/0136_auto_20210611_0731.py
weblate/trans/migrations/0137_alter_project_language_aliases.py
weblate/trans/migrations/0138_alter_component_report_source_bugs.py
weblate/trans/migrations/0139_alter_component_repoweb.py
weblate/trans/migrations/0140_fix_commit_age.py
weblate/trans/migrations/0141_alter_component_commit_pending_age.py
weblate/trans/migrations/0142_projecttoken.py
weblate/trans/migrations/0143_alter_unit_labels.py
weblate/trans/migrations/0144_projecttoken_user.py
weblate/trans/migrations/0145_alter_change_action.py
weblate/trans/migrations/0146_alter_component_merge_style.py
weblate/trans/migrations/0147_delete_projecttoken.py
weblate/trans/migrations/0148_alter_component_language_code_style.py
weblate/trans/migrations/0149_component_pull_message.py
weblate/trans/migrations/0150_convert_context.py
weblate/trans/migrations/0151_project_machinery_settings.py
weblate/trans/migrations/0152_alter_change_action.py
weblate/trans/migrations/0153_rename_java_language.py
weblate/trans/migrations/0154_alter_component_language_code_style.py
weblate/trans/migrations/0155_java_format.py
weblate/trans/migrations/0156_alter_change_action.py
weblate/trans/migrations/0157_alter_alert_details_alter_component_enforced_checks.py
weblate/trans/migrations/__init__.py
weblate/trans/models/__init__.py
weblate/trans/models/_conf.py
weblate/trans/models/agreement.py
weblate/trans/models/alert.py
weblate/trans/models/announcement.py
weblate/trans/models/change.py
weblate/trans/models/comment.py
weblate/trans/models/component.py
weblate/trans/models/componentlist.py
weblate/trans/models/label.py
weblate/trans/models/project.py
weblate/trans/models/suggestion.py
weblate/trans/models/translation.py
weblate/trans/models/unit.py
weblate/trans/models/variant.py
weblate/trans/templatetags/__init__.py
weblate/trans/templatetags/translations.py
weblate/trans/tests/__init__.py
weblate/trans/tests/test_acl.py
weblate/trans/tests/test_agreement.py
weblate/trans/tests/test_alert.py
weblate/trans/tests/test_autofix.py
weblate/trans/tests/test_autotranslate.py
weblate/trans/tests/test_backups.py
weblate/trans/tests/test_basic_views.py
weblate/trans/tests/test_changes.py
weblate/trans/tests/test_charts.py
weblate/trans/tests/test_commands.py
weblate/trans/tests/test_comment.py
weblate/trans/tests/test_component.py
weblate/trans/tests/test_create.py
weblate/trans/tests/test_dashboard.py
weblate/trans/tests/test_debug.py
weblate/trans/tests/test_discovery.py
weblate/trans/tests/test_edit.py
weblate/trans/tests/test_exports.py
weblate/trans/tests/test_files.py
weblate/trans/tests/test_git_views.py
weblate/trans/tests/test_hooks.py
weblate/trans/tests/test_js_views.py
weblate/trans/tests/test_labels.py
weblate/trans/tests/test_lock.py
weblate/trans/tests/test_manage.py
weblate/trans/tests/test_models.py
weblate/trans/tests/test_newlang.py
weblate/trans/tests/test_projecttoken.py
weblate/trans/tests/test_remote.py
weblate/trans/tests/test_reports.py
weblate/trans/tests/test_review.py
weblate/trans/tests/test_search.py
weblate/trans/tests/test_selenium.py
weblate/trans/tests/test_settings.py
weblate/trans/tests/test_sitemaps.py
weblate/trans/tests/test_sort.py
weblate/trans/tests/test_specialchars.py
weblate/trans/tests/test_suggestions.py
weblate/trans/tests/test_tasks.py
weblate/trans/tests/test_templatetags.py
weblate/trans/tests/test_util.py
weblate/trans/tests/test_variants.py
weblate/trans/tests/test_views.py
weblate/trans/tests/test_widgets.py
weblate/trans/tests/test_xliff_placeholders.py
weblate/trans/tests/utils.py
weblate/trans/tests/data/XWikiFullPage.xml
weblate/trans/tests/data/XWikiFullPageSource.xml
weblate/trans/tests/data/XWikiPageProperties.xml
weblate/trans/tests/data/XWikiPagePropertiesSource.xml
weblate/trans/tests/data/components-invalid.json
weblate/trans/tests/data/components.json
weblate/trans/tests/data/cs-CZ.rc
weblate/trans/tests/data/cs-badplurals.po
weblate/trans/tests/data/cs-bom.po
weblate/trans/tests/data/cs-flat.xml
weblate/trans/tests/data/cs-fuzzy.po
weblate/trans/tests/data/cs-mono.csv
weblate/trans/tests/data/cs-mono.xlsx
weblate/trans/tests/data/cs-nested.json
weblate/trans/tests/data/cs-quotes-escaped.csv
weblate/trans/tests/data/cs-quotes.csv
weblate/trans/tests/data/cs-webext.json
weblate/trans/tests/data/cs.csv
weblate/trans/tests/data/cs.dtd
weblate/trans/tests/data/cs.ftl
weblate/trans/tests/data/cs.html
weblate/trans/tests/data/cs.ini
weblate/trans/tests/data/cs.joomla.ini
weblate/trans/tests/data/cs.json
weblate/trans/tests/data/cs.mo
weblate/trans/tests/data/cs.odt
weblate/trans/tests/data/cs.php
weblate/trans/tests/data/cs.po
weblate/trans/tests/data/cs.poxliff
weblate/trans/tests/data/cs.pyml
weblate/trans/tests/data/cs.resx
weblate/trans/tests/data/cs.ryml
weblate/trans/tests/data/cs.stringsdict
weblate/trans/tests/data/cs.tbx
weblate/trans/tests/data/cs.ts
weblate/trans/tests/data/cs.txt
weblate/trans/tests/data/cs.xaml
weblate/trans/tests/data/cs.xliff
weblate/trans/tests/data/cs.xlsx
weblate/trans/tests/data/en.i18next.json
weblate/trans/tests/data/en.idml
weblate/trans/tests/data/fr-multi-mono.csv
weblate/trans/tests/data/fr-multi.csv
weblate/trans/tests/data/googlev3.json
weblate/trans/tests/data/gwt.properties
weblate/trans/tests/data/he-cldr.po
weblate/trans/tests/data/he-custom.po
weblate/trans/tests/data/he-simple.po
weblate/trans/tests/data/he-three.po
weblate/trans/tests/data/hello-charset.pot
weblate/trans/tests/data/hello.pot
weblate/trans/tests/data/ids-edited.xliff
weblate/trans/tests/data/ids-translated.xliff
weblate/trans/tests/data/ids.xliff
weblate/trans/tests/data/invalid.zip
weblate/trans/tests/data/ja.xlsx
weblate/trans/tests/data/known_hosts
weblate/trans/tests/data/lab
weblate/trans/tests/data/laravel.php
weblate/trans/tests/data/memory-broken.json
weblate/trans/tests/data/memory-empty.json
weblate/trans/tests/data/memory-invalid.json
weblate/trans/tests/data/memory.json
weblate/trans/tests/data/memory.tmx
weblate/trans/tests/data/memory2.tmx
weblate/trans/tests/data/microsoftterminology.wsdl
weblate/trans/tests/data/microsoftterminology.wsdl.wsdl0
weblate/trans/tests/data/microsoftterminology.wsdl.xsd0
weblate/trans/tests/data/microsoftterminology.wsdl.xsd1
weblate/trans/tests/data/microsoftterminology.wsdl.xsd2
weblate/trans/tests/data/microsoftterminology.wsdl.xsd3
weblate/trans/tests/data/placeholder-mrk.xliff
weblate/trans/tests/data/placeholder-x.xliff
weblate/trans/tests/data/projectbackup-4.14.zip
weblate/trans/tests/data/pypi.json
weblate/trans/tests/data/saml.crt
weblate/trans/tests/data/saml.key
weblate/trans/tests/data/screenshot.png
weblate/trans/tests/data/short_description.txt
weblate/trans/tests/data/ssh-keyscan
weblate/trans/tests/data/strings-cs.xml
weblate/trans/tests/data/strings.xml
weblate/trans/tests/data/swing.properties
weblate/trans/tests/data/terms-header.csv
weblate/trans/tests/data/terms.csv
weblate/trans/tests/data/terms.po
weblate/trans/tests/data/terms.tbx
weblate/trans/tests/data/test-base-repo.git.tar
weblate/trans/tests/data/test-base-repo.hg.tar
weblate/trans/tests/data/test-base-repo.svn.tar
weblate/trans/tests/data/translations.zip
weblate/trans/tests/data/unicode.pot
weblate/trans/tests/data/userdata.json
weblate/trans/tests/data/users-django.json
weblate/trans/tests/data/users-empty.json
weblate/trans/tests/data/users-invalid.json
weblate/trans/tests/data/users.json
weblate/trans/tests/data/xwiki.properties
weblate/trans/tests/data/xwiki_new_language.properties
weblate/trans/views/__init__.py
weblate/trans/views/about.py
weblate/trans/views/acl.py
weblate/trans/views/agreement.py
weblate/trans/views/api.py
weblate/trans/views/basic.py
weblate/trans/views/changes.py
weblate/trans/views/charts.py
weblate/trans/views/create.py
weblate/trans/views/dashboard.py
weblate/trans/views/edit.py
weblate/trans/views/error.py
weblate/trans/views/files.py
weblate/trans/views/git.py
weblate/trans/views/hooks.py
weblate/trans/views/js.py
weblate/trans/views/labels.py
weblate/trans/views/lock.py
weblate/trans/views/reports.py
weblate/trans/views/search.py
weblate/trans/views/settings.py
weblate/trans/views/source.py
weblate/trans/views/widgets.py
weblate/utils/__init__.py
weblate/utils/antispam.py
weblate/utils/apps.py
weblate/utils/backup.py
weblate/utils/celery.py
weblate/utils/checks.py
weblate/utils/classloader.py
weblate/utils/colors.py
weblate/utils/data.py
weblate/utils/db.py
weblate/utils/decorators.py
weblate/utils/django_hacks.py
weblate/utils/docs.py
weblate/utils/environment.py
weblate/utils/errors.py
weblate/utils/fields.py
weblate/utils/files.py
weblate/utils/forms.py
weblate/utils/generate_secret_key.py
weblate/utils/hash.py
weblate/utils/html.py
weblate/utils/licensedata.py
weblate/utils/licenses.py
weblate/utils/locale.py
weblate/utils/lock.py
weblate/utils/markdown.py
weblate/utils/messages.py
weblate/utils/models.py
weblate/utils/ratelimit.py
weblate/utils/render.py
weblate/utils/request.py
weblate/utils/requests.py
weblate/utils/requirements.py
weblate/utils/search.py
weblate/utils/site.py
weblate/utils/state.py
weblate/utils/stats.py
weblate/utils/tasks.py
weblate/utils/token.py
weblate/utils/translation.py
weblate/utils/unittest.py
weblate/utils/urls.py
weblate/utils/validators.py
weblate/utils/version.py
weblate/utils/views.py
weblate/utils/xml.py
weblate/utils/management/__init__.py
weblate/utils/management/base.py
weblate/utils/management/commands/__init__.py
weblate/utils/management/commands/celery_queues.py
weblate/utils/management/commands/cleanup_celery.py
weblate/utils/management/commands/compilemessages.py
weblate/utils/management/commands/ensure_stats.py
weblate/utils/management/commands/makemessages.py
weblate/utils/management/commands/sentry_deploy.py
weblate/utils/migrations/0001_alter_role.py
weblate/utils/migrations/__init__.py
weblate/utils/templatetags/__init__.py
weblate/utils/templatetags/icons.py
weblate/utils/templatetags/safe_render.py
weblate/utils/tests/__init__.py
weblate/utils/tests/test_antispam.py
weblate/utils/tests/test_backup.py
weblate/utils/tests/test_checks.py
weblate/utils/tests/test_classloader.py
weblate/utils/tests/test_commands.py
weblate/utils/tests/test_db.py
weblate/utils/tests/test_environment.py
weblate/utils/tests/test_files.py
weblate/utils/tests/test_hash.py
weblate/utils/tests/test_html.py
weblate/utils/tests/test_markdown.py
weblate/utils/tests/test_middleware.py
weblate/utils/tests/test_ratelimit.py
weblate/utils/tests/test_render.py
weblate/utils/tests/test_request.py
weblate/utils/tests/test_search.py
weblate/utils/tests/test_validators.py
weblate/utils/tests/test_version.py
weblate/utils/tests/test_views.py
weblate/vcs/__init__.py
weblate/vcs/apps.py
weblate/vcs/base.py
weblate/vcs/git.py
weblate/vcs/gpg.py
weblate/vcs/mercurial.py
weblate/vcs/models.py
weblate/vcs/ssh.py
weblate/vcs/management/__init__.py
weblate/vcs/management/commands/__init__.py
weblate/vcs/management/commands/cleanup_ssh_keys.py
weblate/vcs/migrations/0001_cleanup_ssh_hosts.py
weblate/vcs/migrations/__init__.py
weblate/vcs/tests/__init__.py
weblate/vcs/tests/test_gpg.py
weblate/vcs/tests/test_ssh.py
weblate/vcs/tests/test_vcs.py
weblate/wladmin/__init__.py
weblate/wladmin/apps.py
weblate/wladmin/forms.py
weblate/wladmin/middleware.py
weblate/wladmin/models.py
weblate/wladmin/sites.py
weblate/wladmin/tasks.py
weblate/wladmin/tests.py
weblate/wladmin/views.py
weblate/wladmin/migrations/0001_squashed_0008_auto_20191011_0816.py
weblate/wladmin/migrations/0002_supportstatus_discoverable.py
weblate/wladmin/migrations/0003_auto_20210512_1955.py
weblate/wladmin/migrations/0004_alter_backupservice_repository.py
weblate/wladmin/migrations/0005_alter_backuplog_event.py
weblate/wladmin/migrations/__init__.py
weblate/wladmin/templates/admin/base.html
weblate/wladmin/templates/admin/logout-confirm.html
weblate/wladmin/templates/admin/weblate-index.html
weblate/wladmin/templates/admin/permissions/change_form.html
weblate/wladmin/templates/admin/trans/change_form.html
weblate/wladmin/templates/wladmin/delete_confirmation.html
weblate/wladmin/templates/wladmin/delete_selected_confirmation.html
weblate/wladmin/templatetags/__init__.py
weblate/wladmin/templatetags/check_links.py