How to – Disable Translations

Posted in: Newspaper
Post count: 37

Hi TagDiv Team,

I need to change the reference to the default translation to en_US so that third-party translation plugins can access that.
Can you tell me which file handles that class and from which row, please?
Best

EDIT: To be more specific, the translation options in the theme panel are incompatible with other translation plugins. I need to disable or work around them.
Thank you!

Post count: 9544

You can actually specify the default language for the site in the wp-config.php file for your site which sets the de-facto default language. This may not be what you want, but the default is already English for WordPress unless it’s changed.

Post count: 37

Thank you for your answer.
Point is that having a “default” po-mo in the theme language folder is… unexpected
I just would like to know where is that bit of code.
I hope that this board can give me support, otherwise I’ll have to dig it myself

Post count: 6600

Hi,

You can find the default files here: http://screencast.com/t/Kr3sEx9k
You can read more about this here: http://codex.wordpress.org/Installing_WordPress_in_Your_Language

Hope this helps!
Thanks

Post count: 37

Hi Lucian,

thank you for your reply, but my problem was far more annoying.
I do have a limited understanding of programming and I can handle plugins (I’ve even written a simple homepage redirect) in a few CMSes.
I was unable to translate properly only SOME part of the template.
Categories, posts, menus worked. But not small bits like “All”. This drove me crazy.
After trying several solutions, I’ve been able to solve my issue by purging obsolete transient options. Which was unexpected but did the trick.
I don’t know what, or which plugin, did create the problem though…

Thank you!

– Luca

Post count: 6600

Glad you figured this out.
Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.