Hi folks,
I try to get Oxwall running in German (and I would also share my language pack), but I got some problems:
Start: I got the latest version installed today. Activated almost all plugins, downloaded the German pack, installed that, too.
1. Creating a new group throws an error: so I changed line 883
vi ow_plugins/groups/controllers/groups.php
-------------
public function __construct( $exception = null )
{
//$this->setErrorMessage(OW::getLanguage()->text('groups', 'group_already_exists'));
$this->setErrorMessage('group_already_exists');
$this->exception = $exception;
}
-------------
that is obviously a German part missing in that mod? But even if I add the key in the database, it still fails.
So, if I add a language key value to the table, do I have to delete template cache with smarty? Or what was the problem there?
2. SEO fails in some pages:
The photo, albums, groups, etc. seem to fail on presenting a nice TITLE value for the page. Especially if you add a photo in english and you look at it in another language.
It would be great, if someone could give me a rundown, where to look for these missing titles and how to get these in.
Everything works fine in English, but not in German... (and I guess neither in other languages)...
- how are the languages values gathered?
would be great to know from a PHP coder perspective!
Thanks,
Ralf