Skip to content

Commit

Permalink
feat: automatic upgrade to v8.13.30
Browse files Browse the repository at this point in the history
  • Loading branch information
libphonenumber-csharp-bot committed Feb 9, 2024
1 parent c001101 commit b816332
Show file tree
Hide file tree
Showing 36 changed files with 579 additions and 463 deletions.
4 changes: 2 additions & 2 deletions csharp/PhoneNumbers/LocaleData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
// Each dict maps from an ISO 639-1 language code (e.g. ja) to the country's name in that language.
//
// Generated from java.util.Locale, generation info:
// java.version=11.0.21
// java.version=11.0.22
// java.vendor=Eclipse Adoptium
// os.name=Linux
// os.arch=amd64
// os.version=6.2.0-1018-azure
// os.version=6.2.0-1019-azure
//
// Auto-generated file, do not edit by hand.
//
Expand Down
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 b816332

Please sign in to comment.