by lilibird » Tue Jan 18, 2011 4:45 pm
hello,
this is a good good plugin ! After so many try, this is this only one wich is easy and really usable for a newbie like me !
I just have a few little troubles and may be someone could help me to finish the installation of qtranslate.
I try to use "full" and "short" tag in a dedicated place in arras theme and it does'nt work...
Idem for widget title (qt 2.5)
In fact It works in english but the translate in french look like this : (English) English
instead of the translation : Français
I had try this :
[:en]English[:fr]Français
and this :
<!--:en-->English<!--:--><!--:fr-->Français<!--:-->
And the result is idem...
tath means the tag is active but something wrong happened ...
Do I missed something ?
My second problem is : I upload the fr_FR.mo and .po for arras theme , but I don't understand how activate the translation of my theme... With wordpress location I found it in the right place with the right tranlation, but I imagine I have some code to do ? Arras is compatible with qtranslate, I found those line in function.php :
// Remove filter on theme options if qTranslate is enabled
if (function_exists('qtrans_init')) {
remove_filter('option_arras_options', 'qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage', 0);
}
Well, if someone has a few minuts for me, welcome !
lilibird