mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-10 10:06:58 +01:00
Update framework/cli/commands/MessageCommand.php
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user