Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
174d6b5e
Commit
174d6b5e
authored
Sep 30, 2019
by
Ulrike Uhlig
Browse files
Make step 6 an own entry
parent
03e2ac62
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/blueprint/translation_platform.mdwn
View file @
174d6b5e
...
...
@@ -136,13 +136,12 @@ script which is executed on the VM hosting Weblate as [a cronjob every
canonical repository (called "main" in the script).
2. Make Weblate commit pending approved translations locally
3. Weblate → Integration:
Integrate committed changes from Weblate into the
I
ntegration repository
Integrate committed changes from Weblate into the
i
ntegration repository
4. Integration → Canonical:
Push up-to-date integration repository to canonical repository.
5. Canonical → Weblate:
Pull from canonical and update the Weblate components.
6. Run [`manage.py update_index`](https://docs.weblate.org/en/weblate-2.20/admin/management.html#update-index).
Updates index for fulltext search, it is recommended by Weblate to run it every 5 mins.
6. Update Weblate's index for fulltext search
Whenever a contributor modifies a markdown (`*.mdwn`) file, and pushes
to master, the corresponding POT and PO files are updated, that is: the
...
...
@@ -276,6 +275,13 @@ for Weblate component changes. This remote name is set in the
and used in the cronjob `update_weblate_components.py
--remoteBranch=cron/master [...]`.
### Step 6
Run [`manage.py
update_index`](https://docs.weblate.org/en/weblate-2.20/admin/management.html#update-index).
This updates Weblate's index for fulltext search. It is recommended by
Weblate to run it every 5 mins.
<a id="staging-website"></a>
Staging website
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment