mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 22:40:57 +08:00
17 lines
783 B
ReStructuredText
17 lines
783 B
ReStructuredText
Weblate basics
|
|
==============
|
|
|
|
Project 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. Disable it as per :ref:`component`, still
|
|
producing errors for seemingly inconsistent resulting translations.
|