Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update nl_NL mobile phone to be correct (including test && src/lib && lib ) #1311

Merged
merged 5 commits into from
May 29, 2020
Merged

Commits on May 25, 2020

  1. nl_NL formatting update

    6 is not optional: 
      correct: 0612345678, incorrect: 012345678
      - change: '6?' to '6{1}'
    
    countryCode ('+31'), may also contain '00' instead of '+'
      correct, either: '+31612345678' || '0031612345678'
      - change: '(\+)' to '(\+|00)'
    
    when specifying country code it's optional to provide '0' between braces before 6 (eg: '+31(0)6...')
      correct, either: '+31(0)612345678' || +31612345678
    - change: ^(((\+|00)?31\(0\))|((\+|00)?31)|0)6{1}\d{8}$
    eriklumbela authored May 25, 2020
    Configuration menu
    Copy the full SHA
    49e9a4d View commit details
    Browse the repository at this point in the history
  2. fix nl_NL mobile phone

    same as previous commit
    eriklumbela authored May 25, 2020
    Configuration menu
    Copy the full SHA
    e0716ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4071cc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35468c3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    a8d7dfa View commit details
    Browse the repository at this point in the history