mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #10816 from creative-commoners/pulls/4.13/updatebool
FIX Show correct default value
This commit is contained in:
commit
6fd7694cbc
@ -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)
|
||||
";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user