How to use a localization file

Each language is named with a code indicating the lanugage and country. For example, a file for English as spoken in the USA would be "jspq-en_US.mo", and Italian (as spoken in Italy) is "jspq-it_IT.mo".

To use a language other than the default English, take the language file you want and move it up one folder to the jspullquotes folder.

Wordpress also needs to be set up properly for your language, of course. For more information on doing this, please visit http://codex.wordpress.org/WordPress_Localization.

How to submit a translation

If you speak another language and would like to submit a translation of this plugin, please take a look at the file "jspq.pot". That is template containing all the text that needs to be translated on the Options screen.

Every time you see something like this...

#: jspquote.class.php:123
msgid "Basic Options"
msgstr ""

...just fill in the blanks...

#: jspquote.class.php:123
msgid "Basic Options"
msgstr "Opzioni Di Base"

...and email it to me at localizations@striderweb.com.

Note that at the top of the file, you can give yourself credit where credit is due 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 in your email and I'll figure it out.)