Hi, I am trying to use polyglot plugin on my blog. In wordpress 1.5, I can use handy rewrite rules to make pretty URL:
RewriteRule ^(.*)/en/?$ /blog/$1?lp_lang_view=en [QSA]
RewriteRule ^(.*)/zh/?$ /blog/$1?lp_lang_view=zh [QSA]
But it can not work in 2.0 at all. Is there any filter for such situation? how can I do?
I try to modify classes.php, but it is so complicate.
Thank you for your help!