weblate/docs/snippets/basics.rst
Michal Čihař 5ddb23d5eb Docs: Improve integration docs
- include Weblate basics
- mention it in the continuous localization
2020-12-09 13:30:38 +01:00

17 lines
808 B
ReStructuredText
Vendored

Weblate basics
++++++++++++++
Projects and components structure
---------------------------------
In Weblate translations are organized into projects and components. Each project
can contain number of components and those contain translations into individual
languages. The component corresponds to one translatable file (for example
:ref:`gettext` or :ref:`aresource`). The projects are there to help you
organize component into logical sets (for example to group all translations
used within one application).
Internally, each project has translations to common strings propagated across
other components within it by default. This lightens the burden of repetitive
and multi version translation. The translation propagation can be disabled per
:ref:`component` in case the translations should diverge.