Skip to content
/ ddlang Public

PHP language engine, as simple as gettext without need to compile language file

Notifications You must be signed in to change notification settings

dodyw/ddlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  /************************************************
  ddlang library
  by Dody Rachmat Wicaksono (dodyrw@gmail.com)

  version 1.1
  Nov 27 2010
  ************************************************/
  
  ddlang is a simple php language engine inspired by
  gettext. It use gettext language file (.po) with 
  no difference. So gettext tools like poedit still
  can be used.
  
  However ddlang is so simple. As simple as looking
  up an array of string then replace it with the correct
  match of translated language.

  The main difference with gettext is that it doesn't
  need to compile .po file to .mo file (binary). ddlang
  read the language file directly and construct an array
  called $ddlang.
  
  Thank you for using ddlang!

About

PHP language engine, as simple as gettext without need to compile language file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages