AI 145892: Add Ireland, Switzerland, New Zealand, South Africa to MccTable
BUG=1786030 Automated import of CL 145892
This commit is contained in:
committed by
The Android Open Source Project
parent
18b4d49065
commit
5320e896e2
@@ -182,7 +182,7 @@ public final class MccTable
|
||||
table.add(new MccEntry(222,"it",2,"Europe/Rome","it")); //Italy
|
||||
table.add(new MccEntry(225,"va",2,"Europe/Rome","it")); //Vatican City State
|
||||
table.add(new MccEntry(226,"ro",2)); //Romania
|
||||
table.add(new MccEntry(228,"ch",2)); //Switzerland (Confederation of)
|
||||
table.add(new MccEntry(228,"ch",2,"Europe/Zurich","en")); //Switzerland (Confederation of)
|
||||
table.add(new MccEntry(230,"cz",2,"Europe/Prague")); //Czech Republic
|
||||
table.add(new MccEntry(231,"sk",2)); //Slovak Republic
|
||||
table.add(new MccEntry(232,"at",2,"Europe/Vienna","de")); //Austria
|
||||
@@ -204,7 +204,7 @@ public final class MccTable
|
||||
table.add(new MccEntry(266,"gi",2)); //Gibraltar
|
||||
table.add(new MccEntry(268,"pt",2)); //Portugal
|
||||
table.add(new MccEntry(270,"lu",2)); //Luxembourg
|
||||
table.add(new MccEntry(272,"ie",2)); //Ireland
|
||||
table.add(new MccEntry(272,"ie",2,"Europe/Belfast","en")); //Ireland
|
||||
table.add(new MccEntry(274,"is",2)); //Iceland
|
||||
table.add(new MccEntry(276,"al",2)); //Albania (Republic of)
|
||||
table.add(new MccEntry(278,"mt",2)); //Malta
|
||||
@@ -305,7 +305,7 @@ public final class MccTable
|
||||
table.add(new MccEntry(520,"th",2)); //Thailand
|
||||
table.add(new MccEntry(525,"sg",2,"Singapore","en")); //Singapore (Republic of)
|
||||
table.add(new MccEntry(528,"bn",2)); //Brunei Darussalam
|
||||
table.add(new MccEntry(530,"nz",2)); //New Zealand
|
||||
table.add(new MccEntry(530,"nz",2,"Pacific/Auckland", "en")); //New Zealand
|
||||
table.add(new MccEntry(534,"mp",2)); //Northern Mariana Islands (Commonwealth of the)
|
||||
table.add(new MccEntry(535,"gu",2)); //Guam
|
||||
table.add(new MccEntry(536,"nr",2)); //Nauru (Republic of)
|
||||
@@ -376,7 +376,7 @@ public final class MccTable
|
||||
table.add(new MccEntry(652,"bw",2)); //Botswana (Republic of)
|
||||
table.add(new MccEntry(653,"sz",2)); //Swaziland (Kingdom of)
|
||||
table.add(new MccEntry(654,"km",2)); //Comoros (Union of the)
|
||||
table.add(new MccEntry(655,"za",2)); //South Africa (Republic of)
|
||||
table.add(new MccEntry(655,"za",2,"Africa/Johannesburg","en")); //South Africa (Republic of)
|
||||
table.add(new MccEntry(657,"er",2)); //Eritrea
|
||||
table.add(new MccEntry(702,"bz",2)); //Belize
|
||||
table.add(new MccEntry(704,"gt",2)); //Guatemala (Republic of)
|
||||
@@ -404,4 +404,3 @@ public final class MccTable
|
||||
Collections.sort(table);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user