Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9899de7

Browse files
committed
[Intl] Updated the README
1 parentbfec58a commit9899de7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/Symfony/Component/Intl/README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ are supported:
217217

218218
#####TextBundleWriter
219219

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.
222223

223224
use Symfony\Component\Intl\ResourceBundle\Writer\TextBundleWriter;
224225
use Symfony\Component\Intl\ResourceBundle\Compiler\BundleCompiler;
@@ -237,11 +238,11 @@ binary .res files using the `BundleCompiler` class.
237238

238239
The command "genrb" must be available for the`BundleCompiler` to work. If the
239240
command is located in a non-standard location, you can pass its path to the
240-
constructor of the`BundleCompiler`.
241+
`BundleCompiler` constructor.
241242

242243
#####PhpBundleWriter
243244

244-
Writesa resource bundleto a .phpfile.
245+
Writesan array or an array-like objectto a .phpresource bundle.
245246

246247
use Symfony\Component\Intl\ResourceBundle\Writer\PhpBundleWriter;
247248

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp