Custom GlotPress Source

外掛說明

這個外掛允許 GlotPress 管理員在與主要 WordPress 譯文存放庫對等的自訂 GlotPress 平台管理譯文。

這對本地化付費版佈景主題或外掛特別有幫助。

在更新頁面可以手動下載。

安裝方式

  1. 將壓縮檔解壓縮所得的 custom-glotpress-source 資料夾上傳至 /wp-content/plugins/ 目錄中。
  2. 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
  3. 前往 [設定]→[GlotPress] 變更預設設定。
  4. 輸入自訂 GlotPress 網址。

常見問題集

這個外掛是否支援多站網路?

支援,但必須在多站網路層級啟用。

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Custom GlotPress Source〉的開發相關工作。

參與者

〈Custom GlotPress Source〉外掛目前已有 7 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Custom GlotPress Source〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.5.2

  • Load after plugins_loaded hook
  • Update dependencies to latest version

1.5.1

  • Set cache expiration to 1 day

1.5

  • Adds support for CiviCRM “Language Update” extension
  • Neww custom_glotpress_source_civicrm_l10n_path filter hook
  • Adds option for error reporting
  • Adds requirement for PHP 7.4

1.4.2

  • Fix Fatal error: Uncaught Error: Class ‘WP_CLI’

1.4.1

  • More flexible params for Custom_GlotPress_Source::update_core(), Removes Fatal error in some contexts

1.4

  • Add “Select all” checkbox in upgrades page
  • Add wp-cli commands:
    • Show translation list with WP-CLI command wp language custom list
    • Update translation with WP-CLI command wp language custom update [project-name] [--all]
  • Fix “Undefined property: stdClass::$sub_projects” warning
  • Fix “Undefined array key “values” warning”
  • Use wp_get_themes() instead of deprecated get_themes()

1.3.1

  • Fix Theme interpretation (Bug introduced in 1.2.2)

1.3

  • Manage “per project” updates
  • Use cache for available translation storage

1.2.2

  • Cleanup domains

1.2.1

  • Add filter hook on projects
  • Add filter hook on file URL

1.2

  • Add support for CiviCRM extensions

1.1

  • Initial release