I, (the developer of this plugin), only speaks English; but I have prepared the way for the plugin to be easily translated into other languages. This plugin can use translation (or "localization") files from this folder, so that people who have set up WordPress to use a different language will automatically see the plugin interface in their own language.
You can help.
If you speak English and another language, you can help out by creating (or updating) a localization file for that other language. I will include any translations I receive in the download package, which means that if a translation is available, people will automatically see the plugin interface in their own language.
This plugin can use translation files ending in .mo
. Each language file is named with a code indicating the language and country. For example, a file for English as spoken in the USA would be "graceful-pull-quotes-en_US.mo
", and for Italian (as spoken in Italy) is "graceful-pull-quotes-it_IT.mo
".
You don't need to do anything special to use the plugin translation, but WordPress itself needs to be set up properly for your language. For more information on doing this, please visit http://codex.wordpress.org/WordPress_Localization.
If you would like to submit a translation of this plugin, please take a look at the file graceful-pull-quotes.pot
. That's a template containing all the text that needs to be translated. Rename it, adding the language_COUNTRY
code as described above, and change the extension from ".pot
" to ".po
".
Now, open up the file in a text editor (not a word processor!). On Mac OS X, I recommend the free TextWrangler; for Windows, you might use Notepad++.
Editing the file is easy. Every time you see something like this...
#: graceful-pull-quotes.php:123 msgid "Basic Options" msgstr ""
...just fill in the blanks...
#: graceful-pull-quotes.php:123 msgid "Basic Options" msgstr "Opzioni Di Base"
That's it! When you're done, please email the .po file to me at localizations@striderweb.com
Note that at the top of the file, you can give yourself credit by replacing the CAPITALIZED TEXT with your own information. Also, if you know it, please fill in the language code. (If you don't know the code, just tell me what language it is, and the country, in your email and I'll figure it out.)
If you're feeling ambitious, you might also translate the "alternate text" help file. Simply open the file at graceful-pull-quotes/resources/help/alt-text-info.en_US.htm
in a text editor and translate it. Rename it to alt-text-info.language_COUNTRY.htm
.
Thanks for the help! I'm sure other people who speak your language will appreciate it.