Cannot set forum name other than roman letter!
-
Hello everyone,
I wanted to change my forum name into a Japanese name. So I looked on this forum and it says that I must change the name into the config.php.
the problem is that if I write :
// What are you going to call me?
$bb->name = 大阪フォーラム;
It just won’t work (problem with the japanese decoding)
So i tried :
// What are you going to call me?
$bb->name = __(‘Osaka Forum’);
Translated the phrase etc into the ja.mo files as I do for the rest, and then when I upload config.php it just tell me that __(); function don’t exist.
May someone have any idea for me?
Tks
Louis
- You must be logged in to reply to this topic.