mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-22 07:16:16 +00:00
* Add locale and libphonenumber libraries. * Update country code information Updated existing country codes, fixed incorrect NANP codes for member countries (as well as several UK based ones). Also added in Country Name to ISO country code mapping array for use with libphonenumber. * Convert phone number formatting to use libphonenumber libphonenumber parses phone number more consistantly than the old regex's that mismatched number on a regular basis.
34 lines
1.1 KiB
PHP
34 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* This file has been @generated by a phing task from CLDR version 33.0.0.
|
|
* See [README.md](README.md#generating-data) for more information.
|
|
*
|
|
* @internal Please do not require this file directly.
|
|
* It may change location/format between versions
|
|
*
|
|
* Do not modify this file directly!
|
|
*/
|
|
|
|
return array (
|
|
'AC' => 'جزیرہ اسینشن',
|
|
'AX' => 'جزائر آلینڈ',
|
|
'CC' => 'جزائر (کیلنگ) کوکوس',
|
|
'CK' => 'جزائر کک',
|
|
'DG' => 'ڈیگو گارشیا',
|
|
'FK' => 'جزائر فاکلینڈ',
|
|
'FO' => 'جزائر فیرو',
|
|
'GF' => 'فرانسیسی گیانا',
|
|
'IC' => 'جزائر کناری',
|
|
'IO' => 'برطانوی بحرہند خطہ',
|
|
'MH' => 'جزائر مارشل',
|
|
'MP' => 'جزائر شمالی ماریانا',
|
|
'NF' => 'جزیرہ نارفوک',
|
|
'PN' => 'جزائر پٹکیرن',
|
|
'SB' => 'جزائر سلیمان',
|
|
'TA' => 'ترسٹان دا کونیا',
|
|
'TC' => 'جزائر کیکس و ترکیہ',
|
|
'UM' => 'امریکی بیرونی جزائر',
|
|
'VG' => 'برطانوی جزائر ورجن',
|
|
'VI' => 'امریکی جزائر ورجن',
|
|
);
|