Title: GP Bulk Download Translations
Author: Greg Ross
Published: <strong>December 15, 2015</strong>
Last modified: November 12, 2024

---

Search plugins

![](https://ps.w.org/gp-bulk-download-translations/assets/banner-772x250.png?rev
=3186072)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/gp-bulk-download-translations/assets/icon-256x256.png?rev=3186072)

# GP Bulk Download Translations

 By [Greg Ross](https://profiles.wordpress.org/gregross/)

[Download](https://downloads.wordpress.org/plugin/gp-bulk-download-translations.1.2.zip)

 * [Details](https://wordpress.org/plugins/gp-bulk-download-translations/#description)
 * [Reviews](https://wordpress.org/plugins/gp-bulk-download-translations/#reviews)
 *  [Installation](https://wordpress.org/plugins/gp-bulk-download-translations/#installation)
 * [Development](https://wordpress.org/plugins/gp-bulk-download-translations/#developers)

 [Support](https://wordpress.org/support/plugin/gp-bulk-download-translations/)

## Description

A plugin for [GlotPress as a WordPress plugin](https://github.com/GlotPress/GlotPress-WP)
that downloads all translation sets for a project as a single zip file.

## Installation

Install from the WordPress plugin directory.

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):

    ```
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_PO', true );
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_MO', true );
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_ANDROID', true );
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_RESX', true );
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_FORMAT_STRINGS', true );

    Note: 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).
    ```

You can also define the temporary directory to use by adding the following line 
to your gp-config.php file:

    ```
    define( 'GP_BULK_DOWNLOAD_TRANSLATIONS_TEMP_DIR', 'c:/temp' );

    Note: Do not include a trailing slash.
    ```

## FAQ

### TBD

TBD

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“GP Bulk Download Translations” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Greg Ross ](https://profiles.wordpress.org/gregross/)

[Translate “GP Bulk Download Translations” into your language.](https://translate.wordpress.org/projects/wp-plugins/gp-bulk-download-translations)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/gp-bulk-download-translations/),
check out the [SVN repository](https://plugins.svn.wordpress.org/gp-bulk-download-translations/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/gp-bulk-download-translations/)
by [RSS](https://plugins.trac.wordpress.org/log/gp-bulk-download-translations/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2

 * Release date: November 11, 2024
 * PHP 8.1 compatibility with not dynamically creating variables

#### 1.1

 * Release date: June 20, 2016
 * Renamed main plugin file.
 * Fixed gp_export_translations_filename filter passing an incorrect parameter, 
   thanks DavidAnderson684.
 * Fixed incorrect locale parameter being passed to export code.
 * Updated file generation code to it’s own function to allow for other plugins 
   to use it.

#### 1.0

 * Release date: March 18, 2016
 * Official 1.0 release and some minor documentation updates.

#### 0.6

 * Release date: January 15, 2016
 * Fixed use of filter for file names.

#### 0.5

 * Release date: December 14, 2015
 * Initial release.

## Meta

 *  Version **1.2**
 *  Last updated **2 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **6.6.5**
 * Tags
 * [glotpress](https://wordpress.org/plugins/tags/glotpress/)[translation](https://wordpress.org/plugins/tags/translation/)
 *  [Advanced View](https://wordpress.org/plugins/gp-bulk-download-translations/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/gp-bulk-download-translations/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/gp-bulk-download-translations/reviews/)

## Contributors

 *   [ Greg Ross ](https://profiles.wordpress.org/gregross/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/gp-bulk-download-translations/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://toolstack.com/donate)