You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I noticed that according to the docs getByISO6391 is returning one object - but this makes it very limited in scope. Imagine if you search by language code 'en' it should match multiple entries en-US, en-GB, etc. as you correctly have in the table within the readme (screenshot). In other words I'd expect an array of objects. Wdyt?
The text was updated successfully, but these errors were encountered:
Hi, thank you for this repo.
Now I noticed that according to the docs
getByISO6391
is returning one object - but this makes it very limited in scope. Imagine if you search by language code 'en' it should match multiple entriesen-US
,en-GB
, etc. as you correctly have in the table within the readme (screenshot). In other words I'd expect an array of objects. Wdyt?The text was updated successfully, but these errors were encountered: