cakephp / localized

I18n and L10n related CakePHP code
Other
213 stars 177 forks source link

[fr] improve postal code validation #106

Closed antograssiot closed 8 years ago

antograssiot commented 8 years ago

French postal code are within 01001 and 99138

cake17 commented 8 years ago

@antograssiot You're right ! Maybe we could extend the validation ? I was looking at this list of codes https://www.data.gouv.fr/fr/datasets/base-officielle-des-codes-postaux/. Not all codes are available between 01001 and 99138. Should we list and exclude all non existing codes ?

antograssiot commented 8 years ago

@cake17 I think that it's good enough,most people will have these data in their db and check for existance.