這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

GP Bulk Download Translations

外掛說明

這是 GlotPress 的 WordPress 外掛版本的擴充功能外掛,用於下載指定專案中的全部譯文集,並壓縮為單一 ZIP 檔。

安裝方式

從 WordPress 外掛目錄進行安裝。

PO 檔案會依照預設值匯出,你可以將以下內容加入 wp-config.php 檔案中 (僅加入需要匯出的格式的那幾行),指定需要匯出的格式:

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

你也可以將以下內容加入 gp-config.php 檔案中,自行指定暫存目錄:

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

Note: Do not include a trailing slash.

常見問題集

有待完善

有待完善

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈GP Bulk Download Translations〉的開發相關工作。

參與者

將〈GP Bulk Download Translations〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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
  • 第 1 版。