Update/add translator documentation.

L10n/i18n updates.
Superfluous whitespace removed.
Add FIXME for a few i18n issues I couldn't solve this quickly.

Takes care of documentation for all core code added in merge of "people tags" feature (Commit:e75c9988ebe33822e493ac225859bc593ff9b855).
This commit is contained in:
Siebrand Mazeland
2011-04-10 19:59:55 +02:00
parent cad040ce4e
commit f0d762f196
58 changed files with 545 additions and 334 deletions

View File

@@ -339,7 +339,7 @@ class CommandInterpreter
default:
$result = false;
}
Event::handle('EndInterpretCommand', array($cmd, $arg, $user, &$result));
}