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
Hi @ttacon,
I have been using the library for few months and it works great, but sometimes the country and number type are not guessed correctly.
For example there are few exceptions I noticed for UK and Greece.
In UK some numbers country must belong to the Channel Islands so for example
countryTypeException{
pattern: "^\\+447781.*",
isoCountryCode: "GU",
numType: "mobile",
description: "Sure mobile phones and pagers",
}
And I found a special case for old greek pager that at the moment returns MOBILE.
It would be great to understand what is the process to update these rules and also import new updates from the original library you ported
Thanks much appreciated
The text was updated successfully, but these errors were encountered:
Since ttacon seemed a bit busy. We've built a tool to update the metadata so curious if you see the same issues with our fork as it is using the current Google definitions.
Hi @ttacon,
I have been using the library for few months and it works great, but sometimes the country and number type are not guessed correctly.
For example there are few exceptions I noticed for UK and Greece.
In UK some numbers country must belong to the Channel Islands so for example
And I found a special case for old greek pager that at the moment returns MOBILE.
It would be great to understand what is the process to update these rules and also import new updates from the original library you ported
Thanks much appreciated
The text was updated successfully, but these errors were encountered: