Language Pack trouble with integrated Gallery1

Das Gurke

Joined: 2008-05-03
Posts: 2
Posted: Sat, 2008-05-03 11:53

I have seen this problem numerous times on the forum but could not find a solution. I downloaded the latest german language pack and placed it in the "locale" folder: http://forum.herr-der-elemente.de/modules/gallery/locale/de_DE/de_DE-gallery_core.po. The files are accessible.

I then edited the config.php and tried out several values:
$gallery->app->default_language = "de_DE";
$gallery->app->ML_mode = "1";
$gallery->app->available_lang[] = array("de_DE","en_US");
$gallery->app->show_flags = "yes";

But the whole gallery remains in english and I cant even see flags. Any help would be deeply appreciated!

The following information is required to get an answer:
Gallery URL (optional but very useful): http://forum.herr-der-elemente.de/modules.php?op=modload&name=gallery&file=index
Gallery version: 1.5.7
Apache version: 1.3.41
PHP version (don't just say PHP 4, please): 5.2.4
Graphics Toolkit:
Operating system: Gentoo
Web browser/version (if applicable): Firefox 3 Beta 5

Login or register to post comments
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6158
Posted: Sun, 2008-05-04 09:02

Hello

Quote:
$gallery->app->available_lang[] = array("de_DE","en_US");

Gallery is does not do this.
It would create:

$gallery->app->available_lang[] = "en_US";
$gallery->app->available_lang[] = "de_DE";

But it seems you already fixed you issue, as i can see you Gallery in german?
Would you should fix, is that your Gallery runs standalone as this is necessary to use the config wizard.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

Login or register to post comments
Das Gurke

Joined: 2008-05-03
Posts: 2
Posted: Sun, 2008-05-04 11:27

Heaven knows why it works now ... I didn't change a thing :) But thank you!

Login or register to post comments