=== Yoast SEO fix for qTranslate ===
Contributors: lupetalo
Tags: Yoast, qTranslate
Requires at least: 3.0.1
Tested up to: 3.6.1
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

When using qTranslete with Yoast SEO plugim it outputa all languanges in title. This plugin Fixes this. Only current languange will be outputed. It runs filter that wraps $title into __() and fixes Yoast SEO plugin that outputs all languanges at Once in Title. I acctualy sugested to Joost to do this in his plugin (adding only 4 chars to file "class-frontend.php" at specific line), but he replied: "I wont support qTranslate, sorry. It abuses the translation API in ways that breaks other stuff." Since it does not break stuff i made this extreemly simple plugin.

== Description ==

When using qTranslete with Yoast SEO plugim it outputa all languanges in title. This plugin Fixes this. Only current languange will be outputed. It runs filter that wraps $title into __() and fixes Yoast SEO plugin that outputs all languanges at Once in Title. I acctualy sugested to Joost to do this in his plugin (adding only 4 chars to file "class-frontend.php" at specific line), but he replied: "I wont support qTranslate, sorry. It abuses the translation API in ways that breaks other stuff." Since it does not break stuff i made this extreemly simple plugin.

== Installation ==

Upload, Activate

== Screenshots ==

No need...

== Changelog ==

= 1.0 =
* Initial release
