File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/Symfony/Component/Intl Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,9 @@ are supported:
217
217
218
218
##### TextBundleWriter
219
219
220
- Writes a resource bundle to a .txt file. These text files can be converted to
221
- binary .res files using the ` BundleCompiler ` class.
220
+ Writes an array or an array-like object to a plain text resource bundle. The
221
+ resulting .txt file can be converted to a binary .res file with the
222
+ ` BundleCompiler ` class.
222
223
223
224
use Symfony\Component\Intl\ResourceBundle\Writer\TextBundleWriter;
224
225
use Symfony\Component\Intl\ResourceBundle\Compiler\BundleCompiler;
@@ -237,11 +238,11 @@ binary .res files using the `BundleCompiler` class.
237
238
238
239
The command "genrb" must be available for the ` BundleCompiler ` to work. If the
239
240
command is located in a non-standard location, you can pass its path to the
240
- constructor of the ` BundleCompiler ` .
241
+ ` BundleCompiler ` constructor .
241
242
242
243
##### PhpBundleWriter
243
244
244
- Writes a resource bundle to a .php file .
245
+ Writes an array or an array-like object to a .php resource bundle .
245
246
246
247
use Symfony\Component\Intl\ResourceBundle\Writer\PhpBundleWriter;
247
248
You can’t perform that action at this time.
0 commit comments