Skip to content

Commit

Permalink
Merge metadata changes from upstream 8.13.30
Browse files Browse the repository at this point in the history
Includes changes in resources/ up to and including
upstream commit 9f8d93638ca3:
  "[maven-release-plugin] prepare release v8.13.30"
  • Loading branch information
daviddrysdale committed Feb 9, 2024
1 parent 364dae8 commit df77575
Show file tree
Hide file tree
Showing 15 changed files with 160 additions and 73 deletions.
9 changes: 6 additions & 3 deletions resources/PhoneNumberAlternateFormats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@
<leadingDigits>
[5-7]|
80[367]|
90[12]|
90[1289]|
[89][1-8]
</leadingDigits>
<format>$1 $2 $3</format>
Expand All @@ -2327,7 +2327,7 @@
<numberFormat pattern="(\d{2})(\d{3})(\d{2})(\d{2})">
<leadingDigits>
9(?:
0[12]|
0[1289]|
[1-8]
)
</leadingDigits>
Expand Down Expand Up @@ -2510,7 +2510,10 @@
<format>$1 $2 $3 $4</format>
</numberFormat>
<numberFormat pattern="(\d{2})(\d{2})(\d{4})">
<leadingDigits>[2-69]</leadingDigits>
<leadingDigits>
[2-69]|
76
</leadingDigits>
<format>$1 $2 $3</format>
</numberFormat>
<numberFormat pattern="(\d{2})(\d{3})(\d{4})">
Expand Down
Loading

0 comments on commit df77575

Please sign in to comment.