benhuson/language-helper
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Language Helper === Contributors: husobj Donate link: http://www.benhuson.co.uk/donate/ Tags: i18n, locale, language, languages, translation, translations, WPLANG Requires at least: 3.1 Tested up to: 3.5.2 Stable tag: 0.1 License: GPLv2 or later Allows you to select the language used for the WordPress frontend and admin. == Description == This plugin detects an .mo language files installed in your wp-content/languages directory. The naming convention of the .mo files is based on the [ISO-639](http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Language-Codes) language code (e.g. pt for Portuguese) followed by the [ISO-3166](http://www.gnu.org/software/gettext/manual/html_chapter/gettext_16.html#Country-Codes) country code (e.g. _PT for Portugal or _BR for Brazil). So, the Brazilian Portuguese file would be called pt_BR.mo, and a non-specific Portuges file would be called pt.mo. It's not always easy to track down .mo files but you could try the following links: * [WordPress Language File Repository](http://svn.automattic.com/wordpress-i18n/) * [WordPress in Your Language](http://codex.wordpress.org/WordPress_in_Your_Language) * [Installing WordPress in Your Language](http://codex.wordpress.org/Installing_WordPress_in_Your_Language) == Installation == To install and configure this plugin... 1. Upload or install the plugin through your WordPress admin. 2. Activate the plugin via the 'Plugins' admin menu. 3. Configure the password options in the Language Helper settings. = Upgrading = If you are upgrading manually via FTP rather that through the WordPress automatic upgrade link, please de-activate and re-activate the plugin to ensure the plugin upgrades correctly. == Frequently Asked Questions == = Where can I report bugs and issues? = Please log issues and bugs on the plugin's [GitHub page](https://github.com/benhuson/language-helper/issues). You can also submit suggested enhancements if you like. = How can I contribute? = If you can, please [fork the code](https://github.com/benhuson/language-helper) and submit a pull request via GitHub. If you're not comfortable using Git, then please just submit it to the issues link above. == Screenshots == (none at the moment) == Changelog == = 0.1 = * First Release. If you spot any bugs or issues please [log them here](https://github.com/benhuson/language-helper/issues). == Upgrade Notice == = 0.1 = Initial development.