V tento špeciálny palindromický dátum, je vydaná nová verzia Transposh. Táto verzia bola príliš dlho odložená, ale keďže som konečne dostal čas, je hore a k dispozícii.
Tak, načo je to dobré?
najprv, Chcel by som poďakovať Julienovi Ahrensovi z Bezpečnosť RCE za pomoc pri odhaľovaní niekoľkých slabých stránok predchádzajúcej verzie, a spolupracovať so mnou na poskytovaní opráv a ich overovaní. Julien mi poskytol informácie a úplné zverejnenie a bol so mnou veľmi trpezlivý, kým som konečne nemal čas všetko napraviť. Môžem mu dať len moje najvyššie odporúčanie, a ukážte mi tu moje uznanie. VĎAKA!
Medzi ďalšie veci v tejto verzii patrí oprava notoricky známej regresie s Google Translate, spôsobí, že ľudia dostanú [objektové okno] a/alebo duplicitný obsah. Ak používate Google Translate, na vymazanie duplicitných údajov použite nové tlačidlo v záložke utility. Uložiť si aktuálnu zálohu vašich ľudských prekladov je vždy dobrý nápad.
Existuje tiež veľa vylepšení na zavádzajúcej karte s názvom editor prekladov (, Ktorý, pri spätnom pohľade som mal asi zavolať “riadenie prekladov”) čo vám umožňuje lepšiu kontrolu a prehľad o aktuálnych prekladoch.
Veľa práce sa tu venovalo kompatibilite s PHP8 a wordpress 5.9, Verím, že väčšina problémov bola odstránená, a widgety by mali opäť fungovať v rozhraní, Chcem poďakovať všetkým používateľom, ktorí mi pomohli s testovaním, a hlavne Alex a Marcel. vďaka chlapci!
Ďalšia verzia snáď príde skôr, Myslím, že vývoj a fóra vezmem na github alebo podobnú platformu. Ak máte o tom nejaké myšlienky, dajte mi vedieť.
Neváhajte kontaktuj nás alebo zanechajte svoje pripomienky k tomuto príspevku, darí sa nám z vašich pozitívnych vstupov a nápadov (a vädnú na negatíve…) pomôžte nám teda poskytnúť vám jeden z najlepších a bezplatných prekladateľských nástrojov, ktoré sú k dispozícii.
Fantastická správa! tento plugin je naozaj najlepší prekladový plugin, aký som našiel
Toto je najšťastnejší deň v tomto roku. Vďaka.
First Thanks for your work!
But, Ospravedlňujem, This version break some things in my website. How can I make downgrade plugin?
Tanks!!!!!
Staršie verzie sú k dispozícii, but I don’t think that downgrading will help in any way. I suggest to contact our support via the form on this site.
When switching to the Taiwanese language, there will be a path error when switching to other languages. Napríklad, when the Taiwanese language is converted to French: /zh-tw/ will become /fr-tw/, obviously this should be /fr/
Hi there,
I love your plugin very much!
But recently i found that transposh does not translate completely the custom fields in my site (meta keywords and meta description), some of them are traslated, but most of them are not.
This can be a bug or maybe related with the theme?
Thank you and best regards,
Jammy
Thanks a lot for this very useful FREE translation plugin 🙂
Free but beyond other translation plugins.
thanks for your great work.
Damn wordpress can’t search for such a great plugin.
It is so difficult for ordinary people to obtain valuable information.
This plugin should be installed on every wordpress website.
Maybe this can help someone else. I have been using your plugin on all of my clients website and it helped me a lot in order to offer a “logical” a “efficient” way to translate things.
One fix I came up with was with EXTERNAL Custom Links added within the WordPress Menu. The problem is that you cannot translate the url and therefore, if you serve a /fr version of a site and that it points to an external /fr version (of another site), that might cause you headaches. I don’t know if this was possible already through other ways, but anyhow here is my take on it.
Here is what I came up with:
– add a specific class (LANGCODE_only, ex: fr_only) into a menu item
– you can then have multiple instances of that menu item (one for each language) and it will only show in the proper language.
– you simply add this code in your functions.php
//TRANSPOSH FIX FOR EXTERNAL CUSTOM URL
add_filter(‘wp_nav_menu_objects’, ‘lang_filter_menu’, 10, 2);
function lang_filter_menu($sorted_menu_objects, $args) {
global $my_transposh_plugin;
$currentlang = transposh_get_current_language();//get current lang
$allAvailableLang = explode(',', $my_transposh_plugin->options->viewable_languages);//get all actively translateable languages
$arrayToCompare = array_diff($allAvailableLang, rad($currentlang));//remove the current language
// remove the menu item that has not the proper lang
//base on class LANGCODE_only, ex: pt_only
//YOU MUST ADD THE CLASS IN THE APPEARANCE > MENU > MENU ITEM, under “CSS Classes (optional)”
foreach ($sorted_menu_objects as $key => $menu_object) {
//loop through array of compare langs
foreach ($arrayToCompare as $notPresentLang){
//remove item if not current language
ak ( in_array($notPresentLang.’_only’, $menu_object->classes )) {
unset($sorted_menu_objects[$key]);
break;
}
}
}
return $sorted_menu_objects;
}
Many thanks to the developer and supporter of the best wordpress translation plugin.
Please release a more advanced pro version for a reasonable fee so you can offer more and earn better.
Glad that My Fav plugin got updated