Skip to content

Latest commit

 

History

History
88 lines (57 loc) · 2.4 KB

admin.rst

File metadata and controls

88 lines (57 loc) · 2.4 KB

Management interface

The management interface offer administration settings under the /manage/ URL. It is available for users signed in with admin privileges, accessible by using the wrench icon top right:

image

It includes basic overview of your Weblate:

  • Support status, see support
  • Backups, see backup
  • Shared translation memory, see memory
  • Performance report to review Weblate health and length of Celery queues
  • SSH keys management, see ssh-repos
  • Alerts overview for all components, see alerts

The Django admin interface

Warning

Use with caution as this is a low level interface. You should not need it in most cases as most things are comfortably approachable through Weblate UI or API.

Here you can manage objects stored in the database, such as users, translations and other settings:

image

In the Reports section, you can check the status of your site, tweak it for production, or manage SSH keys used to access vcs-repos.

Manage database objects under any of the sections. The most interesting one is probably Weblate translations, where you can manage translatable projects, see project and component.

Weblate languages holds language definitions, explained further in languages.

Adding a project

Adding a project serves as container for all components. Usually you create one project for one piece of software, or book (See project for info on individual parameters):

image

project

Bilingual components

Once you have added a project, translation components can be added to it. (See component for info regarding individual parameters):

image

component, bimono

Monolingual components

For easier translation of these, provide a template file containing the mapping of message IDs to its respective source language (usually English). (See component for info regarding individual parameters):

image

component, bimono