Skip to content

toolstack/gp-auto-extract

Repository files navigation

GP Auto Extract

A plugin for 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.