Commit graph

24 commits

Author SHA1 Message Date
tokul
55a419d9b6 changing SM internal gettext functions to use php-gettext classes. Fix for
bug. 1019007.
2004-10-04 14:14:48 +00:00
tokul
17c56f73ed two more subpackage blocks 2004-04-12 08:03:39 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tokul
d1291b8a79 phpdoc blocks 2003-12-13 11:56:24 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
fc8e29e7bd Wrong include path 2002-09-21 16:18:45 +00:00
Thijs Kinkhorst
067363daea Update function directory to rg=0. 2002-09-21 15:59:32 +00:00
antipode
dd2df51b97 missed one unuglyfied if 2001-12-28 21:43:40 +00:00
antipode
2fb8e86e17 cleanup + added missing "?>" 2001-12-28 21:41:04 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
Tyler Akins
81f36f95b5 Fixed potential (?) problem reported by Klaus (via Philippe) 2001-12-20 13:40:27 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
Tyler Akins
a79fd0efab Wouter Teepe mentioned that I neglected to add these lines earlier 2001-11-17 19:35:37 +00:00
Tyler Akins
9a18eaf092 fopen likely doesn't return === false. It probably returns 0 or something
equivalent (==) false.
2001-11-16 21:05:21 +00:00
Tyler Akins
c3ae0c0163 Fixed one problem with English (which doesn't have a .po file) 2001-11-15 14:20:27 +00:00
Tyler Akins
37d6ba9a89 Potential gettext emulation speedup for languages without .po files (like
English)
2001-11-12 17:24:29 +00:00
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