{"id":40792,"date":"2015-12-15T23:58:32","date_gmt":"2015-12-15T23:58:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/gp-bulk-download-translations\/"},"modified":"2024-11-12T00:06:53","modified_gmt":"2024-11-12T00:06:53","slug":"gp-bulk-download-translations","status":"publish","type":"plugin","link":"https:\/\/tt.wordpress.org\/plugins\/gp-bulk-download-translations\/","author":8805794,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2","stable_tag":"1.2","tested":"6.6.5","requires":"4.4","requires_php":"","requires_plugins":null,"header_name":"GP Bulk Download Translations","header_author":"Greg Ross","header_description":"","assets_banners_color":"9584bf","last_updated":"2024-11-12 00:06:53","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/toolstack.com\/donate","header_plugin_uri":"http:\/\/glot-o-matic.com\/gp-bulk-download-translations","header_author_uri":"http:\/\/toolstack.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2421,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.5":{"tag":"0.5","author":"GregRoss","date":"2015-12-15 23:59:07"},"0.6":{"tag":"0.6","author":"GregRoss","date":"2016-01-15 23:35:57"},"1.0":{"tag":"1.0","author":"GregRoss","date":"2016-03-18 21:37:39"},"1.1":{"tag":"1.1","author":"GregRoss","date":"2023-12-03 02:48:20"},"1.2":{"tag":"1.2","author":"GregRoss","date":"2024-11-12 00:06:53"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3186072,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3186072,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3186072,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3186072,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.5","0.6","1.0","1.1","1.2"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[32555,2333],"plugin_category":[48],"plugin_contributors":[77755],"plugin_business_model":[],"class_list":["post-40792","plugin","type-plugin","status-publish","hentry","plugin_tags-glotpress","plugin_tags-translation","plugin_category-language-tools","plugin_contributors-gregross","plugin_committers-gregross"],"banners":{"banner":"https:\/\/ps.w.org\/gp-bulk-download-translations\/assets\/banner-772x250.png?rev=3186072","banner_2x":"https:\/\/ps.w.org\/gp-bulk-download-translations\/assets\/banner-1544x500.png?rev=3186072","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/gp-bulk-download-translations\/assets\/icon-128x128.png?rev=3186072","icon_2x":"https:\/\/ps.w.org\/gp-bulk-download-translations\/assets\/icon-256x256.png?rev=3186072","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A plugin for <a href=\"https:\/\/github.com\/GlotPress\/GlotPress-WP\">GlotPress as a WordPress plugin<\/a> that downloads all translation sets for a project as a single zip file.<\/p>\n\n<!--section=installation-->\n<p>Install from the WordPress plugin directory.<\/p>\n\n<p>By default PO files will be exported, you can set which formats will be exported by adding the following line to your wp-config.php file (only include those lines for the formats you wish to export):<\/p>\n\n<pre><code>define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_PO', true );\ndefine( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_MO', true );\ndefine( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_ANDROID', true );\ndefine( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_RESX', true );\ndefine( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_STRINGS', true );\n\nNote: If you have custom formats defined you can use 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_[SLUG]' to include them (SLUG must be in upper case and any dashes replaced with underscores).\n<\/code><\/pre>\n\n<p>You can also define the temporary directory to use by adding the following line to your gp-config.php file:<\/p>\n\n<pre><code>define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_TEMP_DIR', 'c:\/temp' );\n\nNote: Do not include a trailing slash.\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt id='tbd'><h3>TBD<\/h3><\/dt>\n<dd><p>TBD<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2<\/h4>\n\n<ul>\n<li>Release date: November 11, 2024<\/li>\n<li>PHP 8.1 compatibility with not dynamically creating variables<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Release date: June 20, 2016<\/li>\n<li>Renamed main plugin file.<\/li>\n<li>Fixed gp_export_translations_filename filter passing an incorrect parameter, thanks DavidAnderson684.<\/li>\n<li>Fixed incorrect locale parameter being passed to export code.<\/li>\n<li>Updated file generation code to it's own function to allow for other plugins to use it.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Release date: March 18, 2016<\/li>\n<li>Official 1.0 release and some minor documentation updates.<\/li>\n<\/ul>\n\n<h4>0.6<\/h4>\n\n<ul>\n<li>Release date: January 15, 2016<\/li>\n<li>Fixed use of filter for file names.<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Release date: December 14, 2015<\/li>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"A plugin for GlotPress as a WordPress plugin that downloads all translation sets for a project as a single zip file.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/40792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=40792"}],"author":[{"embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gregross"}],"wp:attachment":[{"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=40792"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=40792"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=40792"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=40792"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=40792"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tt.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=40792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}