BACKERS.rst
ChangeLog
LICENSE
MANIFEST.in
README.rst
SECURITY.md
manage.py
pyproject.toml
setup.py
weblate/__init__.py
weblate/logger.py
weblate/middleware.py
weblate/models.py
weblate/py.typed
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.egg-info/PKG-INFO
weblate.egg-info/SOURCES.txt
weblate.egg-info/dependency_links.txt
weblate.egg-info/entry_points.txt
weblate.egg-info/not-zip-safe
weblate.egg-info/requires.txt
weblate.egg-info/top_level.txt
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/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/types.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_weblate_5.py
weblate/accounts/migrations/0002_new_string_notification.py
weblate/accounts/migrations/0003_alter_auditlog_activity.py
weblate/accounts/migrations/0004_alter_profile_twitter.py
weblate/accounts/migrations/0005_verifiedemail_accounts_verifiedemail_email.py
weblate/accounts/migrations/0006_alter_auditlog_activity.py
weblate/accounts/migrations/0007_alter_profile_codesite_alter_profile_fediverse_and_more.py
weblate/accounts/migrations/0008_alter_auditlog_activity.py
weblate/accounts/migrations/0009_alter_profile_dashboard_view.py
weblate/accounts/migrations/0010_alter_subscription_notification.py
weblate/accounts/migrations/0011_alter_subscription_notification.py
weblate/accounts/migrations/0012_alter_auditlog_activity_profile_last_2fa.py
weblate/accounts/migrations/0013_bot_notifications.py
weblate/accounts/migrations/0014_alter_subscription_unique_together_and_more.py
weblate/accounts/migrations/0015_alter_auditlog_activity.py
weblate/accounts/migrations/0016_profile_contact.py
weblate/accounts/migrations/0017_profile_contribute_personal_tm.py
weblate/accounts/migrations/0018_alter_profile_dashboard_view.py
weblate/accounts/migrations/0019_alter_auditlog_activity.py
weblate/accounts/migrations/0020_alter_auditlog_activity.py
weblate/accounts/migrations/0021_audit_address.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_models.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_templatetags.py
weblate/accounts/tests/test_twofactor.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/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/webhooks.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_weblate_5.py
weblate/addons/migrations/0002_remove_addon_project_scope_addon_project_and_more.py
weblate/addons/migrations/0003_addonactivitylog.py
weblate/addons/migrations/0004_alter_addonactivitylog_event_alter_event_event.py
weblate/addons/migrations/0005_alter_addonactivitylog_event_alter_event_event.py
weblate/addons/migrations/0006_alter_addonactivitylog_component.py
weblate/addons/migrations/0007_update_autotranslate_filter_type.py
weblate/addons/migrations/0008_alter_addonactivitylog_event_alter_event_event.py
weblate/addons/migrations/0009_remove_migrated_customize_addons.py
weblate/addons/migrations/0010_alter_addonactivitylog_event_alter_event_event.py
weblate/addons/migrations/0011_addonactivitylog_pending.py
weblate/addons/migrations/0012_add_change_event_to_autotranslate.py
weblate/addons/migrations/__init__.py
weblate/api/__init__.py
weblate/api/apps.py
weblate/api/authentication.py
weblate/api/docs.py
weblate/api/generators.py
weblate/api/middleware.py
weblate/api/models.py
weblate/api/pagination.py
weblate/api/renderers.py
weblate/api/routers.py
weblate/api/serializers.py
weblate/api/spectacular.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/results.py
weblate/auth/tasks.py
weblate/auth/utils.py
weblate/auth/views.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_squashed_weblate_5.py
weblate/auth/migrations/0003_alter_autogroup_options_alter_autogroup_group_and_more.py
weblate/auth/migrations/0003_fixup_teams.py
weblate/auth/migrations/0004_merge_20240219_0936.py
weblate/auth/migrations/0005_invitation_full_name_invitation_username.py
weblate/auth/migrations/0006_group_enforced_2fa.py
weblate/auth/migrations/0007_alter_user_date_expires.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/auth/tests/test_utils.py
weblate/auth/tests/test_views.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/management/commands/extend_pending.py
weblate/billing/migrations/0001_squashed_weblate_5.py
weblate/billing/migrations/0002_plan_display_limit_hosted_strings_and_more.py
weblate/billing/migrations/0003_invoice_created.py
weblate/billing/migrations/0004_alter_invoice_billing_billinglog.py
weblate/billing/migrations/0005_alter_billinglog_event.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/fluent/__init__.py
weblate/checks/fluent/inner_html.py
weblate/checks/fluent/parts.py
weblate/checks/fluent/references.py
weblate/checks/fluent/syntax.py
weblate/checks/fluent/utils.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_weblate_5.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_fluent_checks.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_squashed_weblate_5.py
weblate/configuration/migrations/0002_alter_setting_category.py
weblate/configuration/migrations/__init__.py
weblate/examples/apache-path.conf
weblate/examples/apache.conf
weblate/examples/apache.gunicorn.conf
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/custom_tasks.py
weblate/examples/docker-compose.yml
weblate/examples/fix_foo.py
weblate/examples/git-merge-gettext-po
weblate/examples/granian.service
weblate/examples/gunicorn.service
weblate/examples/gunicorn.socket
weblate/examples/mt_service.py
weblate/examples/weblate.nginx.conf
weblate/examples/weblate.nginx.granian.conf
weblate/examples/weblate.nginx.gunicorn.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_weblate_5.py
weblate/fonts/migrations/__init__.py
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_squashed_weblate_5.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_weblate_5.py
weblate/lang/migrations/0002_alter_plural_source.py
weblate/lang/migrations/0003_alter_plural_type.py
weblate/lang/migrations/0004_alter_language_direction.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_weblate_5.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/ab/LC_MESSAGES/django.po
weblate/locale/ab/LC_MESSAGES/djangojs.po
weblate/locale/af/LC_MESSAGES/django.po
weblate/locale/af/LC_MESSAGES/djangojs.po
weblate/locale/afh/LC_MESSAGES/django.po
weblate/locale/afh/LC_MESSAGES/djangojs.po
weblate/locale/ang/LC_MESSAGES/django.po
weblate/locale/ang/LC_MESSAGES/djangojs.po
weblate/locale/ar/LC_MESSAGES/django.po
weblate/locale/ar/LC_MESSAGES/djangojs.po
weblate/locale/ar_LY/LC_MESSAGES/django.po
weblate/locale/ar_LY/LC_MESSAGES/djangojs.po
weblate/locale/ars/LC_MESSAGES/django.po
weblate/locale/ars/LC_MESSAGES/djangojs.po
weblate/locale/ast/LC_MESSAGES/django.po
weblate/locale/ast/LC_MESSAGES/djangojs.po
weblate/locale/awa/LC_MESSAGES/django.po
weblate/locale/awa/LC_MESSAGES/djangojs.po
weblate/locale/az/LC_MESSAGES/django.po
weblate/locale/az/LC_MESSAGES/djangojs.po
weblate/locale/ba/LC_MESSAGES/django.po
weblate/locale/ba/LC_MESSAGES/djangojs.po
weblate/locale/bar/LC_MESSAGES/django.po
weblate/locale/bar/LC_MESSAGES/djangojs.po
weblate/locale/be/LC_MESSAGES/django.po
weblate/locale/be/LC_MESSAGES/djangojs.po
weblate/locale/be_Latn/LC_MESSAGES/django.po
weblate/locale/be_Latn/LC_MESSAGES/djangojs.po
weblate/locale/ber/LC_MESSAGES/django.po
weblate/locale/ber/LC_MESSAGES/djangojs.po
weblate/locale/bg/LC_MESSAGES/django.po
weblate/locale/bg/LC_MESSAGES/djangojs.po
weblate/locale/bn/LC_MESSAGES/django.po
weblate/locale/bn/LC_MESSAGES/djangojs.po
weblate/locale/bn_BD/LC_MESSAGES/django.po
weblate/locale/bn_BD/LC_MESSAGES/djangojs.po
weblate/locale/bnt/LC_MESSAGES/django.po
weblate/locale/bnt/LC_MESSAGES/djangojs.po
weblate/locale/bo/LC_MESSAGES/django.po
weblate/locale/bo/LC_MESSAGES/djangojs.po
weblate/locale/br/LC_MESSAGES/django.po
weblate/locale/br/LC_MESSAGES/djangojs.po
weblate/locale/ca/LC_MESSAGES/django.po
weblate/locale/ca/LC_MESSAGES/djangojs.po
weblate/locale/ce/LC_MESSAGES/django.po
weblate/locale/ce/LC_MESSAGES/djangojs.po
weblate/locale/chn/LC_MESSAGES/django.po
weblate/locale/chn/LC_MESSAGES/djangojs.po
weblate/locale/ckb/LC_MESSAGES/django.po
weblate/locale/ckb/LC_MESSAGES/djangojs.po
weblate/locale/crh/LC_MESSAGES/django.po
weblate/locale/crh/LC_MESSAGES/djangojs.po
weblate/locale/cs/LC_MESSAGES/django.po
weblate/locale/cs/LC_MESSAGES/djangojs.po
weblate/locale/cv/LC_MESSAGES/django.po
weblate/locale/cv/LC_MESSAGES/djangojs.po
weblate/locale/cy/LC_MESSAGES/django.po
weblate/locale/cy/LC_MESSAGES/djangojs.po
weblate/locale/da/LC_MESSAGES/django.po
weblate/locale/da/LC_MESSAGES/djangojs.po
weblate/locale/de/LC_MESSAGES/django.po
weblate/locale/de/LC_MESSAGES/djangojs.po
weblate/locale/dv/LC_MESSAGES/django.po
weblate/locale/dv/LC_MESSAGES/djangojs.po
weblate/locale/el/LC_MESSAGES/django.po
weblate/locale/el/LC_MESSAGES/djangojs.po
weblate/locale/en_GB/LC_MESSAGES/django.po
weblate/locale/en_GB/LC_MESSAGES/djangojs.po
weblate/locale/enm/LC_MESSAGES/django.po
weblate/locale/enm/LC_MESSAGES/djangojs.po
weblate/locale/eo/LC_MESSAGES/django.po
weblate/locale/eo/LC_MESSAGES/djangojs.po
weblate/locale/es/LC_MESSAGES/django.po
weblate/locale/es/LC_MESSAGES/djangojs.po
weblate/locale/et/LC_MESSAGES/django.po
weblate/locale/et/LC_MESSAGES/djangojs.po
weblate/locale/eu/LC_MESSAGES/django.po
weblate/locale/eu/LC_MESSAGES/djangojs.po
weblate/locale/fa/LC_MESSAGES/django.po
weblate/locale/fa/LC_MESSAGES/djangojs.po
weblate/locale/fi/LC_MESSAGES/django.po
weblate/locale/fi/LC_MESSAGES/djangojs.po
weblate/locale/fil/LC_MESSAGES/django.po
weblate/locale/fil/LC_MESSAGES/djangojs.po
weblate/locale/fr/LC_MESSAGES/django.po
weblate/locale/fr/LC_MESSAGES/djangojs.po
weblate/locale/fur/LC_MESSAGES/django.po
weblate/locale/fur/LC_MESSAGES/djangojs.po
weblate/locale/fy/LC_MESSAGES/django.po
weblate/locale/fy/LC_MESSAGES/djangojs.po
weblate/locale/ga/LC_MESSAGES/django.po
weblate/locale/ga/LC_MESSAGES/djangojs.po
weblate/locale/gl/LC_MESSAGES/django.po
weblate/locale/gl/LC_MESSAGES/djangojs.po
weblate/locale/he/LC_MESSAGES/django.po
weblate/locale/he/LC_MESSAGES/djangojs.po
weblate/locale/hi/LC_MESSAGES/django.po
weblate/locale/hi/LC_MESSAGES/djangojs.po
weblate/locale/hi_Latn/LC_MESSAGES/django.po
weblate/locale/hi_Latn/LC_MESSAGES/djangojs.po
weblate/locale/hr/LC_MESSAGES/django.po
weblate/locale/hr/LC_MESSAGES/djangojs.po
weblate/locale/hu/LC_MESSAGES/django.po
weblate/locale/hu/LC_MESSAGES/djangojs.po
weblate/locale/hy/LC_MESSAGES/django.po
weblate/locale/hy/LC_MESSAGES/djangojs.po
weblate/locale/ia/LC_MESSAGES/django.po
weblate/locale/ia/LC_MESSAGES/djangojs.po
weblate/locale/id/LC_MESSAGES/django.po
weblate/locale/id/LC_MESSAGES/djangojs.po
weblate/locale/ie/LC_MESSAGES/django.po
weblate/locale/ie/LC_MESSAGES/djangojs.po
weblate/locale/ig/LC_MESSAGES/django.po
weblate/locale/ig/LC_MESSAGES/djangojs.po
weblate/locale/is/LC_MESSAGES/django.po
weblate/locale/is/LC_MESSAGES/djangojs.po
weblate/locale/it/LC_MESSAGES/django.po
weblate/locale/it/LC_MESSAGES/djangojs.po
weblate/locale/ja/LC_MESSAGES/django.po
weblate/locale/ja/LC_MESSAGES/djangojs.po
weblate/locale/ka/LC_MESSAGES/django.po
weblate/locale/ka/LC_MESSAGES/djangojs.po
weblate/locale/kab/LC_MESSAGES/django.po
weblate/locale/kab/LC_MESSAGES/djangojs.po
weblate/locale/kk/LC_MESSAGES/django.po
weblate/locale/kk/LC_MESSAGES/djangojs.po
weblate/locale/km/LC_MESSAGES/django.po
weblate/locale/km/LC_MESSAGES/djangojs.po
weblate/locale/kmr/LC_MESSAGES/django.po
weblate/locale/kmr/LC_MESSAGES/djangojs.po
weblate/locale/kn/LC_MESSAGES/django.po
weblate/locale/kn/LC_MESSAGES/djangojs.po
weblate/locale/ko/LC_MESSAGES/django.po
weblate/locale/ko/LC_MESSAGES/djangojs.po
weblate/locale/ksh/LC_MESSAGES/django.po
weblate/locale/ksh/LC_MESSAGES/djangojs.po
weblate/locale/ln/LC_MESSAGES/django.po
weblate/locale/ln/LC_MESSAGES/djangojs.po
weblate/locale/lt/LC_MESSAGES/django.po
weblate/locale/lt/LC_MESSAGES/djangojs.po
weblate/locale/lv/LC_MESSAGES/django.po
weblate/locale/lv/LC_MESSAGES/djangojs.po
weblate/locale/lzh/LC_MESSAGES/django.po
weblate/locale/lzh/LC_MESSAGES/djangojs.po
weblate/locale/mg/LC_MESSAGES/django.po
weblate/locale/mg/LC_MESSAGES/djangojs.po
weblate/locale/mk/LC_MESSAGES/django.po
weblate/locale/mk/LC_MESSAGES/djangojs.po
weblate/locale/ml/LC_MESSAGES/django.po
weblate/locale/ml/LC_MESSAGES/djangojs.po
weblate/locale/mn/LC_MESSAGES/django.po
weblate/locale/mn/LC_MESSAGES/djangojs.po
weblate/locale/mr/LC_MESSAGES/django.po
weblate/locale/mr/LC_MESSAGES/djangojs.po
weblate/locale/mrh/LC_MESSAGES/django.po
weblate/locale/mrh/LC_MESSAGES/djangojs.po
weblate/locale/ms/LC_MESSAGES/django.po
weblate/locale/ms/LC_MESSAGES/djangojs.po
weblate/locale/my/LC_MESSAGES/django.po
weblate/locale/my/LC_MESSAGES/djangojs.po
weblate/locale/nb/LC_MESSAGES/django.po
weblate/locale/nb/LC_MESSAGES/djangojs.po
weblate/locale/nl/LC_MESSAGES/django.po
weblate/locale/nl/LC_MESSAGES/djangojs.po
weblate/locale/nn/LC_MESSAGES/django.po
weblate/locale/nn/LC_MESSAGES/djangojs.po
weblate/locale/oc/LC_MESSAGES/django.po
weblate/locale/oc/LC_MESSAGES/djangojs.po
weblate/locale/or/LC_MESSAGES/django.po
weblate/locale/or/LC_MESSAGES/djangojs.po
weblate/locale/pa/LC_MESSAGES/django.po
weblate/locale/pa/LC_MESSAGES/djangojs.po
weblate/locale/pa_PK/LC_MESSAGES/django.po
weblate/locale/pa_PK/LC_MESSAGES/djangojs.po
weblate/locale/peo/LC_MESSAGES/django.po
weblate/locale/peo/LC_MESSAGES/djangojs.po
weblate/locale/pl/LC_MESSAGES/django.po
weblate/locale/pl/LC_MESSAGES/djangojs.po
weblate/locale/ps/LC_MESSAGES/django.po
weblate/locale/ps/LC_MESSAGES/djangojs.po
weblate/locale/pt/LC_MESSAGES/django.po
weblate/locale/pt/LC_MESSAGES/djangojs.po
weblate/locale/pt_BR/LC_MESSAGES/django.po
weblate/locale/pt_BR/LC_MESSAGES/djangojs.po
weblate/locale/qpv/LC_MESSAGES/django.po
weblate/locale/qpv/LC_MESSAGES/djangojs.po
weblate/locale/ro/LC_MESSAGES/django.po
weblate/locale/ro/LC_MESSAGES/djangojs.po
weblate/locale/ro_MD/LC_MESSAGES/django.po
weblate/locale/ro_MD/LC_MESSAGES/djangojs.po
weblate/locale/ru/LC_MESSAGES/django.po
weblate/locale/ru/LC_MESSAGES/djangojs.po
weblate/locale/sai/LC_MESSAGES/django.po
weblate/locale/sai/LC_MESSAGES/djangojs.po
weblate/locale/sc/LC_MESSAGES/django.po
weblate/locale/sc/LC_MESSAGES/djangojs.po
weblate/locale/si/LC_MESSAGES/django.po
weblate/locale/si/LC_MESSAGES/djangojs.po
weblate/locale/sk/LC_MESSAGES/django.po
weblate/locale/sk/LC_MESSAGES/djangojs.po
weblate/locale/skr/LC_MESSAGES/django.po
weblate/locale/skr/LC_MESSAGES/djangojs.po
weblate/locale/sl/LC_MESSAGES/django.po
weblate/locale/sl/LC_MESSAGES/djangojs.po
weblate/locale/sq/LC_MESSAGES/django.po
weblate/locale/sq/LC_MESSAGES/djangojs.po
weblate/locale/sr/LC_MESSAGES/django.po
weblate/locale/sr/LC_MESSAGES/djangojs.po
weblate/locale/sr_Latn/LC_MESSAGES/django.po
weblate/locale/sr_Latn/LC_MESSAGES/djangojs.po
weblate/locale/sv/LC_MESSAGES/django.po
weblate/locale/sv/LC_MESSAGES/djangojs.po
weblate/locale/sw/LC_MESSAGES/django.po
weblate/locale/sw/LC_MESSAGES/djangojs.po
weblate/locale/ta/LC_MESSAGES/django.po
weblate/locale/ta/LC_MESSAGES/djangojs.po
weblate/locale/te/LC_MESSAGES/django.po
weblate/locale/te/LC_MESSAGES/djangojs.po
weblate/locale/th/LC_MESSAGES/django.po
weblate/locale/th/LC_MESSAGES/djangojs.po
weblate/locale/tlh/LC_MESSAGES/django.po
weblate/locale/tlh/LC_MESSAGES/djangojs.po
weblate/locale/tok/LC_MESSAGES/django.po
weblate/locale/tok/LC_MESSAGES/djangojs.po
weblate/locale/tr/LC_MESSAGES/django.po
weblate/locale/tr/LC_MESSAGES/djangojs.po
weblate/locale/tt/LC_MESSAGES/django.po
weblate/locale/tt/LC_MESSAGES/djangojs.po
weblate/locale/tzm/LC_MESSAGES/django.po
weblate/locale/tzm/LC_MESSAGES/djangojs.po
weblate/locale/ug/LC_MESSAGES/django.po
weblate/locale/ug/LC_MESSAGES/djangojs.po
weblate/locale/uk/LC_MESSAGES/django.po
weblate/locale/uk/LC_MESSAGES/djangojs.po
weblate/locale/uz/LC_MESSAGES/django.po
weblate/locale/uz/LC_MESSAGES/djangojs.po
weblate/locale/vi/LC_MESSAGES/django.po
weblate/locale/vi/LC_MESSAGES/djangojs.po
weblate/locale/yue_Hant/LC_MESSAGES/django.po
weblate/locale/yue_Hant/LC_MESSAGES/djangojs.po
weblate/locale/zgh/LC_MESSAGES/django.po
weblate/locale/zgh/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hans/LC_MESSAGES/django.po
weblate/locale/zh_Hans/LC_MESSAGES/djangojs.po
weblate/locale/zh_Hant/LC_MESSAGES/django.po
weblate/locale/zh_Hant/LC_MESSAGES/djangojs.po
weblate/machinery/__init__.py
weblate/machinery/alibaba.py
weblate/machinery/apertium.py
weblate/machinery/apps.py
weblate/machinery/aws.py
weblate/machinery/baidu.py
weblate/machinery/base.py
weblate/machinery/cyrtranslit.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/models.py
weblate/machinery/modernmt.py
weblate/machinery/mymemory.py
weblate/machinery/netease.py
weblate/machinery/openai.py
weblate/machinery/saptranslationhub.py
weblate/machinery/systran.py
weblate/machinery/tests.py
weblate/machinery/tmserver.py
weblate/machinery/types.py
weblate/machinery/views.py
weblate/machinery/weblatetm.py
weblate/machinery/yandex.py
weblate/machinery/yandexv2.py
weblate/machinery/youdao.py
weblate/machinery/management/__init__.py
weblate/machinery/management/commands/__init__.py
weblate/machinery/management/commands/install_machinery.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/cleanup_memory.py
weblate/memory/management/commands/dump_memory.py
weblate/memory/management/commands/import_memory.py
weblate/memory/migrations/0001_squashed_weblate_5.py
weblate/memory/migrations/0002_memory_memory_md5_index.py
weblate/memory/migrations/0003_drop_hash_index.py
weblate/memory/migrations/0004_memory_status_and_context.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_squashed_weblate_5.py
weblate/metrics/migrations/0002_new_public_projects_metric_data.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_weblate_5.py
weblate/screenshots/migrations/__init__.py
weblate/static/api-128.png
weblate/static/api-24.png
weblate/static/api-32.png
weblate/static/api-80.png
weblate/static/daterangepicker.css
weblate/static/daterangepicker.css.license
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/prism-weblatesearch.js
weblate/static/style-dark.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/access/0.svg
weblate/static/access/1.svg
weblate/static/access/100.svg
weblate/static/access/200.svg
weblate/static/anubis/happy.webp
weblate/static/anubis/pensive.webp
weblate/static/anubis/reject.webp
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/browse.js
weblate/static/editor/full.js
weblate/static/editor/zen.js
weblate/static/editor/tools/search.js
weblate/static/icons/account-cancel.svg
weblate/static/icons/account-supervisor.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/chat.svg
weblate/static/icons/check-all.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-remove.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-multiple-outline.svg
weblate/static/icons/folder-outline.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/slack.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/webhook.svg
weblate/static/icons/weblate.svg
weblate/static/icons/wrench.svg
weblate/static/js/keyboard-shortcuts.js
weblate/static/js/widgets.js
weblate/static/js/accounts/profile/index.js
weblate/static/js/screenshots/clipboard-paste.js
weblate/static/js/vendor/altcha.js
weblate/static/js/vendor/altcha.js.license
weblate/static/js/vendor/autoComplete.js
weblate/static/js/vendor/autoComplete.js.license
weblate/static/js/vendor/autosize.js
weblate/static/js/vendor/autosize.js.license
weblate/static/js/vendor/bootstrap5.js
weblate/static/js/vendor/bootstrap5.js.license
weblate/static/js/vendor/bootstrap5_rtl.js
weblate/static/js/vendor/main.js
weblate/static/js/vendor/main.js.license
weblate/static/js/vendor/mousetrap.js
weblate/static/js/vendor/mousetrap.js.license
weblate/static/js/vendor/multi.js
weblate/static/js/vendor/multi.js.license
weblate/static/js/vendor/prismjs.js
weblate/static/js/vendor/prismjs.js.license
weblate/static/js/vendor/sentry.js
weblate/static/js/vendor/sentry.js.license
weblate/static/js/vendor/tribute.js
weblate/static/js/vendor/tribute.js.license
weblate/static/js/vendor/fonts/fonts.js
weblate/static/js/vendor/fonts/fonts.js.license
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Black.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Black.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Black.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BlackIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BlackIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BlackIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Bold.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Bold.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Bold.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BoldIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BoldIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-BoldIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLight.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLight.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLight.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLightIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLightIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-ExtraLightIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-It.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-It.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-It.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Light.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Light.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Light.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-LightIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-LightIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-LightIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Medium.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Medium.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Medium.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-MediumIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-MediumIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-MediumIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Regular.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Regular.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Regular.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Semibold.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Semibold.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-Semibold.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceCodePro-SemiboldIt.otf
weblate/static/js/vendor/fonts/font-source/SourceCodePro-SemiboldIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceCodePro-SemiboldIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-Black.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-Black.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-BlackIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-BlackIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-Bold.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-Bold.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-BoldIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-BoldIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-ExtraLight.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-ExtraLight.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-ExtraLightIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-ExtraLightIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-It.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-It.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-Light.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-Light.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-LightIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-LightIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-Regular.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-Regular.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-Semibold.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-Semibold.ttf.woff2
weblate/static/js/vendor/fonts/font-source/SourceSans3-SemiboldIt.otf.woff
weblate/static/js/vendor/fonts/font-source/SourceSans3-SemiboldIt.ttf.woff2
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Black.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-BlackIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Bold.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-BoldIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-ExtraLight.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-ExtraLightIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-It.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Light.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-LightIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Medium.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-MediumIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Regular.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-Semibold.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceCodePro-SemiboldIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-Black.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-Bold.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-BoldIt.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-ExtraLight.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-It.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-Light.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-Regular.ttf
weblate/static/js/vendor/fonts/font-source/TTF/SourceSans3-Semibold.ttf
weblate/static/sort/down-dark.svg
weblate/static/sort/down.svg
weblate/static/sort/hover-down.svg
weblate/static/sort/hover-up.svg
weblate/static/sort/up-dark.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/styles/main.css
weblate/static/styles/new-language.css
weblate/static/styles/variables.css
weblate/static/styles/screenshots/screenshot_detail.css
weblate/static/styles/vendor/bootstrap5.css
weblate/static/styles/vendor/bootstrap5.css.license
weblate/static/styles/vendor/bootstrap5_rtl.css
weblate/static/styles/vendor/bootstrap5_rtl.css.license
weblate/static/styles/vendor/multi.css
weblate/static/styles/vendor/multi.css.license
weblate/static/styles/vendor/fonts/fonts.css
weblate/static/styles/vendor/fonts/fonts.css.license
weblate/static/vendor/bootstrap/config.json
weblate/static/vendor/bootstrap/config.json.license
weblate/static/vendor/bootstrap/css/bootstrap-rtl.css
weblate/static/vendor/bootstrap/css/bootstrap-rtl.css.license
weblate/static/vendor/bootstrap/css/bootstrap.css
weblate/static/vendor/bootstrap/css/bootstrap.css.license
weblate/static/vendor/bootstrap/js/bootstrap.js
weblate/static/vendor/bootstrap/js/bootstrap.js.license
weblate/static/vendor/font-kurinto/KurintoSans-Bd.ttf
weblate/static/vendor/font-kurinto/KurintoSans-Rg.ttf
weblate/static/vendor/font-kurinto/KurintoSansJP-Bd.ttf
weblate/static/vendor/font-kurinto/KurintoSansJP-Rg.ttf
weblate/static/vendor/font-kurinto/KurintoSansKR-Bd.ttf
weblate/static/vendor/font-kurinto/KurintoSansKR-Rg.ttf
weblate/static/vendor/font-kurinto/KurintoSansSC-Bd.ttf
weblate/static/vendor/font-kurinto/KurintoSansSC-Rg.ttf
weblate/static/vendor/font-kurinto/KurintoSansTC-Bd.ttf
weblate/static/vendor/font-kurinto/KurintoSansTC-Rg.ttf
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/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/base5.html
weblate/templates/browse.html
weblate/templates/browserconfig.xml
weblate/templates/category-language.html
weblate/templates/category.html
weblate/templates/check_list.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/engage.html
weblate/templates/footer.html
weblate/templates/guide.html
weblate/templates/keyboard-shortcuts.html
weblate/templates/keyboard-shortcuts5.html
weblate/templates/language-project.html
weblate/templates/language.html
weblate/templates/languages.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/multi-progress.html
weblate/templates/new-language.html
weblate/templates/new-project-language.html
weblate/templates/paginator.html
weblate/templates/project-label-edit.html
weblate/templates/project-labels.html
weblate/templates/project-language-settings.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/donate.html
weblate/templates/about/index.html
weblate/templates/about/keys.html
weblate/templates/about/stats.html
weblate/templates/accounts/2fa.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/recovery-codes.html
weblate/templates/accounts/redirect.html
weblate/templates/accounts/register-password.html
weblate/templates/accounts/register.html
weblate/templates/accounts/removal.html
weblate/templates/accounts/reset.html
weblate/templates/accounts/token.html
weblate/templates/accounts/totp.html
weblate/templates/accounts/trial.html
weblate/templates/accounts/user.html
weblate/templates/accounts/user_contributions.html
weblate/templates/accounts/webauthn.html
weblate/templates/accounts/snippets/login-about.html
weblate/templates/accounts/snippets/login-info.html
weblate/templates/accounts/snippets/login-title.html
weblate/templates/addons/addon_detail.html
weblate/templates/addons/addon_head.html
weblate/templates/addons/addon_list.html
weblate/templates/addons/addon_logs.html
weblate/templates/addons/cdnjs.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/webhook_log.html
weblate/templates/addons/js/weblate-code.js
weblate/templates/addons/js/weblate.js.template
weblate/templates/auth/team.html
weblate/templates/auth/teams-components.html
weblate/templates/auth/teams-count.html
weblate/templates/auth/teams-languages.html
weblate/templates/auth/teams-name.html
weblate/templates/auth/teams-projects.html
weblate/templates/auth/teams-roles.html
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/labelled_multiwidget.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/componentlist.html
weblate/templates/dashboard/user.html
weblate/templates/drf_spectacular/redoc.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_edit_warning.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_line.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_component.html
weblate/templates/mail/translated_component_subject.txt
weblate/templates/mail/translated_language.html
weblate/templates/mail/translated_language_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/mail/styles/digest.css
weblate/templates/manage/alerts.html
weblate/templates/manage/appearance.html
weblate/templates/manage/backups.html
weblate/templates/manage/billing.html
weblate/templates/manage/index.html
weblate/templates/manage/performance.html
weblate/templates/manage/repos.html
weblate/templates/manage/ssh.html
weblate/templates/manage/teams.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/registration/logged_out.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/screenshots/snippets/paste-button.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-progress.html
weblate/templates/snippets/donate.html
weblate/templates/snippets/editor.html
weblate/templates/snippets/embed-units-clone.html
weblate/templates/snippets/embed-units.html
weblate/templates/snippets/enforced_2fa.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-users.html
weblate/templates/snippets/info.html
weblate/templates/snippets/info5.html
weblate/templates/snippets/invite-info.html
weblate/templates/snippets/labels_description.html
weblate/templates/snippets/last-changes-content.html
weblate/templates/snippets/libre-basic.html
weblate/templates/snippets/libre-checklist.html
weblate/templates/snippets/list-objects.html
weblate/templates/snippets/menu.html
weblate/templates/snippets/meta-css.html
weblate/templates/snippets/plural-formula.html
weblate/templates/snippets/plural.html
weblate/templates/snippets/position-field.html
weblate/templates/snippets/project-component-settings.html
weblate/templates/snippets/project-workflow-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/settings-organize.html
weblate/templates/snippets/share-menu.html
weblate/templates/snippets/share-menu5.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.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/watch-dropdown5.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-category-language.html
weblate/templates/trans/delete-category.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/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/common-repo.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/monolingualglossary.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/unusedcomponent.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/invitation_detail.html
weblate/templates/weblate_auth/user_list.html
weblate/trans/__init__.py
weblate/trans/actions.py
weblate/trans/admin.py
weblate/trans/apps.py
weblate/trans/autotranslate.py
weblate/trans/backups.py
weblate/trans/bulk.py
weblate/trans/change_display.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/file_format_params.py
weblate/trans/filter.py
weblate/trans/forms.py
weblate/trans/functions.py
weblate/trans/guide.py
weblate/trans/mixins.py
weblate/trans/signals.py
weblate/trans/specialchars.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/import_projectbackup.py
weblate/trans/management/commands/list_file_format_params.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_weblate_5.py
weblate/trans/migrations/0002_change_screenshot.py
weblate/trans/migrations/0003_alter_project_access_control.py
weblate/trans/migrations/0004_alter_change_action.py
weblate/trans/migrations/0005_alter_change_alert_alter_change_announcement_and_more.py
weblate/trans/migrations/0006_alter_change_action.py
weblate/trans/migrations/0007_alter_change_action.py
weblate/trans/migrations/0008_workflowsetting.py
weblate/trans/migrations/0009_alter_change_action.py
weblate/trans/migrations/0010_unit_trans_unit_pending.py
weblate/trans/migrations/0011_alter_component_suggestion_autoaccept_and_more.py
weblate/trans/migrations/0012_alter_announcement_notify.py
weblate/trans/migrations/0013_alter_category_options_category_category_slug_unique_and_more.py
weblate/trans/migrations/0014_alter_component_repoweb_alter_project_web.py
weblate/trans/migrations/0015_alter_component_language_code_style.py
weblate/trans/migrations/0016_alter_component_repoweb.py
weblate/trans/migrations/0017_alter_change_action.py
weblate/trans/migrations/0017_announcement_severity_change_category_and_more.py
weblate/trans/migrations/0018_merge_20240529_1359.py
weblate/trans/migrations/0019_alter_change_action.py
weblate/trans/migrations/0019_label_description.py
weblate/trans/migrations/0020_merge_0019_alter_change_action_0019_label_description.py
weblate/trans/migrations/0021_component_processed_revision.py
weblate/trans/migrations/0022_project_enforced_2fa.py
weblate/trans/migrations/0023_alter_label_description.py
weblate/trans/migrations/0024_component_key_filter.py
weblate/trans/migrations/0025_alter_announcement_notify.py
weblate/trans/migrations/0026_alter_contributoragreement_options_and_more.py
weblate/trans/migrations/0027_alter_change_action.py
weblate/trans/migrations/0028_alter_change_action.py
weblate/trans/migrations/0029_alter_change_action.py
weblate/trans/migrations/0030_alter_change_action.py
weblate/trans/migrations/0031_alter_change_action.py
weblate/trans/migrations/0032_remove_change_trans_chang_timesta_2565db_idx_and_more.py
weblate/trans/migrations/0033_component_secondary_language_and_more.py
weblate/trans/migrations/0034_project_check_flags.py
weblate/trans/migrations/0035_alter_comment_timestamp.py
weblate/trans/migrations/0036_alter_component_is_glossary.py
weblate/trans/migrations/0037_component_contribute_project_tm.py
weblate/trans/migrations/0038_alter_change_action.py
weblate/trans/migrations/0039_pendingunitchange.py
weblate/trans/migrations/0040_auto_20250613_1813.py
weblate/trans/migrations/0041_remove_unit_trans_unit_pending_remove_unit_pending.py
weblate/trans/migrations/0042_project_autoclean_tm.py
weblate/trans/migrations/0042_project_commit_policy.py
weblate/trans/migrations/0043_alter_pendingunitchange_state.py
weblate/trans/migrations/0044_merge_20250721_1211.py
weblate/trans/migrations/0045_alter_change_action.py
weblate/trans/migrations/0046_component_file_format_params.py
weblate/trans/migrations/0047_pendingunitchange_metadata.py
weblate/trans/migrations/0048_change_trans_change_category_idx.py
weblate/trans/migrations/0049_component_hide_glossary_matches.py
weblate/trans/migrations/0050_alter_component_file_format_params.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/category.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/pending.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/models/workflow.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_categories.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_file_format_params.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_links.py
weblate/trans/tests/test_lock.py
weblate/trans/tests/test_manage.py
weblate/trans/tests/test_middleware.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_workflowsetting.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-custom.xml
weblate/trans/tests/data/cs-flat.xml
weblate/trans/tests/data/cs-fuzzy.po
weblate/trans/tests/data/cs-go18n-v1.json
weblate/trans/tests/data/cs-go18n-v2.json
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.catkeys
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.md
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-multi.csv
weblate/trans/tests/data/en.i18next.json
weblate/trans/tests/data/en.idml
weblate/trans/tests/data/fr-extended-metadata.tbx
weblate/trans/tests/data/fr-multi-mono.csv
weblate/trans/tests/data/fr-multi.csv
weblate/trans/tests/data/fr.xlsx
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/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/placeholder-mrk.xliff
weblate/trans/tests/data/placeholder-x.xliff
weblate/trans/tests/data/projectbackup-4.14.zip
weblate/trans/tests/data/projectbackup-duplicate-files.zip
weblate/trans/tests/data/projectbackup-duplicate.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-with-readonly.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/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/cache.py
weblate/utils/celery.py
weblate/utils/checks.py
weblate/utils/classloader.py
weblate/utils/colors.py
weblate/utils/compress.py
weblate/utils/const.py
weblate/utils/csv.py
weblate/utils/data.py
weblate/utils/db.py
weblate/utils/decorators.py
weblate/utils/diff.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/icons.py
weblate/utils/inv_regex.py
weblate/utils/licensedata.py
weblate/utils/licenses.py
weblate/utils/lock.py
weblate/utils/markdown.py
weblate/utils/messages.py
weblate/utils/models.py
weblate/utils/pii.py
weblate/utils/random.py
weblate/utils/ratelimit.py
weblate/utils/render.py
weblate/utils/request.py
weblate/utils/requests.py
weblate/utils/requirements.py
weblate/utils/rst.py
weblate/utils/search.py
weblate/utils/similarity.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/unicodechars.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/zammad.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/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_diff.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_inv_regex.py
weblate/utils/tests/test_markdown.py
weblate/utils/tests/test_middleware.py
weblate/utils/tests/test_pii.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_similarity.py
weblate/utils/tests/test_validators.py
weblate/utils/tests/test_version.py
weblate/utils/tests/test_views.py
weblate/utils/tests/test_zammad.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/management/__init__.py
weblate/wladmin/management/commands/__init__.py
weblate/wladmin/management/commands/configuration_health_check.py
weblate/wladmin/migrations/0001_squashed_weblate_5.py
weblate/wladmin/migrations/0002_update_default_focus_color.py
weblate/wladmin/migrations/0003_supportstatus_backup_repository_and_more.py
weblate/wladmin/migrations/0004_supportstatus_enabled.py
weblate/wladmin/migrations/__init__.py
weblate/wladmin/templates/admin/base.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