mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-29 04:54:09 +08:00
20 lines
699 B
ReStructuredText
Vendored
20 lines
699 B
ReStructuredText
Vendored
Managing translations
|
|
=====================
|
|
|
|
.. _adding-translation:
|
|
|
|
Adding new translations
|
|
-----------------------
|
|
|
|
Weblate can add new language files to your project automatically for most of
|
|
the :ref:`formats`. This feature needs to be enabled in the :ref:`component`.
|
|
In case this is not enabled (or available for your file format) the files have
|
|
to be added manually to the VCS.
|
|
|
|
Weblate will automatically detect new languages which are added to the VCS
|
|
repository and makes them available for translation. This makes adding new
|
|
translations incredibly easy:
|
|
|
|
1. Add the translation file to VCS.
|
|
2. Let Weblate update the repository (usually set up automatically, see
|
|
:ref:`update-vcs`).
|