-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Metadata changes: - New alternate formatting data for country calling code(s): 676 - Updated phone metadata for region code(s): BI, CM, ID, IR, KR, LA, NP, TG, TH, TO - New geocoding data for country calling code(s): 237 (en) - Updated geocoding data for country calling code(s): 98 (en, fa) - Updated carrier data for country calling code(s): 237 (en), 257 (en), 856 (en), 977 (en)
- Loading branch information
Showing
20 changed files
with
854 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,7 @@ | |
|
||
return array ( | ||
856202 => 'ETL', | ||
856205 => 'Lao Telecom', | ||
856207 => 'Beeline', | ||
856209 => 'Unitel', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 110 additions & 0 deletions
110
src/libphonenumber/data/PhoneNumberAlternateFormats_676.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?php | ||
/** | ||
* This file is automatically @generated by {@link BuildMetadataPHPFromXml}. | ||
* Please don't modify it directly. | ||
*/ | ||
|
||
|
||
return array ( | ||
'generalDesc' => | ||
array ( | ||
), | ||
'fixedLine' => | ||
array ( | ||
), | ||
'mobile' => | ||
array ( | ||
), | ||
'tollFree' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'premiumRate' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'sharedCost' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'personalNumber' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'voip' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'pager' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'uan' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'emergency' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'voicemail' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'shortCode' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'standardRate' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'carrierSpecific' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'noInternationalDialling' => | ||
array ( | ||
'NationalNumberPattern' => 'NA', | ||
'PossibleNumberPattern' => 'NA', | ||
), | ||
'id' => '', | ||
'countryCode' => 676, | ||
'internationalPrefix' => '', | ||
'sameMobileAndFixedLinePattern' => true, | ||
'numberFormat' => | ||
array ( | ||
0 => | ||
array ( | ||
'pattern' => '(\\d{2})(\\d{5})', | ||
'format' => '$1 $2', | ||
'leadingDigitsPatterns' => | ||
array ( | ||
0 => ' | ||
7[5-9]| | ||
8[47-9] | ||
', | ||
), | ||
'nationalPrefixFormattingRule' => '', | ||
'domesticCarrierCodeFormattingRule' => '', | ||
), | ||
), | ||
'intlNumberFormat' => | ||
array ( | ||
), | ||
'mainCountryForCode' => false, | ||
'leadingZeroPossible' => false, | ||
'mobileNumberPortableRegion' => false, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.