Nikerabbit has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/398423 )
Change subject: Fix empty files in export in native format ...................................................................... Fix empty files in export in native format https://translatewiki.net/wiki/Thread:Support/Export_generates_empty_resources/ Change-Id: I4f063961440936aa59aad17618c2b06c36687192 --- M specials/SpecialExportTranslations.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate refs/changes/23/398423/1 diff --git a/specials/SpecialExportTranslations.php b/specials/SpecialExportTranslations.php index f16afe2..4e0a4ba 100644 --- a/specials/SpecialExportTranslations.php +++ b/specials/SpecialExportTranslations.php @@ -241,6 +241,8 @@ $collection->filter( 'ignored' ); } + $collection->loadTranslations(); + return $collection; } -- To view, visit https://gerrit.wikimedia.org/r/398423 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4f063961440936aa59aad17618c2b06c36687192 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Translate Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
