Skip to content

Commit e2f63ef

Browse files
committed
update option help text
1 parent 9a698b6 commit e2f63ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Commands/NovaLangPublish.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)