Merge pull request #10816 from creative-commoners/pulls/4.13/updatebool

FIX Show correct default value
This commit is contained in:
Guy Sartorelli 2023-06-14 13:32:09 +12:00 committed by GitHub
commit 6fd7694cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
";
/**