
Convert your WordPress site into all-in-one translation platform of editor and sandbox. GlotPress plugin Required.
| Author: | Mayo Moriyama (profile at wordpress.org) |
| WordPress version required: | 4.8 |
| WordPress version tested: | 4.8.7 |
| Plugin version: | 0.3.1 |
| Added to WordPress repository: | 09-08-2018 |
| Last updated: | 11-09-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 1 |
| Plugin URI: | |
| Total downloads: | 1 283 |

Click to start download
|
Screenshots

Demo - applying translations for strings "New Paragraph" and "Paragraph" on Gutenberg. Add translation on GlotPress then export translation file from GP live export screen.
FAQ
Installation Instructions
- Install and activate GlotPress plugin through the ‘Plugins’ screen in WordPress.
- Install and activate GP Live Export plugin through the ‘Plugins’ screen in WordPress.
- Install and activate any WordPress theme/plugin you desire to translate.
- Access
[home_url]/glotpress/ and setup some project / translation set.
How can I translate WordPress themes & plugins?
Set up project as below:
- Add a new parent project. For plugins, add a name as
Plugins and a slug as wp-plugins. For themes, add a name as Themes and a slug as wp-themes. That setting will work to find right directory when exporting .po and .mo files.
- Add a new project, input theme/plugin name and slug as same as actual plugin and assign parent project.
- Import original strings by any way. Upload
.pot file or use any import plugin.
- Set translation set. Select locale which you’d like to translate. Click
use as name and leave a slug field as default.
- Translate any string.
- Now you can use live export from GP live export option page.
How can I translate WordPress core?
Please wait for future updates!
How can I contribute to the plugin?
Drop by the GitHub repository!
ChangeLog
0.1
0.2
- Fix
is_plugin_active error.
0.3
- Add instruction for seting up first project.
- Add translation set support.
0.3.1
- Export files with WordPress locale (wp_locale) props @pedromendonca