From da84dcf98cb2a9dfdb1dd87b34250d7745ff81cb Mon Sep 17 00:00:00 2001 From: Jim Benton Date: Wed, 5 Mar 2014 21:13:48 -0800 Subject: [PATCH] Add APO states to US subregions. Closes #118. --- CHANGELOG.md | 1 + iso_data/overlay/world/us.yml | 7 +++++++ locale/overlay/en/world/us.yml | 10 ++++++++++ 3 files changed, 18 insertions(+) create mode 100644 iso_data/overlay/world/us.yml create mode 100644 locale/overlay/en/world/us.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b0f211..3bc31e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Remove Puerto Rico from the list of countries as it is a subregion. * Restore the naming of Taiwan after a regression to an outdated name. * Added La Rioja to the list of subregions of Argentina (njacobs1) +* Added APO states to US subregions. ### 1.0.0 (April 20, 2013) * Updated version numbering and pushed 1.0.0pre to v1.0.0. diff --git a/iso_data/overlay/world/us.yml b/iso_data/overlay/world/us.yml new file mode 100644 index 00000000..68a012ac --- /dev/null +++ b/iso_data/overlay/world/us.yml @@ -0,0 +1,7 @@ +--- +- code: AA + type: apo +- code: AE + type: apo +- code: AP + type: apo diff --git a/locale/overlay/en/world/us.yml b/locale/overlay/en/world/us.yml new file mode 100644 index 00000000..5dbc3fd3 --- /dev/null +++ b/locale/overlay/en/world/us.yml @@ -0,0 +1,10 @@ +--- +en: + world: + us: + aa: + name: Armed Forces Americas (except Canada) + ae: + name: Armed Forces Africa, Canada, Europe, Middle East + ap: + name: Armed Forces Pacific