ddlang, php language engine
I develop my own php language engine as a result of getting frustrating of compiling gettext files. I love gettext and its tools. But I hate to compile it everything I made changes. It also bothering and confusing many clients.
ddlang still using gettext .po file, but rather than compile to .mo file, ddlang with read .po file directly. As an advantage we can see immediate result of changes we have made.
Also in the future perhaps I will add storing handler, allowing to store language dictionary into database instead of plain text file. Perhaps more tools to make changes online. It will be cool if the user can change the language inside control panel ;)
https://github.com/dodyrw/ddlang
