Beskrivning
Konvertera din WordPress-webbplats till allt-i-ett-översättningsverktyg med redigering och förhandsgranskning i sandbox-miljö. TilläggetGlotPress krävs.
This plugin allows you to export and save translations from GlotPress directly to the site language directory (wp-content/languages) by one click from WordPress dashboard, so that you can review translations on actual applied place while editing translation.
Skärmdumpar
Installation
- 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.
Vanliga frågor
- Installationsinstruktioner
-
- 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?
-
Ställ in projektet enligt nedan:
- Add a new parent project. For plugins, add a name as
Plugins
and a slug aswp-plugins
. For themes, add a name asThemes
and a slug aswp-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 asdefault
. - Översätt någon sträng.
- Now you can use live export from GP live export option page.
- Add a new parent project. For plugins, add a name as
- Hur kan jag översätta WordPress-kärnan?
-
Vänta på framtida uppdateringar!
- Hur kan jag bidra till detta tillägg?
-
Drop by the GitHub repository!
Bidragsgivare och utvecklare
”GP Live Export” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”GP Live Export” har översatts till 4 språk. Tack till översättarna för deras bidrag.
Översätt ”GP Live Export” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
0.1
- initial release.
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