GP Bulk Download Translations

Beschrijving

A plugin for GlotPress as a WordPress plugin that downloads all translation sets for a project as a single zip file.

Installatie

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“GP Bulk Download Translations” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “GP Bulk Download Translations” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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
  • Initiële versie.