Forum Replies Created
-
In reply to: Are there any localization files?
Potter_System – your update did the trick – thanks
In reply to: Are there any localization files?lstelie,
Sorry!!! please ignore my last post – I was wrong.
In reply to: Are there any localization files?lstelie,
These strings are hard-coded in:
bb-includes/functions.php
line 1394:
$views = array(‘no-replies’ => __(‘Topics with no replies’), ‘untagged’ => __(‘Topics with no tags’), ‘unresolved’ => __(‘Unresolved topics’));
Just translate them in the code and you are done
In reply to: Are there any localization files?aka: yes, it works! The only thing I did change it to plave the call:
load_default_textdomain();
just after line 75.
In reply to: Are there any localization files?lstelie,
You have to enter:
define (‘WPLANG’, ‘your-lang’); in the config file.
In reply to: Are there any localization files?You need to translate the po file (see 4 messages above). Then the mo file should go to bb-includes/languages.
But… I could not get it to work
In reply to: Installation to sub domain Error 400I had no problems with the same configuration (host site5).
Is your config file located in the subdomain directory?
In reply to: Are there any localization files?I think that the following call in bb-settings.php is missing:
// Load the default text localization domain.
load_default_textdomain();
In reply to: Are there any localization files?Falo thanks.
Did you get it to work?
In reply to: Are there any localization files?Can you please send me the po file:
selad at optiwater dot com
thanks
In reply to: Are there any localization files?SteveAgl,
What exactly did you enter in the config file?
If you do get it to work please post here how.
Thanks
In reply to: Are there any localization files?Just one more quick one: how many strings are still hard coded into bbPress?
In reply to: Are there any localization files?Thanks matt. So I can build the po file myself, right?