File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ class NovaLangPublish extends Command
1717 protected $ signature = 'nova-lang:publish
1818 {locales? : Comma-separated list of languages}
1919 {--all : Publish all languages}
20- {--alias= : Publish files with a different filename for the locale}
21- {--zhHans : Publish Chinese translations preferring \' script \' or \' region \' }
22- {--ptBR : Publish Portuguese translations preferring \' BR \' or \' PT \' }
20+ {--alias= : Publish files using a different filename for certain locales, in the format " locale:alias,..." }
21+ {--zhHans : Publish Chinese translations as "zh-Hans/Hant" instead of "zh-CN/TW" }
22+ {--ptBR : Publish Portuguese translations prioritising "pt-BR" as "pt" over "pt-PT" }
2323 {--force : Override existing files} ' ;
2424
2525 /**
You can’t perform that action at this time.
0 commit comments