Skip to content

Commit

Permalink
Merge pull request #10816 from creative-commoners/pulls/4.13/updatebool
Browse files Browse the repository at this point in the history
FIX Show correct default value
  • Loading branch information
GuySartorelli authored Jun 14, 2023
2 parents 33c6203 + 35a8d79 commit 6fd7694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dev/Tasks/i18nTextCollectorTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class i18nTextCollectorTask extends BuildTask
- locale: Sets default locale
- writer: Custom writer class (defaults to i18nTextCollector_Writer_RailsYaml)
- module: One or more modules to limit collection (comma-separated)
- merge: Merge new strings with existing ones already defined in language files (default: FALSE)
- merge: Merge new strings with existing ones already defined in language files (default: TRUE)
";

/**
Expand Down

0 comments on commit 6fd7694

Please sign in to comment.