Commit graph

4 commits

Author SHA1 Message Date
Tyler Akins
725df55616 Changed pass-by-reference to pass by value. Hopefully PHP uses pass by
reference internally instead of me specifying it explicitly.
2001-09-07 21:27:45 +00:00
Tyler Akins
433f73eed1 * It works. :-)
* $Luke->set_hero(&$Tyler);
* It also searches for translations when the source string has been altered
  a tiny amount (80% match on the string or better)
* It also caches everything, so it gets faster.  It only searches for unknown
  strings once per session.
* Unfortunately, it requires the .po files, so it isn't the ideal solution,
  but it is easy and will automatically work on more systems now.

Special thanks to Konstantin Riabitsev for letting me use the mricon.com
server!!
2001-04-27 03:28:02 +00:00
Tyler Akins
1874b0bd81 * Everything should be in the session now 2001-04-26 19:55:27 +00:00
Tyler Akins
5aad7f0217 * PHP-only gettext replacement
= Reads the .po files
    = NOT TESTED YET (I'm using CVS to get it on another machine)
2001-04-26 18:45:58 +00:00