mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 05:24:53 +08:00
18 lines
857 B
ReStructuredText
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.
|