weblate/docs/snippets/basics.rst
2021-01-08 12:49:51 +01:00

18 lines
857 B
ReStructuredText

Weblate basics
++++++++++++++
Project and component 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` using :ref:`component-allow_translation_propagation` in case
the translations should diverge.