Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Add South Sudan to locale data files #82

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions library/Zend/Locale/Data/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@
<territory type="SN">Senegal</territory>
<territory type="SO">Somalia</territory>
<territory type="SR">Suriname</territory>
<territory type="SS">South Sudan</territory>
<territory type="ST">São Tomé and Príncipe</territory>
<territory type="SU">Union of Soviet Socialist Republics</territory>
<territory type="SV">El Salvador</territory>
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Locale/Data/fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@
<territory type="SN">Sénégal</territory>
<territory type="SO">Somalie</territory>
<territory type="SR">Suriname</territory>
<territory type="SS">Soudan du Sud</territory>
<territory type="ST">Sao Tomé-et-Principe</territory>
<territory type="SV">El Salvador</territory>
<territory type="SY">Syrie</territory>
Expand Down
7 changes: 7 additions & 0 deletions library/Zend/Locale/Data/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@
<currency iso4217="SRG" from="1940-05-10" to="2003-12-31"/>
<currency iso4217="NLG" from="1815-11-20" to="1940-05-10"/>
</region>
<region iso3166="SS">
<currency iso4217="SSP" from="2011-07-09"/>
</region>
<region iso3166="ST">
<currency iso4217="STD" from="1977-09-08"/>
</region>
Expand Down Expand Up @@ -3129,6 +3132,9 @@
<languagePopulation type="nl" populationPercent="45" officialStatus="official"/>
<languagePopulation type="zh_Hant" populationPercent="1.5"/>
</territory>
<territory type="SS" gdp="9664000000" literacyPercent="27" population="8260490">
<languagePopulation type="en" populationPercent="100" officialStatus="official"/>
</territory>
<territory type="ST" gdp="276600000" literacyPercent="84.9" population="212679">
<languagePopulation type="pt" populationPercent="85" officialStatus="official"/>
</territory>
Expand Down Expand Up @@ -4790,6 +4796,7 @@
<territoryCodes type="SN" numeric="686" alpha3="SEN" fips10="SG"/>
<territoryCodes type="SO" numeric="706" alpha3="SOM"/>
<territoryCodes type="SR" numeric="740" alpha3="SUR" fips10="NS"/>
<territoryCodes type="SS" numeric="728" alpha3="SSD"/>
<territoryCodes type="ST" numeric="678" alpha3="STP" fips10="TP"/>
<territoryCodes type="SU" numeric="810" alpha3="SUN"/>
<territoryCodes type="SV" numeric="222" alpha3="SLV" fips10="ES"/>
Expand Down