Help:Extension:Translate/Group management
Documentation for Extension:Translate
Translators (main help page )
- How to translate
- Best practices
- Statistics and reporting
- Quality assurance
- Message group states
- Offline translation
- Glossary
Translation administrators
- How to prepare a page for translation
- Page translation administration
- Unstructured element translation
- Group management
- Move translatable page
Sysadmins and developers
After configuring groups they must be processed. This means that definition texts are indexed and needed caches are populated. For this, you need to run processMessageChanges.php to process the changes. You can run this maintenance script as given below.
From the Translate extension directory:
php scripts/processMessageChanges.php
The above mentioned script finds out changes in the messages and makes only these changes available for processing to save time. The changes include:
- changes in English message contents
- changes in message documentation contents
- mismatching contents for group/language
- additional entries in a file for a group/language (i.e. externally maintained)
For new style groups head to Special:ManageMessageGroups and rebuild (import) all languages. On this special page file based message groups can be managed (FileBasedMessageGroup). This page allows updating of the file cache, import and fuzzy for source language messages, as well as import/update of messages in other languages.
For new style message groups you can use Special:ManageMessageGroups to handle fuzzying. For old style message groups you need to track the changes manually and use fuzzy.php to mark translations as in need of an update.
See alsoEdit
- translatewiki:Repository management and related pages have some information of general use