Menu

Translation HomePage doesntstart after Virgin

Help
ducuk
2004-01-18
2012-10-11
  • ducuk

    ducuk - 2004-01-18

    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).

     
    • ducuk

      ducuk - 2004-01-18

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.