diff --git a/Documentation.html b/Documentation.html index d4bc661f3..79bfab418 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4486,8 +4486,12 @@ now synchronize your databases placed on the same server or some remote server.
  • Please try to keep up the file-naming conventions. Table-related stuff goes to tbl_*.php, db-related code to db_*.php, server-related tools to server_*.php and so on.
  • -
  • Please don't put message strings in your code, instead add the string - (at least) to english-utf-8.inc.php and print() it out.
  • +
  • Please use gettext wrappers around all messages + (__('Some text') or _ngettext() function). + To translate them, you need to call scripts/update-po + script. To use translated messages, call + scripts/generate-mo, which generates binary files read by + Gettext.
  • If you want to be really helpful, write an entry for the ChangeLog.
  • The DBG extension (PHP