phpwiki 1.3.7: i set the language to "de" and started index.php. it loaded up the pages from \locale\de\pgsrc , but after refresh it doesn't load the HomePage (StartSeite). if the language is "en" it does. even the last link on the virgin loading page is corrupt. it should be "StartSeite", but it is "HomePage".
how do i start the page "StartSeite", when loading "index.php" (without parameters).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in \lib\config.php 383
define('HOME_PAGE', _("HomePage"));
the "_()" function should translate HomePage to StartSeite, because of the LC_MESSAGES. but it doesn't... why?
when i write: define('HOME_PAGE', "StartSeite");
it works
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
phpwiki 1.3.7: i set the language to "de" and started index.php. it loaded up the pages from \locale\de\pgsrc , but after refresh it doesn't load the HomePage (StartSeite). if the language is "en" it does. even the last link on the virgin loading page is corrupt. it should be "StartSeite", but it is "HomePage".
how do i start the page "StartSeite", when loading "index.php" (without parameters).
in \lib\config.php 383
define('HOME_PAGE', _("HomePage"));
the "_()" function should translate HomePage to StartSeite, because of the LC_MESSAGES. but it doesn't... why?
when i write: define('HOME_PAGE', "StartSeite");
it works