Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Online dictionary creator
This discussion has been closed.
Comments
$foo = '<input class="bar">wheeee!</input>'; echo $foo;
Here's the source:
http://marti.labidas.com/project/vanilla/dictionary_lister.phps
And here's the script: http://marti.labidas.com/project/vanilla/dictionary_lister.php
It should create 2 files, "English.php" and "English.phps" in the "languages/" folder.
GNU's manual for gettext is quite lengthy, but there's plenty of other material about it that should b e enough to see how it is used. Here's one article about it: http://mel.melaxis.com/devblog/2005/08/06/localizing-php-web-sites-using-gettext/