Updated mediawiki/extensions Project: mediawiki/extensions/Translate cac6aff5b918a5d490f30ab36445ed9df5d5d2c3
Get untranslated messages in the target language, using MessageCollection
Steps:
- Fetch 1000 messages for the query string in the source language.
- Create message definitions for all message keys found in step 1.
- Filter to get all the translations of said messages not existing
in the selected target language.
- After filtering, if the messages count is less than the limit, say 25,
then repeat step 1 to fetch the next 1000 messages until found the remaining.
By default:
- the source language is the wiki's content language,
- the target language is the interface language.
Use parameter 'filter=untranslated' to get untranslated messages.
Bug: T101220
Change-Id: I3b24a6170a1b27f5e7b8ae5828afd32d85bfeb2b
Followup-id: I246aeea623c1d81f5ce148185be8c9c9ef8f0923