Skip to content

vibgyj/WPTranslationFiller

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 

WordPress Translation Filler - Chrome Extension

Automatically fill translations from APIs and indicate the accuracy of translation according to locale glossary.

This extension helps with Wordpress Translation and has the following features:

  1. Fetch translations from APIs like Google Cloud Translation
  2. Indicate translation accuracy based on uploaded locale glossary
  3. Provide convenient Approve/Reject button based on translation accuracy
  4. For full documentation visit the Wiki: https://github.com/vibgyj/WPTranslationFiller/wiki

Installation

Method 1

  1. Get chrome-extension.zip from the release and extract to a folder.
  2. Select the "master" branch as that is the version also present in the Chrome Store.
  3. Open Chrome extensions and enable Developer mode.
  4. Then use Load Unpacked button and point to the folder.
  5. The addon will installed and can be activated.
  6. Open the options page from within Extensions and set the parameters as shown in the Wiki:https://github.com/vibgyj/WPTranslationFiller/wiki

Method 2

  1. Download the addon from the Chrome store via the link below
  2. https://chrome.google.com/webstore/detail/wordpress-translation-fil/jpkhdloebckgcnealfnkpkafpmhkmphj
  3. Install the addon, and setup the parameters as shown in the Wiki:https://github.com/vibgyj/WPTranslationFiller/wiki

After installation

  1. After the installation and activation, you will get new buttons within the project.
  2. The "Translate" button above the list translates the whole page selected.
  3. The "Translate" button within the editor, only translates the selected record.
  4. The "Check" button is used to check if the translated page is using glossary verbs.
  5. For full documentation visit the Wiki: https://github.com/vibgyj/WPTranslationFiller/wiki
  6. If any bugs/problems are found, please add an issue within the repository.