From 7d9fbfee266964dd8ac364e5f42bd42d5e772287 Mon Sep 17 00:00:00 2001 From: Juan Lago Date: Mon, 11 Dec 2023 10:35:23 +0100 Subject: [PATCH] Update README.md Added notes about polyfill for flags. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c942645..a9893a7 100644 --- a/README.md +++ b/README.md @@ -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.