外掛說明
這是 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.
常見問題集
-
有待完善
-
有待完善
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
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 版。
