Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added notes about polyfill for flags.
  • Loading branch information
juanparati authored Dec 11, 2023
1 parent 2e602ab commit 7d9fbfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ Example:
(new ISOCodes)->countries()->allEUMembers()->count(); // 27
```

## Flags representation in client side

Some operating systems and web browsers may not be able to represent unicode flags due political reasons. I recommend to use the libraries like [country-flag-emoji-polyfill](https://github.com/talkjs/country-flag-emoji-polyfill) in order to provide a graphical representation of the flags in the client side.

## Contributions

Feel free to add new locales to this library and send me a pull request.

0 comments on commit 7d9fbfe

Please sign in to comment.