Linux 软件免费装
Banner图

GP Bulk Download Translations

开发者 GregRoss
更新时间 2023年12月3日 10:48
捐献地址: 去捐款
PHP版本: 4.4 及以上
WordPress版本: 6.4.1
版权: GPLv2
版权网址: 版权信息

标签

translation glotpress

下载

0.5 0.6 1.0 1.1

详情介绍:

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

安装:

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.

常见问题:

TBD

TBD

更新日志:

1.1 1.0 0.6 0.5