Title: GP Auto Extract
Author: Greg Ross
Published: <strong>28 ມັງກອນ 2016</strong>
Last modified: 7 ພະຈິກ 2024

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/gp-auto-extract/assets/banner-772x250.png?rev=3182669)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://ps.w.org/gp-auto-extract/assets/icon-256x256.png?rev=3182669)

# GP Auto Extract

 ໂດຍ [Greg Ross](https://profiles.wordpress.org/gregross/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/gp-auto-extract.1.1.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/gp-auto-extract/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/gp-auto-extract/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/gp-auto-extract/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/gp-auto-extract/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/gp-auto-extract/)

## ຄຳອະທິບາຍ

A plugin for [GlotPress](https://wordpress.org/plugins/glotpress) that adds an option
to extract original strings from a remote source repo directly in to a GlotPress
project.

Features:

 1. WordPress, GitHub and custom sources.
 2. Private GitHub repos with HTTP basic authentication.
 3. GitHub tags and branches.
 4. Importing for an existing extract file.

To set it up, go to Settings->GP Auto Extract in WordPress. You’ll see a list of
your projects in GP, you can edit the settings for each one:

 1. Source Type
 2. Setting
 3. Branch/Tag (for GitHub repos only)
 4. Use HTTP Basic Authentication (for GitHub repos only)
 5. Import from existing file

Each source type has the following settings associated with it:

 1. None – Don’t auto extract this project.
 2. WordPress.org – the slug for the WordPress.org SVN repo to extract from (for example“
    gp-auto-extract” for this plugin).
 3. GitHub – The user name and repo name on GitHub to extract from (for example “toolstack/
    gp-auto-extract”).
 4. Custom – a complete url to a ZIP file containing the source code to extract from.

Once the setting has be entered, you can save them with the button to the right 
and then run an extract which will update the originals in the given project from
the source selected.

## ການຕິດຕັ້ງ

Install from the WordPress plugin directory.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### Does the plugin support webhooks for remote repos?

Not yet, the 1.0 release will likely have support for webhooks so the extract can
be executed whenever a remote file changes.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“GP Auto Extract” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Greg Ross ](https://profiles.wordpress.org/gregross/)
 *   [ Thiago Benvenuto ](https://profiles.wordpress.org/brazabr/)

[ແປ “GP Auto Extract” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/gp-auto-extract)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/gp-auto-extract/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/gp-auto-extract/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/gp-auto-extract/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/gp-auto-extract/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.1

 * Release Date: November 6, 2024
 * Fixed: Fatal error for subprojects when auto extract triggered from the front
   end.

#### 1.0

 * Release Date: November 5, 2024
 * Fixed: Missing assets for js/css.
 * Fixed: Various PHP8 deprecation warnings.
 * Fixed: Duplicate function definition in another plugin has already include the
   WP file.php code.

#### 0.9

 * Release Date: October 9, 2024
 * Added: Support for WordPress Themes, thanks @pedro-mendonca.
 * Fixed: Warnings/errors due to create_function() being removed in PHP8.
 * Updated: pomo and extract functions from WP and WP I18N libraries respectively.

#### 0.8

 * Release Date: January 16, 2017
 * Info: Welcome new contributor brazabr!
 * Added: Support for HTTP Basic Authentication for GitHub (thanks brazabr).
 * Added: Option to skip POT generation and import an existing file from repository/
   archive (thanks brazabr).
 * Added: Option to override GitHub branch or tag (thanks brazabr).
 * Updated: UI for editing each project setting (thanks brazabr).

#### 0.7

 * Release Date: January 10, 2017
 * Added: Auto Extract option to the projects menu on the front end.
 * Fixed: Various WP_DEBUG warnings.
 * Fixed: Better handling of corrupt zip files.
 * Fixed: Make sure to remove temporary files.
 * Fixed: Source file references would incorrectly include plugin top level directory,
   thanks @brazabr.

#### 0.6

 * Release Date: March 18, 2016
 * Documentation updates.

= 0.5
 * Release Date: January 28, 2016 * Initial release.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **2 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 4.4 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.6.5**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/gp-auto-extract/)
 * ແທັກ
 * [glotpress](https://lo.wordpress.org/plugins/tags/glotpress/)[translation](https://lo.wordpress.org/plugins/tags/translation/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/gp-auto-extract/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/gp-auto-extract/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/gp-auto-extract/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Greg Ross ](https://profiles.wordpress.org/gregross/)
 *   [ Thiago Benvenuto ](https://profiles.wordpress.org/brazabr/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/gp-auto-extract/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://toolstack.com/donate)