Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Sep 15, 2021
1 parent ee00948 commit 82ded34
Show file tree
Hide file tree
Showing 529 changed files with 216,897 additions and 135,471 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Translation drivers required when need to get local names of iso entities.

Translation driver must implement `Sokil\IsoCodes\TranslationDriver\TranslationDriverInterface`.

Instance of driver may be passed to `IsoCodesFactory`. If it not passed, default `GettextExtensionDriver` will be used.
Instance of driver may be passed to `IsoCodesFactory`. If it is not passed, default `GettextExtensionDriver` will be used.

```php
<?php
Expand Down Expand Up @@ -96,7 +96,7 @@ $isoCodes = new IsoCodesFactory(null, new GettextExtensionDriver());

#### Locale configuration

Before using IsoCodes database you need to setup valid locale to get translations worked,
Before using IsoCodes database you need to set valid locale to get translations worked,
because `ext-gettext` uses system local, configured by `setlocale`.

```php
Expand Down
Loading

0 comments on commit 82ded34

Please sign in to comment.