Update framework/cli/commands/MessageCommand.php

This commit is contained in:
Arne
2012-08-27 11:47:58 +03:00
parent b5f893c5f7
commit 7034388ba8

View File

@@ -53,9 +53,10 @@ PARAMETERS
an exclusion of '.svn' will exclude all files and directories whose
name is '.svn'. And an exclusion of '/a/b' will exclude file or
directory 'sourcePath/a/b'.
- translator: array or string, the name of the function for translating
messages. Defaults to 'Yii::t'. This is used as a mark to find messages
to be translated.
- translator: the name of the function for translating messages.
Defaults to 'Yii::t'. This is used as a mark to find messages to be
translated. Accepts both string for single function name or array for
multiple function names.
- overwrite: if message file must be overwritten with the merged messages.
- removeOld: if message no longer needs translation it will be removed,
instead of being enclosed between a pair of '@@' marks.