├── .editorconfig ├── .gitignore ├── CODE_OF_CONDUCT.md ├── Dockerfile ├── Dockerfile-update ├── LICENSE.txt ├── README.md ├── docker-update.sh ├── nginx.conf ├── product-details ├── .all.json.last_modified ├── .devedition.json.last_modified ├── .firefox.json.last_modified ├── .firefox_history_development_releases.json.last_modified ├── .firefox_history_major_releases.json.last_modified ├── .firefox_history_stability_releases.json.last_modified ├── .firefox_primary_builds.json.last_modified ├── .firefox_versions.json.last_modified ├── .languages.json.last_modified ├── .last_update ├── .mobile_android.json.last_modified ├── .mobile_details.json.last_modified ├── .mobile_history_development_releases.json.last_modified ├── .mobile_history_major_releases.json.last_modified ├── .mobile_history_stability_releases.json.last_modified ├── .mobile_versions.json.last_modified ├── .thunderbird.json.last_modified ├── .thunderbird_beta_builds.json.last_modified ├── .thunderbird_history_development_releases.json.last_modified ├── .thunderbird_history_major_releases.json.last_modified ├── .thunderbird_history_stability_releases.json.last_modified ├── .thunderbird_primary_builds.json.last_modified ├── .thunderbird_versions.json.last_modified ├── all.json ├── devedition.json ├── firefox.json ├── firefox_history_development_releases.json ├── firefox_history_major_releases.json ├── firefox_history_stability_releases.json ├── firefox_primary_builds.json ├── firefox_versions.json ├── languages.json ├── mobile_android.json ├── mobile_details.json ├── mobile_history_development_releases.json ├── mobile_history_major_releases.json ├── mobile_history_stability_releases.json ├── mobile_versions.json ├── regions │ ├── .ach.json.last_modified │ ├── .af.json.last_modified │ ├── .ak.json.last_modified │ ├── .an.json.last_modified │ ├── .ar.json.last_modified │ ├── .as.json.last_modified │ ├── .ast.json.last_modified │ ├── .az.json.last_modified │ ├── .be.json.last_modified │ ├── .bg.json.last_modified │ ├── .bn-BD.json.last_modified │ ├── .bn-IN.json.last_modified │ ├── .bn.json.last_modified │ ├── .br.json.last_modified │ ├── .brx.json.last_modified │ ├── .bs.json.last_modified │ ├── .ca.json.last_modified │ ├── .cak.json.last_modified │ ├── .crh.json.last_modified │ ├── .cs.json.last_modified │ ├── .cy.json.last_modified │ ├── .da.json.last_modified │ ├── .de.json.last_modified │ ├── .dsb.json.last_modified │ ├── .el.json.last_modified │ ├── .en-CA.json.last_modified │ ├── .en-GB.json.last_modified │ ├── .en-US.json.last_modified │ ├── .en-ZA.json.last_modified │ ├── .eo.json.last_modified │ ├── .es-AR.json.last_modified │ ├── .es-CL.json.last_modified │ ├── .es-ES.json.last_modified │ ├── .es-MX.json.last_modified │ ├── .et.json.last_modified │ ├── .eu.json.last_modified │ ├── .fa.json.last_modified │ ├── .ff.json.last_modified │ ├── .fi.json.last_modified │ ├── .fr.json.last_modified │ ├── .fy-NL.json.last_modified │ ├── .ga-IE.json.last_modified │ ├── .gd.json.last_modified │ ├── .gl.json.last_modified │ ├── .gn.json.last_modified │ ├── .gu-IN.json.last_modified │ ├── .he.json.last_modified │ ├── .hi-IN.json.last_modified │ ├── .hr.json.last_modified │ ├── .hsb.json.last_modified │ ├── .hu.json.last_modified │ ├── .hy-AM.json.last_modified │ ├── .ia.json.last_modified │ ├── .id.json.last_modified │ ├── .is.json.last_modified │ ├── .it.json.last_modified │ ├── .ja-JP-mac.json.last_modified │ ├── .ja.json.last_modified │ ├── .ka.json.last_modified │ ├── .kab.json.last_modified │ ├── .kk.json.last_modified │ ├── .km.json.last_modified │ ├── .kn.json.last_modified │ ├── .ko.json.last_modified │ ├── .kok.json.last_modified │ ├── .ks.json.last_modified │ ├── .ku.json.last_modified │ ├── .last_update │ ├── .lg.json.last_modified │ ├── .lij.json.last_modified │ ├── .lo.json.last_modified │ ├── .lt.json.last_modified │ ├── .ltg.json.last_modified │ ├── .lv.json.last_modified │ ├── .mai.json.last_modified │ ├── .mk.json.last_modified │ ├── .ml.json.last_modified │ ├── .mn.json.last_modified │ ├── .mr.json.last_modified │ ├── .ms.json.last_modified │ ├── .my.json.last_modified │ ├── .nb-NO.json.last_modified │ ├── .ne-NP.json.last_modified │ ├── .nl.json.last_modified │ ├── .nn-NO.json.last_modified │ ├── .nso.json.last_modified │ ├── .oc.json.last_modified │ ├── .or.json.last_modified │ ├── .pa-IN.json.last_modified │ ├── .pl.json.last_modified │ ├── .pt-BR.json.last_modified │ ├── .pt-PT.json.last_modified │ ├── .rm.json.last_modified │ ├── .ro.json.last_modified │ ├── .ru.json.last_modified │ ├── .sat.json.last_modified │ ├── .si.json.last_modified │ ├── .sk.json.last_modified │ ├── .sl.json.last_modified │ ├── .son.json.last_modified │ ├── .sq.json.last_modified │ ├── .sr.json.last_modified │ ├── .sv-SE.json.last_modified │ ├── .ta-LK.json.last_modified │ ├── .ta.json.last_modified │ ├── .te.json.last_modified │ ├── .th.json.last_modified │ ├── .tl.json.last_modified │ ├── .tr.json.last_modified │ ├── .trs.json.last_modified │ ├── .tsz.json.last_modified │ ├── .uk.json.last_modified │ ├── .ur.json.last_modified │ ├── .uz.json.last_modified │ ├── .vi.json.last_modified │ ├── .wo.json.last_modified │ ├── .xh.json.last_modified │ ├── .zam.json.last_modified │ ├── .zh-CN.json.last_modified │ ├── .zh-TW.json.last_modified │ ├── .zu.json.last_modified │ ├── ach.json │ ├── af.json │ ├── ak.json │ ├── an.json │ ├── ar.json │ ├── as.json │ ├── ast.json │ ├── az.json │ ├── be.json │ ├── bg.json │ ├── bn-BD.json │ ├── bn-IN.json │ ├── bn.json │ ├── br.json │ ├── brx.json │ ├── bs.json │ ├── ca.json │ ├── cak.json │ ├── crh.json │ ├── cs.json │ ├── cy.json │ ├── da.json │ ├── de.json │ ├── dsb.json │ ├── el.json │ ├── en-CA.json │ ├── en-GB.json │ ├── en-US.json │ ├── en-ZA.json │ ├── eo.json │ ├── es-AR.json │ ├── es-CL.json │ ├── es-ES.json │ ├── es-MX.json │ ├── et.json │ ├── eu.json │ ├── fa.json │ ├── ff.json │ ├── fi.json │ ├── fr.json │ ├── fy-NL.json │ ├── ga-IE.json │ ├── gd.json │ ├── gl.json │ ├── gn.json │ ├── gu-IN.json │ ├── he.json │ ├── hi-IN.json │ ├── hr.json │ ├── hsb.json │ ├── hu.json │ ├── hy-AM.json │ ├── ia.json │ ├── id.json │ ├── is.json │ ├── it.json │ ├── ja-JP-mac.json │ ├── ja.json │ ├── ka.json │ ├── kab.json │ ├── kk.json │ ├── km.json │ ├── kn.json │ ├── ko.json │ ├── kok.json │ ├── ks.json │ ├── ku.json │ ├── lg.json │ ├── lij.json │ ├── lo.json │ ├── lt.json │ ├── ltg.json │ ├── lv.json │ ├── mai.json │ ├── mk.json │ ├── ml.json │ ├── mn.json │ ├── mr.json │ ├── ms.json │ ├── my.json │ ├── nb-NO.json │ ├── ne-NP.json │ ├── nl.json │ ├── nn-NO.json │ ├── nso.json │ ├── oc.json │ ├── or.json │ ├── pa-IN.json │ ├── pl.json │ ├── pt-BR.json │ ├── pt-PT.json │ ├── rm.json │ ├── ro.json │ ├── ru.json │ ├── sat.json │ ├── si.json │ ├── sk.json │ ├── sl.json │ ├── son.json │ ├── sq.json │ ├── sr.json │ ├── sv-SE.json │ ├── ta-LK.json │ ├── ta.json │ ├── te.json │ ├── th.json │ ├── tl.json │ ├── tr.json │ ├── trs.json │ ├── tsz.json │ ├── uk.json │ ├── ur.json │ ├── uz.json │ ├── vi.json │ ├── wo.json │ ├── xh.json │ ├── zam.json │ ├── zh-CN.json │ ├── zh-TW.json │ └── zu.json ├── thunderbird.json ├── thunderbird_beta_builds.json ├── thunderbird_history_development_releases.json ├── thunderbird_history_major_releases.json ├── thunderbird_history_stability_releases.json ├── thunderbird_primary_builds.json └── thunderbird_versions.json ├── requirements.txt └── update-product-details.py /.editorconfig: -------------------------------------------------------------------------------- 1 | # http://editorconfig.org 2 | 3 | root = true 4 | 5 | [*] 6 | insert_final_newline = true 7 | trim_trailing_whitespace = true 8 | end_of_line = lf 9 | charset = utf-8 10 | indent_style = space 11 | 12 | [*.{js,py,sh}] 13 | indent_size = 4 14 | 15 | [*.html] 16 | indent_size = 2 17 | 18 | [*.yml] 19 | indent_size = 2 20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .pyc 2 | .env 3 | .idea 4 | .new-revision-pushed 5 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Community Participation Guidelines 2 | 3 | This repository is governed by Mozilla's code of conduct and etiquette guidelines. 4 | For more details, please read the 5 | [Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/). 6 | 7 | ## How to Report 8 | For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page. 9 | 10 | 16 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM quay.io/mozmar/base 2 | EXPOSE 80 3 | CMD ["nginx"] 4 | 5 | RUN apt-get update && \ 6 | apt-get install -y --no-install-recommends nginx 7 | 8 | COPY nginx.conf /etc/nginx/nginx.conf 9 | RUN rm -f /usr/share/nginx/html/* 10 | COPY product-details/ /usr/share/nginx/html 11 | -------------------------------------------------------------------------------- /Dockerfile-update: -------------------------------------------------------------------------------- 1 | FROM python:3.6-slim 2 | 3 | # Set Python-related environment variables to reduce annoying-ness 4 | ENV PYTHONUNBUFFERED 1 5 | ENV PYTHONDONTWRITEBYTECODE 1 6 | ENV PIP_DISABLE_PIP_VERSION_CHECK 1 7 | ENV LANG C.UTF-8 8 | 9 | WORKDIR /app 10 | CMD ["./update-product-details.py"] 11 | 12 | COPY requirements.txt ./ 13 | RUN pip install -r requirements.txt 14 | 15 | COPY update-product-details.py ./ 16 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2016 Paul McLanahan 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # product-details-json 2 | 3 | ## Archived 4 | 5 | This repo is no longer being updated or used. Release management has taken over these updates in a new repo: 6 | 7 | https://github.com/mozilla-releng/product-details/tree/production/public/1.0 8 | 9 | If you are using these data you should look to this new repo as the source of record. 10 | 11 | ## Original Readme 12 | 13 | A repository of our product data in JSON format: Updated automatically 14 | from [the source][]. 15 | 16 | The data will be kept updated by our continuous integration server, and can be found 17 | in the `product-details` directory of this repo. To update the data manually, you can 18 | clone this repo, make sure your [docker][] environment is setup and functioning properly, 19 | and run `./docker-update.sh`. 20 | 21 | The primary goal of this repo is to be a source of data for www.mozilla.org. We'll 22 | use a webhook from this repo to trigger updates of these data on the site. 23 | 24 | [the source]: https://product-details.mozilla.org/1.0/ 25 | [docker]: https://www.docker.com/ 26 | -------------------------------------------------------------------------------- /docker-update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash -ex 2 | 3 | UPDATE_FILE=".new-revision-pushed" 4 | IMAGE_NAME="${DOCKER_IMAGE_NAME:-product-details-json}" 5 | 6 | docker build -f Dockerfile-update -t "$IMAGE_NAME" --pull . 7 | docker run -v "$PWD/product-details:/app/product-details" "$IMAGE_NAME" 8 | 9 | # UPDATE_FILE is an indicator we can use in Jenkins 10 | # to run other jobs if there was, in fact, an update 11 | rm -f "$UPDATE_FILE" 12 | 13 | if [[ "$1" == "commit" ]]; then 14 | if git status --porcelain | grep -E "\.json$"; then 15 | git add ./product-details/ 16 | git commit -m "Update product-details data" 17 | git rev-parse HEAD > "$UPDATE_FILE" 18 | echo "Product-details update committed" 19 | else 20 | echo "No new product-details" 21 | fi 22 | fi 23 | -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- 1 | daemon off; 2 | error_log stderr; 3 | worker_processes 2; 4 | 5 | events { 6 | worker_connections 1024; 7 | } 8 | 9 | http { 10 | include /etc/nginx/mime.types; 11 | default_type application/octet-stream; 12 | access_log /dev/stdout; 13 | types_hash_max_size 2048; 14 | 15 | server { 16 | location / { 17 | root "/usr/share/nginx/html/"; 18 | autoindex on; 19 | } 20 | 21 | location ~* /$ { 22 | root "/usr/share/nginx/html/"; 23 | autoindex on; 24 | add_header Last-Modified $date_gmt; 25 | } 26 | 27 | add_header X-Frame-Options DENY; 28 | add_header X-Content-Type-Options nosniff; 29 | add_header X-XSS-Protection "1; mode=block"; 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /product-details/.all.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.devedition.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.firefox.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.firefox_history_development_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.firefox_history_major_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 13:40:18 GMT -------------------------------------------------------------------------------- /product-details/.firefox_history_stability_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 13:40:18 GMT -------------------------------------------------------------------------------- /product-details/.firefox_primary_builds.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.firefox_versions.json.last_modified: -------------------------------------------------------------------------------- 1 | Mon, 16 Dec 2019 09:38:14 GMT -------------------------------------------------------------------------------- /product-details/.languages.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 08 Oct 2019 12:59:03 GMT -------------------------------------------------------------------------------- /product-details/.last_update: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:25 GMT -------------------------------------------------------------------------------- /product-details/.mobile_android.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 15:14:47 GMT -------------------------------------------------------------------------------- /product-details/.mobile_details.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 15:14:47 GMT -------------------------------------------------------------------------------- /product-details/.mobile_history_development_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 15:14:47 GMT -------------------------------------------------------------------------------- /product-details/.mobile_history_major_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/.mobile_history_stability_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 27 Nov 2019 21:44:16 GMT -------------------------------------------------------------------------------- /product-details/.mobile_versions.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 03 Dec 2019 15:14:47 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 13 Dec 2019 09:40:25 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_beta_builds.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 19 Nov 2019 16:19:21 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_history_development_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 13 Dec 2019 09:40:25 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_history_major_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_history_stability_releases.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 09:26:34 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_primary_builds.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 13 Dec 2019 09:40:25 GMT -------------------------------------------------------------------------------- /product-details/.thunderbird_versions.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 13 Dec 2019 09:40:25 GMT -------------------------------------------------------------------------------- /product-details/firefox_history_major_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0": "2004-11-09", 3 | "1.5": "2005-11-29", 4 | "2.0": "2006-10-24", 5 | "3.0": "2008-06-17", 6 | "3.5": "2009-06-30", 7 | "3.6": "2010-01-21", 8 | "4.0": "2011-03-22", 9 | "5.0": "2011-06-21", 10 | "6.0": "2011-08-16", 11 | "7.0": "2011-09-27", 12 | "8.0": "2011-11-08", 13 | "9.0": "2011-12-20", 14 | "10.0": "2012-01-31", 15 | "11.0": "2012-03-13", 16 | "12.0": "2012-04-24", 17 | "13.0": "2012-06-05", 18 | "14.0.1": "2012-07-17", 19 | "15.0": "2012-08-28", 20 | "16.0": "2012-10-09", 21 | "17.0": "2012-11-20", 22 | "18.0": "2013-01-08", 23 | "19.0": "2013-02-19", 24 | "20.0": "2013-04-02", 25 | "21.0": "2013-05-14", 26 | "22.0": "2013-06-25", 27 | "23.0": "2013-08-06", 28 | "24.0": "2013-09-17", 29 | "25.0": "2013-10-29", 30 | "26.0": "2013-12-10", 31 | "27.0": "2014-02-04", 32 | "28.0": "2014-03-18", 33 | "29.0": "2014-04-29", 34 | "30.0": "2014-06-10", 35 | "31.0": "2014-07-22", 36 | "32.0": "2014-09-02", 37 | "33.0": "2014-10-14", 38 | "33.1": "2014-11-10", 39 | "34.0": "2014-12-01", 40 | "35.0": "2015-01-13", 41 | "36.0": "2015-02-24", 42 | "37.0": "2015-03-31", 43 | "38.0": "2015-05-12", 44 | "39.0": "2015-07-02", 45 | "40.0": "2015-08-11", 46 | "41.0": "2015-09-22", 47 | "42.0": "2015-11-03", 48 | "43.0": "2015-12-15", 49 | "44.0": "2016-01-26", 50 | "45.0": "2016-03-08", 51 | "46.0": "2016-04-26", 52 | "47.0": "2016-06-07", 53 | "48.0": "2016-08-02", 54 | "49.0": "2016-09-20", 55 | "50.0": "2016-11-15", 56 | "51.0": "2017-01-24", 57 | "52.0": "2017-03-07", 58 | "53.0": "2017-04-19", 59 | "54.0": "2017-06-13", 60 | "55.0": "2017-08-08", 61 | "56.0": "2017-09-28", 62 | "57.0": "2017-11-14", 63 | "58.0": "2018-01-23", 64 | "59.0": "2018-03-13", 65 | "60.0": "2018-05-09", 66 | "61.0": "2018-06-26", 67 | "62.0": "2018-09-05", 68 | "63.0": "2018-10-23", 69 | "64.0": "2018-12-11", 70 | "65.0": "2019-01-29", 71 | "66.0": "2019-03-19", 72 | "67.0": "2019-05-21", 73 | "68.0": "2019-07-09", 74 | "69.0": "2019-09-03", 75 | "70.0": "2019-10-22", 76 | "71.0": "2019-12-03" 77 | } -------------------------------------------------------------------------------- /product-details/firefox_versions.json: -------------------------------------------------------------------------------- 1 | { 2 | "FIREFOX_AURORA": "", 3 | "FIREFOX_DEVEDITION": "72.0b7", 4 | "FIREFOX_ESR": "68.3.0esr", 5 | "FIREFOX_ESR_NEXT": "", 6 | "FIREFOX_NIGHTLY": "73.0a1", 7 | "LAST_MERGE_DATE": "2019-12-02", 8 | "LAST_RELEASE_DATE": "2019-12-03", 9 | "LAST_SOFTFREEZE_DATE": "2019-11-25", 10 | "LATEST_FIREFOX_DEVEL_VERSION": "72.0b7", 11 | "LATEST_FIREFOX_OLDER_VERSION": "3.6.28", 12 | "LATEST_FIREFOX_RELEASED_DEVEL_VERSION": "72.0b7", 13 | "LATEST_FIREFOX_VERSION": "71.0", 14 | "NEXT_MERGE_DATE": "2020-01-06", 15 | "NEXT_RELEASE_DATE": "2020-01-07", 16 | "NEXT_SOFTFREEZE_DATE": "2020-01-02" 17 | } -------------------------------------------------------------------------------- /product-details/mobile_history_major_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0": "2010-01-28", 3 | "1.1": "2010-07-01", 4 | "4.0": "2011-03-29", 5 | "5.0": "2011-06-21", 6 | "6.0": "2011-08-16", 7 | "7.0": "2011-09-27", 8 | "8.0": "2011-11-08", 9 | "9.0": "2011-12-20", 10 | "10.0": "2012-01-31", 11 | "14.0": "2012-06-26", 12 | "14.0.1": "2012-07-17", 13 | "15.0": "2012-08-28", 14 | "16.0": "2012-10-09", 15 | "17.0": "2012-11-19", 16 | "18.0": "2013-01-08", 17 | "19.0": "2013-02-19", 18 | "20.0": "2013-04-02", 19 | "21.0": "2013-05-14", 20 | "22.0": "2013-06-25", 21 | "23.0": "2013-08-06", 22 | "24.0": "2013-09-17", 23 | "25.0": "2013-10-29", 24 | "26.0": "2013-12-10", 25 | "27.0": "2014-02-04", 26 | "28.0": "2014-03-18", 27 | "29.0": "2014-04-29", 28 | "30.0": "2014-06-10", 29 | "31.0": "2014-07-22", 30 | "32.0": "2014-09-02", 31 | "33.0": "2014-10-14", 32 | "33.1": "2014-11-10", 33 | "34.0": "2014-12-01", 34 | "35.0": "2015-01-13", 35 | "36.0": "2015-02-27", 36 | "37.0": "2015-03-31", 37 | "38.0": "2015-05-12", 38 | "39.0": "2015-07-02", 39 | "40.0": "2015-08-11", 40 | "41.0": "2015-09-22", 41 | "42.0": "2015-11-03", 42 | "43.0": "2015-12-15", 43 | "44.0": "2016-01-26", 44 | "45.0": "2016-03-08", 45 | "47.0": "2016-06-07", 46 | "48.0": "2016-08-02", 47 | "49.0": "2016-09-20", 48 | "50.0": "2016-11-15", 49 | "51.0": "2017-01-24", 50 | "52.0": "2017-03-07", 51 | "53.0": "2017-04-19", 52 | "54.0": "2017-06-13", 53 | "55.0": "2017-08-08", 54 | "56.0": "2017-09-28", 55 | "57.0": "2017-11-14", 56 | "58.0": "2018-01-23", 57 | "59.0": "2018-03-13", 58 | "60.0": "2018-05-03", 59 | "61.0": "2018-06-26", 60 | "62.0": "2018-09-05", 61 | "63.0": "2018-10-23", 62 | "65.0": "2019-01-29", 63 | "66.0": "2019-03-19", 64 | "67.0": "2019-05-21", 65 | "68.0": "2019-07-09", 66 | "68.1": "2019-09-03" 67 | } -------------------------------------------------------------------------------- /product-details/mobile_history_stability_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0.1": "2010-04-13", 3 | "4.0.1": "2011-04-28", 4 | "6.0.2": "2011-09-06", 5 | "7.0.1": "2011-09-29", 6 | "18.0.2": "2012-02-07", 7 | "10.0.1": "2012-02-10", 8 | "10.0.2": "2012-02-16", 9 | "10.0.3": "2012-03-13", 10 | "10.0.4": "2012-04-24", 11 | "10.0.5": "2012-06-05", 12 | "14.0.1": "2012-07-17", 13 | "15.0.1": "2012-09-06", 14 | "16.0.1": "2012-10-11", 15 | "16.0.2": "2012-10-26", 16 | "19.0.2": "2013-03-07", 17 | "20.0.1": "2013-04-11", 18 | "25.0.1": "2013-11-15", 19 | "26.0.1": "2013-12-20", 20 | "35.0.1": "2014-02-05", 21 | "28.0.1": "2014-03-24", 22 | "29.0.1": "2014-05-09", 23 | "32.0.1": "2014-09-10", 24 | "31.1.1": "2014-09-24", 25 | "32.0.3": "2014-09-24", 26 | "36.0.1": "2015-03-05", 27 | "36.0.2": "2015-03-16", 28 | "36.0.3": "2015-03-20", 29 | "36.0.4": "2015-03-21", 30 | "37.0.1": "2015-04-03", 31 | "37.0.2": "2015-04-14", 32 | "38.0.1": "2015-05-15", 33 | "38.0.5": "2015-06-02", 34 | "40.0.3": "2015-08-27", 35 | "41.0.2": "2015-10-15", 36 | "42.0.1": "2015-11-19", 37 | "42.0.2": "2015-12-02", 38 | "44.0.2": "2016-02-11", 39 | "45.0.1": "2016-03-18", 40 | "45.0.2": "2016-04-11", 41 | "46.0.1": "2016-05-03", 42 | "49.0.2": "2016-10-21", 43 | "50.0.1": "2016-11-29", 44 | "50.0.2": "2016-11-30", 45 | "50.1.0": "2016-12-13", 46 | "51.0.2": "2017-02-06", 47 | "51.0.3": "2017-02-09", 48 | "52.0.1": "2017-03-17", 49 | "52.0.2": "2017-03-28", 50 | "53.0.1": "2017-04-27", 51 | "53.0.2": "2017-05-05", 52 | "54.0.1": "2017-06-29", 53 | "55.0.2": "2017-08-16", 54 | "57.0.1": "2017-11-30", 55 | "57.0.4": "2018-01-04", 56 | "58.0.1": "2018-01-29", 57 | "58.0.2": "2018-02-07", 58 | "59.0.1": "2018-03-16", 59 | "59.0.2": "2018-03-26", 60 | "60.0.1": "2018-05-16", 61 | "60.0.2": "2018-06-06", 62 | "61.0.2": "2018-08-08", 63 | "62.0.1": "2018-09-07", 64 | "62.0.2": "2018-09-21", 65 | "62.0.3": "2018-10-02", 66 | "63.0.2": "2018-11-07", 67 | "64.0.1": "2018-12-14", 68 | "64.0.2": "2019-01-09", 69 | "65.0.1": "2019-02-12", 70 | "66.0.1": "2019-03-22", 71 | "66.0.2": "2019-03-27", 72 | "66.0.4": "2019-05-05", 73 | "66.0.5": "2019-05-07", 74 | "67.0.2": "2019-06-11", 75 | "67.0.3": "2019-06-18", 76 | "68.0.2": "2019-08-14", 77 | "68.1.1": "2019-09-13", 78 | "68.2.0": "2019-10-17", 79 | "68.2.1": "2019-11-13", 80 | "68.3.0": "2019-11-27" 81 | } -------------------------------------------------------------------------------- /product-details/mobile_versions.json: -------------------------------------------------------------------------------- 1 | { 2 | "alpha_version": "68.4a1", 3 | "beta_version": "68.4b1", 4 | "ios_beta_version": "", 5 | "ios_version": "12.1", 6 | "nightly_version": "68.4a1", 7 | "version": "68.3.0" 8 | } -------------------------------------------------------------------------------- /product-details/regions/.ach.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:22 GMT -------------------------------------------------------------------------------- /product-details/regions/.af.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.ak.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.an.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.ar.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.as.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.ast.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 19 Nov 2019 16:19:20 GMT -------------------------------------------------------------------------------- /product-details/regions/.az.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.be.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.bg.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.bn-BD.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.bn-IN.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.bn.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 03 Apr 2019 01:26:23 GMT -------------------------------------------------------------------------------- /product-details/regions/.br.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.brx.json.last_modified: -------------------------------------------------------------------------------- 1 | Sat, 27 Aug 2016 13:24:10 GMT -------------------------------------------------------------------------------- /product-details/regions/.bs.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.ca.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.cak.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.crh.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.cs.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 08 Oct 2019 15:55:58 GMT -------------------------------------------------------------------------------- /product-details/regions/.cy.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:44 GMT -------------------------------------------------------------------------------- /product-details/regions/.da.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.de.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.dsb.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.el.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.en-CA.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.en-GB.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 08 Nov 2019 16:23:16 GMT -------------------------------------------------------------------------------- /product-details/regions/.en-US.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.en-ZA.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.eo.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.es-AR.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.es-CL.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.es-ES.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 08 Nov 2019 16:23:16 GMT -------------------------------------------------------------------------------- /product-details/regions/.es-MX.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.et.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.eu.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.fa.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.ff.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.fi.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.fr.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 08 Oct 2019 15:55:59 GMT -------------------------------------------------------------------------------- /product-details/regions/.fy-NL.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.ga-IE.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 19 Nov 2019 16:19:21 GMT -------------------------------------------------------------------------------- /product-details/regions/.gd.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.gl.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.gn.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.gu-IN.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.he.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.hi-IN.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 15 Nov 2019 16:22:55 GMT -------------------------------------------------------------------------------- /product-details/regions/.hr.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.hsb.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.hu.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.hy-AM.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.ia.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.id.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 08 Oct 2019 15:55:59 GMT -------------------------------------------------------------------------------- /product-details/regions/.is.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:23 GMT -------------------------------------------------------------------------------- /product-details/regions/.it.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.ja-JP-mac.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.ja.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ka.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 13 Nov 2019 19:55:24 GMT -------------------------------------------------------------------------------- /product-details/regions/.kab.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.kk.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:45 GMT -------------------------------------------------------------------------------- /product-details/regions/.km.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.kn.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ko.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.kok.json.last_modified: -------------------------------------------------------------------------------- 1 | Sat, 27 Aug 2016 13:24:10 GMT -------------------------------------------------------------------------------- /product-details/regions/.ks.json.last_modified: -------------------------------------------------------------------------------- 1 | Sat, 27 Aug 2016 13:24:10 GMT -------------------------------------------------------------------------------- /product-details/regions/.ku.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.last_update: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.lg.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:23 GMT -------------------------------------------------------------------------------- /product-details/regions/.lij.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.lo.json.last_modified: -------------------------------------------------------------------------------- 1 | Thu, 31 Oct 2019 16:53:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.lt.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ltg.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.lv.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.mai.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.mk.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:23 GMT -------------------------------------------------------------------------------- /product-details/regions/.ml.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.mn.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.mr.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.ms.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.my.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.nb-NO.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ne-NP.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 08 Nov 2019 16:23:17 GMT -------------------------------------------------------------------------------- /product-details/regions/.nl.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.nn-NO.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:24 GMT -------------------------------------------------------------------------------- /product-details/regions/.nso.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.oc.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.or.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.pa-IN.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:24 GMT -------------------------------------------------------------------------------- /product-details/regions/.pl.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 15 Nov 2019 16:22:55 GMT -------------------------------------------------------------------------------- /product-details/regions/.pt-BR.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.pt-PT.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 22 Nov 2019 14:14:58 GMT -------------------------------------------------------------------------------- /product-details/regions/.rm.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.ro.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ru.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.sat.json.last_modified: -------------------------------------------------------------------------------- 1 | Sat, 27 Aug 2016 13:24:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.si.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.sk.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.sl.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.son.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 08 Nov 2019 16:23:17 GMT -------------------------------------------------------------------------------- /product-details/regions/.sq.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.sr.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.sv-SE.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:24 GMT -------------------------------------------------------------------------------- /product-details/regions/.ta-LK.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 01 Oct 2019 15:56:24 GMT -------------------------------------------------------------------------------- /product-details/regions/.ta.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:15 GMT -------------------------------------------------------------------------------- /product-details/regions/.te.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.th.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 13 Nov 2019 19:55:25 GMT -------------------------------------------------------------------------------- /product-details/regions/.tl.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.tr.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.trs.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.tsz.json.last_modified: -------------------------------------------------------------------------------- 1 | Thu, 03 Aug 2017 16:53:05 GMT -------------------------------------------------------------------------------- /product-details/regions/.uk.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.ur.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:11 GMT -------------------------------------------------------------------------------- /product-details/regions/.uz.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.vi.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:46 GMT -------------------------------------------------------------------------------- /product-details/regions/.wo.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 27 Sep 2019 15:34:36 GMT -------------------------------------------------------------------------------- /product-details/regions/.xh.json.last_modified: -------------------------------------------------------------------------------- 1 | Fri, 22 Nov 2019 14:14:59 GMT -------------------------------------------------------------------------------- /product-details/regions/.zam.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:47 GMT -------------------------------------------------------------------------------- /product-details/regions/.zh-CN.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 25 Sep 2019 13:33:47 GMT -------------------------------------------------------------------------------- /product-details/regions/.zh-TW.json.last_modified: -------------------------------------------------------------------------------- 1 | Wed, 04 Dec 2019 13:10:12 GMT -------------------------------------------------------------------------------- /product-details/regions/.zu.json.last_modified: -------------------------------------------------------------------------------- 1 | Tue, 24 Sep 2019 15:49:16 GMT -------------------------------------------------------------------------------- /product-details/regions/ach.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua and Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentina", 12 | "as": "American Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia ki Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas,", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos (Keeling) Islands", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Central African Republic", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Czech Republic", 58 | "de": "Germany", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Dominican Republic", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egypt", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Spain", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Faroe Islands", 77 | "fr": "France", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "French Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia,", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Equatorial Guinea", 91 | "gr": "Greece", 92 | "gs": "South Georgia ki South Sandwich Islands", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island ki McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesia", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italy", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts ki Nevis", 123 | "kp": "Korea, North", 124 | "kr": "Korea, South", 125 | "kw": "Kuwait", 126 | "ky": "Cayman Islands", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Marshall Islands", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Northern Mariana Islands", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Norfolk Island", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Netherlands", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Philippines", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre ki Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome ki Principe", 216 | "sv": "El Salvador", 217 | "sx": "Saint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Turks ki Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern ki Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turkey", 232 | "tt": "Trinidad ki Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "United States", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent ki the Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Virgin Islands, British", 245 | "vi": "Virgin Islands, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis ki Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore ki Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/af.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Verenigde Arabiese Emirate", 4 | "af": "Afganistan", 5 | "ag": "Antigua en Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albani\u00eb", 8 | "am": "Armeni\u00eb", 9 | "ao": "Angola", 10 | "aq": "Antarktika", 11 | "ar": "Argentini\u00eb", 12 | "as": "Amerikaanse Samoa", 13 | "at": "Oostenryk", 14 | "au": "Australi\u00eb", 15 | "aw": "Aruba", 16 | "az": "Azerbeidjan", 17 | "ba": "Bosni\u00eb en Herzegowina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesj", 20 | "be": "Belgi\u00eb", 21 | "bf": "Boerkina Faso", 22 | "bg": "Bulgarye", 23 | "bh": "Bahrein", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bm": "Bermuda", 27 | "bn": "Broenei", 28 | "bo": "Bolivia", 29 | "br": "Brasili\u00eb", 30 | "bs": "Bahamas, Die", 31 | "bt": "Bhoetan", 32 | "bv": "Bouveteiland", 33 | "bw": "Botswana", 34 | "by": "Wit-Rusland", 35 | "bz": "Belize", 36 | "ca": "Kanada", 37 | "cc": "Kokoseilande", 38 | "cf": "Sentraal-Afrikaanse Republiek", 39 | "ch": "Switserland", 40 | "ci": "Ivoorkus", 41 | "ck": "Cook-eilande", 42 | "cl": "Chili", 43 | "cm": "Kameroen", 44 | "cn": "Sjina", 45 | "co": "Colombia", 46 | "cr": "Costa Rica", 47 | "cu": "Kuba", 48 | "cv": "Kaap Verde", 49 | "cx": "Christmas-eiland", 50 | "cy": "Ciprus", 51 | "cz": "Tsjeggiese Republiek", 52 | "de": "Duitsland", 53 | "dj": "Djiboeti", 54 | "dk": "Denemarke", 55 | "dm": "Dominica", 56 | "do": "Dominikaanse Republiek", 57 | "dz": "Algeri\u00eb", 58 | "ec": "Ecuador", 59 | "ee": "Estland", 60 | "eg": "Egipte", 61 | "eh": "Wes-Sahara", 62 | "er": "Eritrea", 63 | "es": "Spanje", 64 | "et": "Etiopi\u00eb", 65 | "fi": "Finland", 66 | "fj": "Fidji", 67 | "fk": "Falklandeilande (Malvinas)", 68 | "fm": "Mikronesi\u00eb, Verenigde State van", 69 | "fo": "Faro\u00ebr-eilande", 70 | "fr": "Frankryk", 71 | "ga": "Gaboen", 72 | "gb": "Verenigde Koninkryk", 73 | "gd": "Grenada", 74 | "ge": "Georgi\u00eb", 75 | "gf": "Frans Guinee", 76 | "gg": "Guernsey", 77 | "gh": "Ghana", 78 | "gi": "Gibraltar", 79 | "gl": "Groenland", 80 | "gn": "Guinee", 81 | "gp": "Guadeloupe", 82 | "gq": "Ekwatoriaal-Guinee", 83 | "gr": "Griekeland", 84 | "gt": "Guatemala", 85 | "gu": "Guam", 86 | "gw": "Guinee-Bissau", 87 | "gy": "Guyana", 88 | "hk": "Hongkong", 89 | "hm": "Heard- en McDonald-eilande", 90 | "hn": "Honduras", 91 | "hr": "Kroasi\u00eb", 92 | "ht": "Ha\u00efti", 93 | "hu": "Hongarye", 94 | "id": "Indonesi\u00eb", 95 | "ie": "Ierland", 96 | "il": "Israel", 97 | "im": "Eiland Man", 98 | "in": "Indi\u00eb", 99 | "io": "Britse Indiese Oseaangebied", 100 | "iq": "Irak", 101 | "ir": "Iran", 102 | "is": "Ysland", 103 | "it": "Itali\u00eb", 104 | "je": "Jersey", 105 | "jm": "Jamaika", 106 | "jo": "Jordani\u00eb", 107 | "jp": "Japan", 108 | "ke": "Kenia", 109 | "kg": "Kirgisi\u00eb", 110 | "kh": "Kambodja", 111 | "ki": "Kiribati", 112 | "km": "Comore", 113 | "kn": "Sint Kitts en Nevis", 114 | "kp": "Korea, Noord", 115 | "kr": "Korea, Suid", 116 | "kw": "Koeweit", 117 | "ky": "Kaaiman-eilande", 118 | "kz": "Kasakstan", 119 | "la": "Laos", 120 | "lb": "Lebanon", 121 | "lc": "Sint Lucia", 122 | "li": "Liechtenstein", 123 | "lk": "Sri Lanka", 124 | "lr": "Liberi\u00eb", 125 | "ls": "Lesotho", 126 | "lt": "Litaue", 127 | "lu": "Luxemburg", 128 | "lv": "Letland", 129 | "ly": "Libi\u00eb", 130 | "ma": "Marokko", 131 | "mc": "Monaco", 132 | "md": "Moldovi\u00eb", 133 | "me": "Montenegro", 134 | "mf": "Sint Martin", 135 | "mg": "Madagaskar", 136 | "mh": "Marshall-eilande", 137 | "mk": "Masedoni\u00eb", 138 | "ml": "Mali", 139 | "mm": "Burma", 140 | "mn": "Mongoli\u00eb", 141 | "mp": "Noordelike Mariana-eilande", 142 | "mq": "Martinique", 143 | "mr": "Mauritani\u00eb", 144 | "ms": "Montserrat", 145 | "mt": "Malta", 146 | "mu": "Mauritius", 147 | "mv": "Maldive", 148 | "mw": "Malawi", 149 | "mx": "Meksiko", 150 | "my": "Maleisi\u00eb", 151 | "mz": "Mosambiek", 152 | "na": "Namibi\u00eb", 153 | "nc": "Nieu-Caledoni\u00eb", 154 | "ne": "Niger", 155 | "nf": "Norfolk-eiland", 156 | "ng": "Nigeri\u00eb", 157 | "ni": "Nicaragua", 158 | "nl": "Nederland", 159 | "no": "Noorwe\u00eb", 160 | "np": "Nepal", 161 | "nr": "Nauru", 162 | "nu": "Niue", 163 | "nz": "Nieu-Seeland", 164 | "om": "Oman", 165 | "pa": "Panama", 166 | "pe": "Peru", 167 | "pf": "Frans Polinesi\u00eb", 168 | "pg": "Papua Nieu-Guinee", 169 | "ph": "Filippyne", 170 | "pk": "Pakistan", 171 | "pl": "Pole", 172 | "pm": "Sint Pierre en Miquelon", 173 | "pr": "Puerto Rico", 174 | "pt": "Portugal", 175 | "pw": "Palau", 176 | "py": "Paraguay", 177 | "qa": "Katar", 178 | "re": "Reunion", 179 | "ro": "Roemeni\u00eb", 180 | "rs": "Serwi\u00eb", 181 | "ru": "Rusland", 182 | "rw": "Rwanda", 183 | "sa": "Saoedi-Arabi\u00eb", 184 | "sb": "Solomon-eilande", 185 | "sc": "Seychelle", 186 | "sd": "Soedan", 187 | "se": "Swede", 188 | "sg": "Singapoer", 189 | "si": "Sloweni\u00eb", 190 | "sk": "Slowakye", 191 | "sl": "Sierra Leone", 192 | "sm": "San Marino", 193 | "sn": "Senegal", 194 | "so": "Somali\u00eb", 195 | "sr": "Suriname", 196 | "ss": "Suid-Sudan", 197 | "st": "Sao Tome en Principe", 198 | "sv": "El Salvador", 199 | "sx": "Sint Martin", 200 | "sy": "Siri\u00eb", 201 | "sz": "Swaziland", 202 | "tc": "Turkse en Caicos-eilande", 203 | "td": "Tsjad", 204 | "tg": "Togo", 205 | "th": "Thailand", 206 | "tj": "Tadjiki\u00eb", 207 | "tk": "Tokelau", 208 | "tl": "Timor-Leste", 209 | "tm": "Turkmeni\u00eb", 210 | "tn": "Tunisi\u00eb", 211 | "to": "Tongaans", 212 | "tr": "Turkye", 213 | "tt": "Trinidad en Tobago", 214 | "tv": "Tuvalu", 215 | "tw": "Taiwan", 216 | "tz": "Tanzani\u00eb", 217 | "ua": "Oekra\u00efne", 218 | "ug": "Uganda", 219 | "us": "Verenigde State", 220 | "uy": "Uruguay", 221 | "uz": "Oezbekistan", 222 | "va": "Vatikaanstad", 223 | "vc": "Sint Vincent en die Grenadiene", 224 | "ve": "Venezuela", 225 | "vn": "Vi\u00ebtnam", 226 | "vu": "Vanuatu", 227 | "wf": "Wallis en Futuna", 228 | "ws": "Samoa", 229 | "ye": "Jemen", 230 | "yt": "Mayotte", 231 | "za": "Suid-Afrika", 232 | "zm": "Zambi\u00eb", 233 | "zw": "Zimbabwe" 234 | } -------------------------------------------------------------------------------- /product-details/regions/ak.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andora", 3 | "ae": "U.A.E.", 4 | "af": "Afganistan", 5 | "ag": "Antigua ne Baabuda", 6 | "ai": "Anguila", 7 | "al": "Albenia", 8 | "am": "Aam\u025bnia", 9 | "an": "N\u025bd\u025bland Antelez", 10 | "ao": "Angola", 11 | "aq": "Antaktika", 12 | "ar": "Agy\u025bntina", 13 | "as": "Am\u025brika Samoa", 14 | "at": "\u0186stria", 15 | "au": "\u0186strelia", 16 | "aw": "Aruba", 17 | "ax": "\u00c5land Islands", 18 | "az": "Azebaegyan", 19 | "ba": "Bosnia ne H\u025bzegovina", 20 | "bb": "Baabados", 21 | "bd": "Banglad\u025bhye", 22 | "be": "B\u025blgyium", 23 | "bf": "B\u0254kina Faso", 24 | "bg": "B\u0254lgeria", 25 | "bh": "Baren", 26 | "bi": "Burundi", 27 | "bj": "B\u025bnin", 28 | "bl": "Saint Barthelemy", 29 | "bm": "B\u025bmuda", 30 | "bn": "Brunae Darusalam", 31 | "bo": "Bolivia", 32 | "br": "Brazil", 33 | "bs": "Bahama", 34 | "bt": "Butan", 35 | "bv": "Buv\u025bt Island", 36 | "bw": "B\u0254tswana", 37 | "by": "B\u025blarus", 38 | "bz": "Beliz", 39 | "ca": "Kanada", 40 | "cc": "Kokos (Keeling) Islands", 41 | "cd": "Kongo-Kinhyasa", 42 | "cf": "Afrika Finimfin Man", 43 | "cg": "Kongo-Brazavil", 44 | "ch": "Swetzaland", 45 | "ci": "La C\u00f4te d'Ivoire", 46 | "ck": "Kook Nsup\u0254w", 47 | "cl": "Kyili", 48 | "cm": "Kam\u025brun", 49 | "cn": "Kyaena", 50 | "co": "Kolombia", 51 | "cr": "K\u0254sta Rika", 52 | "cu": "Kuba", 53 | "cv": "Kepv\u025bdfo Islands", 54 | "cx": "Kristmas Island", 55 | "cy": "Saepr\u0254s", 56 | "cz": "Ky\u025bk Kurok\u025bse", 57 | "de": "Gyaaman", 58 | "dj": "Gyibuti", 59 | "dk": "D\u025bnmak", 60 | "dm": "D\u0254meneka", 61 | "do": "D\u0254meneka Kurok\u025bse", 62 | "dz": "\u0186lgyeria", 63 | "ec": "Ikuwad\u0254", 64 | "ee": "\u0190stonia", 65 | "eg": "Nisrim", 66 | "eh": "Westen Sahara", 67 | "er": "\u0190ritrea", 68 | "es": "Spain", 69 | "et": "Ithiopia", 70 | "fi": "Finland", 71 | "fj": "Figyi", 72 | "fk": "F\u0254lkman Aeland (Malvinafo)", 73 | "fm": "Maekronehyia", 74 | "fo": "Farofo Aeland", 75 | "fr": "Fr\u025bnkyeman", 76 | "ga": "Gab\u0254n", 77 | "gb": "Ahendiman Nkabom", 78 | "gd": "Grenada", 79 | "ge": "Gy\u0254gyea", 80 | "gf": "Fr\u025bnkye Gayana", 81 | "gg": "Gw\u025bnsey", 82 | "gh": "Gaana", 83 | "gi": "Gyebralta", 84 | "gl": "Greenman", 85 | "gm": "Gambia", 86 | "gn": "Gini", 87 | "gp": "Guwadelup", 88 | "gq": "Gini Ikuweta", 89 | "gr": "Greekman", 90 | "gs": "Gy\u0254gyia Anaafo \u025bne Sandwich Aeland Anaafo", 91 | "gt": "Guwatemala", 92 | "gu": "Guam", 93 | "gw": "Gini-Bisaw", 94 | "gy": "Gayana", 95 | "hk": "Hong Kong", 96 | "hm": "Heard Aeland \u025bne McDonald Aeland", 97 | "hn": "H\u0254nduras", 98 | "hr": "Krowehyia", 99 | "ht": "Heiti", 100 | "hu": "Hangari", 101 | "id": "Ind\u0254nehyia", 102 | "ie": "Aereland", 103 | "il": "Israel", 104 | "im": "Isle of Man", 105 | "in": "India", 106 | "io": "Britainfo H\u0254n Man W\u0254 India Po No Mu", 107 | "iq": "Irak", 108 | "ir": "Iran", 109 | "is": "Aesland", 110 | "it": "Itali", 111 | "je": "Gy\u025b\u025bsey", 112 | "jm": "Gyameka", 113 | "jo": "Gy\u0254dan", 114 | "jp": "Gyapan", 115 | "ke": "K\u025bnya", 116 | "kg": "K\u025b\u025bgestan", 117 | "kh": "Kambodia", 118 | "ki": "Kiribati", 119 | "km": "K\u0254m\u0254r\u0254s", 120 | "kn": "Saint Kitts and N\u025bves", 121 | "kp": "Etifi Koria", 122 | "kr": "Anaafo Koria", 123 | "kw": "Kuwete", 124 | "ky": "Kemanfo Islands", 125 | "kz": "Kazakstan", 126 | "la": "Laos", 127 | "lb": "L\u025bban\u0254n", 128 | "lc": "Saint Lucia", 129 | "li": "Lektenstaen", 130 | "lk": "Sri Lanka", 131 | "lr": "Laeberia", 132 | "ls": "L\u025bsutu", 133 | "lt": "Lituwenia", 134 | "lu": "Laksemb\u025bg", 135 | "lv": "Latvia", 136 | "ly": "Libya", 137 | "ma": "Moroko", 138 | "mc": "M\u0254nako", 139 | "md": "M\u0254ldova", 140 | "me": "M\u0254nten\u025bgro", 141 | "mf": "Saint Maten", 142 | "mg": "Madagaska", 143 | "mh": "Marshall Islands", 144 | "mk": "Masedonia, F.Y.R. fo", 145 | "ml": "Mali", 146 | "mm": "Miyanma", 147 | "mn": "M\u0254ngolia", 148 | "mo": "Makao", 149 | "mp": "Northern Mariana Islands", 150 | "mq": "Matinik", 151 | "mr": "M\u0254retenia", 152 | "ms": "Mantserat", 153 | "mt": "M\u0254lta", 154 | "mu": "M\u0254rehye\u0254s", 155 | "mv": "Maldives", 156 | "mw": "Malawi", 157 | "mx": "M\u025bksiko", 158 | "my": "Malehyia", 159 | "mz": "Mozambik", 160 | "na": "Namibia", 161 | "nc": "Kaledonia Foforo", 162 | "ne": "Nigy\u025b", 163 | "nf": "N\u0254folk Aeland", 164 | "ng": "Naegyeria", 165 | "ni": "Nekaraguwa", 166 | "nl": "N\u025bd\u025bland", 167 | "no": "N\u0254\u0254we", 168 | "np": "N\u025bp\u0254l", 169 | "nr": "Naworu", 170 | "nu": "Niyu", 171 | "nz": "Ziland Foforo", 172 | "om": "Oman", 173 | "pa": "Panama", 174 | "pe": "Peru", 175 | "pf": "Fr\u025bnkye Polynehyia", 176 | "pg": "Papua Guinea Foforo", 177 | "ph": "Philippines", 178 | "pk": "Pakistan", 179 | "pl": "Poland", 180 | "pm": "Saint Pierre ne Miquelon", 181 | "pn": "Pitcairn", 182 | "pr": "Pu\u025bto Riko", 183 | "ps": "Palestaenfo Asaase a W\u0254agye \u025bte so", 184 | "pt": "P\u0254tugal", 185 | "pw": "Palau", 186 | "py": "Paraguay", 187 | "qa": "Kata", 188 | "re": "Reyuni\u0254n", 189 | "ro": "Romenia", 190 | "rs": "S\u025b\u025bbia", 191 | "ru": "R\u0254hyea Amankabom", 192 | "rw": "Rwanda", 193 | "sa": "Saudi Arabia", 194 | "sb": "Solomon Islands", 195 | "sc": "Seyhy\u025bl", 196 | "sd": "Sudan", 197 | "se": "Sweden", 198 | "sg": "Singap\u0254", 199 | "sh": "Saint Helena", 200 | "si": "Slovinia", 201 | "sj": "Svalbard ne Jan Mayen", 202 | "sk": "Slovakia", 203 | "sl": "Sierra Leone", 204 | "sm": "San Marino", 205 | "sn": "Senegal", 206 | "so": "Somalia", 207 | "sr": "Suriname", 208 | "st": "S\u00e3o Tom\u00e9 ne Pr\u00edncipe", 209 | "sv": "\u0190l Salvad\u0254", 210 | "sy": "Siria", 211 | "sz": "Swaziland", 212 | "tc": "Turks ne Caicos Islands", 213 | "td": "Kyad", 214 | "tf": "Fr\u025bnkye Anaafo Mp\u0254tam", 215 | "tg": "Togo", 216 | "th": "Taeland", 217 | "tj": "Tajikistan", 218 | "tk": "Tokelau", 219 | "tl": "Timor-Leste", 220 | "tm": "T\u025bkm\u025bnistan", 221 | "tn": "Tunihyia", 222 | "to": "Tonga", 223 | "tr": "T\u025b\u025bki", 224 | "tt": "Trinidad ne Tobago", 225 | "tv": "Tuvalu", 226 | "tw": "Taiwan", 227 | "tz": "Tanzania", 228 | "ua": "Ukren", 229 | "ug": "Uganda", 230 | "um": "Am\u025brika Aeland nketewaa a w\u0254da nky\u025bnky\u025bn", 231 | "us": "Am\u025brika", 232 | "uy": "Yurugwae", 233 | "uz": "Uzb\u025bkistan", 234 | "va": "Vatikan Man", 235 | "vc": "Saint Vincent ne Grenadines", 236 | "ve": "Venezuela", 237 | "vg": "Britainfo Virgin Islands", 238 | "vi": "Am\u025brika Virgin Islands", 239 | "vn": "Vi\u025btnam", 240 | "vu": "Vanuatu", 241 | "wf": "Wallis ne Futuna", 242 | "ws": "Samoa", 243 | "ye": "Y\u025bm\u025bn", 244 | "yt": "May\u0254te", 245 | "za": "Afrika Anaafo", 246 | "zm": "Zambia", 247 | "zw": "Zembabwe" 248 | } -------------------------------------------------------------------------------- /product-details/regions/br.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Emirelezhio\u00f9 Arab Unanet", 4 | "af": "Afghanistan", 5 | "ag": "Antigua ha Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarktika", 11 | "ar": "Arc'hantina", 12 | "as": "Samoa Amerikan", 13 | "at": "Aostria", 14 | "au": "Aostralia", 15 | "aw": "Aruba", 16 | "az": "Azerbaidjan", 17 | "ba": "Bosnia ha Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgia", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrein", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barth\u00e9lemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, ha Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas, Ar", 33 | "bt": "Bhoutan", 34 | "bv": "Enez Bouvet", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Kanada", 39 | "cc": "Inizi Kokoz (Keeling)", 40 | "cd": "Kongo-Kinshasa", 41 | "cf": "Republik Kreizafrikan", 42 | "cg": "Kongo-Brazzaville", 43 | "ch": "Suis", 44 | "ci": "Aod an Olifant", 45 | "ck": "Inizi Cook", 46 | "cl": "Chile", 47 | "cm": "Kameroun", 48 | "cn": "Sina", 49 | "co": "Kolombia", 50 | "cp": "Enez Clipperton", 51 | "cr": "Costa Rica", 52 | "cu": "Kuba", 53 | "cv": "Kab Glas", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Enez Christmas", 56 | "cy": "Kiprenez", 57 | "cz": "Republik Tchek", 58 | "de": "Alamagn", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Danmark", 62 | "dm": "Dominica", 63 | "do": "Republik Dominikan", 64 | "dz": "Aljeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egipt", 68 | "eh": "Sahara ar C'horn\u00f4g", 69 | "er": "Eritrea", 70 | "es": "Spagn", 71 | "et": "Etiopia", 72 | "fi": "Finland", 73 | "fj": "Fidji", 74 | "fk": "Inizi Falkland (Malo\u00f9)", 75 | "fm": "Mikronezia, Stado\u00f9 Kevreadel", 76 | "fo": "Inizi Faero", 77 | "fr": "Fra\u00f1s", 78 | "ga": "Gabon", 79 | "gb": "Rouantelezh-Unanet", 80 | "gd": "Grenada", 81 | "ge": "Jorjia", 82 | "gf": "Gwiana C'hall", 83 | "gg": "Gwernenez", 84 | "gh": "Ghana", 85 | "gi": "Jibraltar", 86 | "gl": "Greunland", 87 | "gm": "Gambia, Ar", 88 | "gn": "Ginea", 89 | "gp": "Gwadeloup", 90 | "gq": "Ginea ar C'heheder", 91 | "gr": "Gres", 92 | "gs": "Inizi Georgia ar Su hag Inizi Sandwich ar Su", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Ginea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Inizi Heard ha McDonald", 99 | "hn": "Honduras", 100 | "hr": "Kroatia", 101 | "ht": "Haiti", 102 | "hu": "Hungaria", 103 | "id": "Indonezia", 104 | "ie": "Iwerzhon", 105 | "il": "Israel", 106 | "im": "Enez Vanav", 107 | "in": "India", 108 | "io": "Tiriad breizhveurat Meurvor Indez", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Island", 112 | "it": "Italia", 113 | "je": "Jerzenez", 114 | "jm": "Jamaika", 115 | "jo": "Jordania", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Kambodja", 120 | "ki": "Kiribati", 121 | "km": "Komorez", 122 | "kn": "Sant Kitts ha Nevis", 123 | "kp": "Korea an Norzh", 124 | "kr": "Korea ar Su", 125 | "kw": "Koweit", 126 | "ky": "Inizi Cayman", 127 | "kz": "Kazakstan", 128 | "la": "Laos", 129 | "lb": "Liban", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lituania", 136 | "lu": "Luksembourg", 137 | "lv": "Latvia", 138 | "ly": "Libia", 139 | "ma": "Maroko", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagaskar", 145 | "mh": "Inizi Marshall", 146 | "mk": "Makedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Inizi Mariana an Norzh", 152 | "mq": "Martinik", 153 | "mr": "Maouritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Moris", 157 | "mv": "Maldivez", 158 | "mw": "Malawi", 159 | "mx": "Mec'hiko", 160 | "my": "Malaysia", 161 | "mz": "Mozambik", 162 | "na": "Namibia", 163 | "nc": "Kaledonia Nevez", 164 | "ne": "Niger", 165 | "nf": "Enez Norfolk", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Izelvroio\u00f9", 169 | "no": "Norvegia", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "Zeland-Nevez", 174 | "om": "Oman", 175 | "pa": "Panam\u00e1", 176 | "pe": "Perou", 177 | "pf": "Polinezia C'hall", 178 | "pg": "Papoua Ginea Nevez", 179 | "ph": "Filipinez", 180 | "pk": "Pakistan", 181 | "pl": "Polonia", 182 | "pm": "Sant-P\u00ear-ha-Mikelon", 183 | "pn": "Inizi Pitcairn", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Inizi Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Enez Wake", 193 | "qx": "Inizi Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "Re\u00fcnion", 196 | "ro": "Roumania", 197 | "rs": "Serbia", 198 | "ru": "Rusia", 199 | "rw": "Rwanda", 200 | "sa": "Arabia Saoudat", 201 | "sb": "Inizi Salomon", 202 | "sc": "Sechelez", 203 | "sd": "Soudan", 204 | "se": "Sveden", 205 | "sg": "Singapour", 206 | "sh": "Saint Helena, Ascension, ha Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Surinam", 214 | "ss": "Soudan ar Su", 215 | "st": "S\u00e3o Tom\u00e9 ha Pr\u00edncipe", 216 | "sv": "El Salvador", 217 | "sx": "Saint Martin", 218 | "sy": "Siria", 219 | "sz": "Swaziland", 220 | "tc": "Inizi Turks ha Caicos", 221 | "td": "Tchad", 222 | "tf": "Douaro\u00f9 aostral Fra\u00f1s", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tadjikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunizia", 230 | "to": "Tonga", 231 | "tr": "Turkia", 232 | "tt": "Trinidad ha Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraina", 237 | "ug": "Ouganda", 238 | "us": "Stado\u00f9-Unanet", 239 | "uy": "Uruguay", 240 | "uz": "Ouzbekistan", 241 | "va": "Vatikan", 242 | "vc": "Sant Visant hag ar Grenadinez", 243 | "ve": "Venezuela", 244 | "vg": "Inizi Gwerc'h Breizhveurat", 245 | "vi": "Inizi Gwerc'h ar Stado\u00f9 Unanet", 246 | "vn": "Vi\u00eat Nam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis ha Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore hag inizi Cartier", 251 | "xb": "Enez Baker", 252 | "xc": "Inizi ar Mor Kouralek", 253 | "xd": "Dhekelia", 254 | "xe": "Enez Europa", 255 | "xg": "Bandenn Gaza", 256 | "xh": "Enez Howland", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra, Atoll", 260 | "xm": "Kingman, Kouraleg", 261 | "xp": "Inizi Paracel", 262 | "xq": "Enez Jarvis", 263 | "xr": "Svalbard", 264 | "xs": "Inizi Spratly", 265 | "xt": "Enez Tromelin", 266 | "xu": "Johnston, Atoll", 267 | "xv": "Enez Navassa", 268 | "xw": "Sisjordania", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "Suafrika", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/cy.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua a Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Ariannin", 12 | "as": "Samoa Americanaidd", 13 | "at": "Awstria", 14 | "au": "Awstralia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia a Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Gwlad Belg", 21 | "bf": "Burkina Faso", 22 | "bg": "Bwlgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barth\u00e9lemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, a Saba", 31 | "br": "Brasil", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Ynys Bouvet", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Ynysoedd Cocos (Keeling)", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Gweriniaeth Affricanaidd Congo", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Y Swistir", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Ynysoedd Cook", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "Tsieina", 49 | "co": "Colombia", 50 | "cp": "Ynys Clipperton", 51 | "cr": "Costa Rica", 52 | "cu": "Ciwba", 53 | "cv": "Cape Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Ynys Christmas", 56 | "cy": "Cyprus", 57 | "cz": "Gweriniaeth Tsiec", 58 | "de": "Yr Almaen", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmarc", 62 | "dm": "Dominica", 63 | "do": "Gweriniaeth Dominica", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Yr Aifft", 68 | "eh": "Gorllenwin Sahara", 69 | "er": "Eritrea", 70 | "es": "Sbaen", 71 | "et": "Ethiopia", 72 | "fi": "Ffindir", 73 | "fj": "Ffiji", 74 | "fk": "Ynysoedd Malfinas (Falkland)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Ynysoedd Ffaroe", 77 | "fr": "Ffrainc", 78 | "ga": "Gabon", 79 | "gb": "Y Deyrnas Unedig", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "Guiana Ffrengig", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Guinea Cyhydeddol", 91 | "gr": "Groeg", 92 | "gs": "De Georgia ac Ynysoedd De Sandwich", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Ynys Heard ac Ynys McDonald", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hwngari", 103 | "id": "Indonesia", 104 | "ie": "Iwerddon", 105 | "il": "Israel", 106 | "im": "Ynys Manaw", 107 | "in": "India", 108 | "io": "Tiriogaeth Cefnfor Indiaidd Prydain", 109 | "iq": "Irac", 110 | "ir": "Iran", 111 | "is": "Ynys yr I\u00e2", 112 | "it": "Yr Eidal", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Yr Iorddonen", 116 | "jp": "Siapan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts a Nevis", 123 | "kp": "Corea, Gogledd", 124 | "kr": "Corea, De", 125 | "kw": "Kuwait", 126 | "ky": "Ynysoedd Cayman", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Libanus", 130 | "lc": "Saint Lucia", 131 | "li": "Luxembourg", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithiwania", 136 | "lu": "Liechtenstein", 137 | "lv": "Latfia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Ynysoedd Marshall", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Ynysoedd Gogledd Mariana", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mecsico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "Caledonia Newydd", 164 | "ne": "Niger", 165 | "nf": "Ynys Norfolk", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Yr Iseldiroedd", 169 | "no": "Norwy", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "Seland Newydd", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Periw", 177 | "pf": "Polynesia Ffrengig", 178 | "pg": "Papua Guinea Newydd", 179 | "ph": "Philippines", 180 | "pk": "Pacistan", 181 | "pl": "Gwlad Pwyl", 182 | "pm": "Saint Pierre a Miquelon", 183 | "pn": "Ynysoedd Pitcairn", 184 | "pr": "Puerto Rico", 185 | "pt": "Portiwgal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Ynysoedd Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Ynys Juan de Nova", 192 | "qw": "Ynys Wake", 193 | "qx": "Ynysoedd Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Rwmania", 197 | "rs": "Serbia", 198 | "ru": "Rwsia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Ynysoedd Solomon", 202 | "sc": "Seychelles", 203 | "sd": "Swdan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, a Tristan da Cunha", 207 | "si": "Slofenia", 208 | "sk": "Slofacia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "De Sudan", 215 | "st": "Sao Tome a Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Ynysoedd Turks a Caicos", 221 | "td": "Chad", 222 | "tf": "Tiriogaethau De ac Antartic Ffrainc", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Twrci", 232 | "tt": "Trinidad a Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Wcrain", 237 | "ug": "Uganda", 238 | "us": "Yr Unol Daleithiau", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Dinas y Fatican", 242 | "vc": "Saint Vincent a'r Grenadinau", 243 | "ve": "Venezuela", 244 | "vg": "Ynysoedd Virgin Prydain", 245 | "vi": "Ynysoedd Virgin, UDA.", 246 | "vn": "Fietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis a Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ynysoedd Ashmore a Cartier", 251 | "xb": "Ynys Baker", 252 | "xc": "Ynysoedd y M\u00f4r Cwrel", 253 | "xd": "Dhekelia", 254 | "xe": "Ynys Europa", 255 | "xg": "Llain Gaza", 256 | "xh": "Ynys Howland", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Atol Palmyra", 260 | "xm": "Riff Kingman", 261 | "xp": "Ynysoedd Parasel", 262 | "xq": "Ynys Jarvis", 263 | "xr": "Svalbard", 264 | "xs": "Ynysoedd Spratly", 265 | "xt": "Ynys Tromelin", 266 | "xu": "Atol Johnston", 267 | "xv": "Ynys Navassa", 268 | "xw": "Ardal Gorllewin", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "De Affrica", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/da.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Forenede Arabiske Emirater", 4 | "af": "Afghanistan", 5 | "ag": "Antigua og Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albanien", 8 | "am": "Armenien", 9 | "ao": "Angola", 10 | "aq": "Antarktis", 11 | "ar": "Argentina", 12 | "as": "Amerikansk Samoa", 13 | "at": "\u00d8strig", 14 | "au": "Australien", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnien-Hercegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgien", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgarien", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint-Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei Darussalam", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazilien", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet\u00f8en", 35 | "bw": "Botswana", 36 | "by": "Hviderusland", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos\u00f8erne", 40 | "cd": "Demokratiske Republik Congo", 41 | "cf": "Centralafrikanske Republik", 42 | "cg": "Republikken Congo", 43 | "ch": "Schweitz", 44 | "ci": "Elfenbenskysten", 45 | "ck": "Cook-\u00f8erne", 46 | "cl": "Chile", 47 | "cm": "Cameroun", 48 | "cn": "Kina", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Kap Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cypern", 57 | "cz": "Tjekkiet", 58 | "de": "Tyskland", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Danmark", 62 | "dm": "Dominica", 63 | "do": "Dominikanske Republik", 64 | "dz": "Algeriet", 65 | "ec": "Ecuador", 66 | "ee": "Estland", 67 | "eg": "Egypten", 68 | "eh": "Vestsahara", 69 | "er": "Eritrea", 70 | "es": "Spanien", 71 | "et": "Etiopien", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falklands\u00f8erne", 75 | "fm": "Mikronesien", 76 | "fo": "F\u00e6r\u00f8erne", 77 | "fr": "Frankrig", 78 | "ga": "Gabon", 79 | "gb": "Storbritanien", 80 | "gd": "Grenada", 81 | "ge": "Georgien", 82 | "gf": "Fransk Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Gr\u00f8nland", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "\u00c6kvatorialguinea", 91 | "gr": "Gr\u00e6kenland", 92 | "gs": "Sydgeorgien og Sydsandwich\u00f8erne", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard- og McDonald-\u00f8erne", 99 | "hn": "Honduras", 100 | "hr": "Kroatien", 101 | "ht": "Haiti", 102 | "hu": "Ungarn", 103 | "id": "Indonesien", 104 | "ie": "Irland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "Indien", 108 | "io": "Britiske Territorium i Indiske Ocean", 109 | "iq": "Irak", 110 | "ir": "Iran", 111 | "is": "Island", 112 | "it": "Italien", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kirgisistan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comorerne", 122 | "kn": "Saint Kitts og Nevis", 123 | "kp": "Nordkorea", 124 | "kr": "Sydkorea", 125 | "kw": "Kuwait", 126 | "ky": "Cayman-\u00f8erne", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Libanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Litauen", 136 | "lu": "Luxembourg", 137 | "lv": "Letland", 138 | "ly": "Libyen", 139 | "ma": "Marokko", 140 | "mc": "Monaco", 141 | "md": "Moldavien", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagaskar", 145 | "mh": "Marshall\u00f8erne", 146 | "mk": "Makedonien", 147 | "ml": "Mali", 148 | "mm": "Myanmar / Burma", 149 | "mn": "Mongoliet", 150 | "mo": "Macau", 151 | "mp": "Nordmarianerne", 152 | "mq": "Martinique", 153 | "mr": "Mauritanien", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldiverne", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "Ny Kaledonien", 164 | "ne": "Niger", 165 | "nf": "Norfolk\u00f8en", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Holland", 169 | "no": "Norge", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "Fransk Polynesien", 178 | "pg": "Ny Guinea", 179 | "ph": "Filippinerne", 180 | "pk": "Pakistan", 181 | "pl": "Polen", 182 | "pm": "Saint-Pierre og Miquelon", 183 | "pn": "Pitcairn\u00f8erne", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Rum\u00e6nien", 197 | "rs": "Serbien", 198 | "ru": "Rusland", 199 | "rw": "Rwanda", 200 | "sa": "Saudiarabien", 201 | "sb": "Salomon\u00f8erne", 202 | "sc": "Seychellerne", 203 | "sd": "Sudan", 204 | "se": "Sverige", 205 | "sg": "Singapore", 206 | "sh": "Sankt Helena", 207 | "si": "Slovenien", 208 | "sk": "Slovakiet", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Surinam", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome og Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syrien", 219 | "sz": "Swaziland", 220 | "tc": "Turks- og Caicos\u00f8erne", 221 | "td": "Tchad", 222 | "tf": "Franske Sydterritorier", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tadsjikistan", 226 | "tk": "Tokelau", 227 | "tl": "\u00d8sttimor", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunesien", 230 | "to": "Tonga", 231 | "tr": "Tyrkiet", 232 | "tt": "Trinidad og Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "USA", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatikanstaten", 242 | "vc": "Saint Vincent og Grenadinerne", 243 | "ve": "Venezuela", 244 | "vg": "Britiske Jomfru\u00f8er", 245 | "vi": "Amerikanske Jomfru\u00f8er", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis- og Futuna\u00f8erne", 249 | "ws": "Samoa", 250 | "xa": "Ashmore and Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "Vestbredden", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "Sydafrika", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/en-CA.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua and Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentina", 12 | "as": "American Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia and Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas, The", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos (Keeling) Islands", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Central African Republic", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Czech Republic", 58 | "de": "Germany", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Dominican Republic", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egypt", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Spain", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Faroe Islands", 77 | "fr": "France", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "French Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia, The", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Equatorial Guinea", 91 | "gr": "Greece", 92 | "gs": "South Georgia and South Sandwich Islands", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island and McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesia", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italy", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts and Nevis", 123 | "kp": "Korea, North", 124 | "kr": "Korea, South", 125 | "kw": "Kuwait", 126 | "ky": "Cayman Islands", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Marshall Islands", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Northern Mariana Islands", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Norfolk Island", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Netherlands", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Philippines", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre and Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome and Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Turks and Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turkey", 232 | "tt": "Trinidad and Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "United States", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent and the Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Virgin Islands, British", 245 | "vi": "Virgin Islands, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis and Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore and Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/en-GB.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua and Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentina", 12 | "as": "American Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia and Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas, The", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos (Keeling) Islands", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Central African Republic", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Czech Republic", 58 | "de": "Germany", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Dominican Republic", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egypt", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Spain", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Faroe Islands", 77 | "fr": "France", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "French Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia, The", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Equatorial Guinea", 91 | "gr": "Greece", 92 | "gs": "South Georgia and South Sandwich Islands", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island and McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesia", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italy", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts and Nevis", 123 | "kp": "Korea, North", 124 | "kr": "Korea, South", 125 | "kw": "Kuwait", 126 | "ky": "Cayman Islands", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Marshall Islands", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Northern Mariana Islands", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Norfolk Island", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Netherlands", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Philippines", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre and Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome and Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Turks and Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turkey", 232 | "tt": "Trinidad and Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "United States", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent and the Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Virgin Islands, British", 245 | "vi": "Virgin Islands, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis and Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore and Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua and Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentina", 12 | "as": "American Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia and Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas, The", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos (Keeling) Islands", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Central African Republic", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Czech Republic", 58 | "de": "Germany", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Dominican Republic", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egypt", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Spain", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Faroe Islands", 77 | "fr": "France", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "French Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia, The", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Equatorial Guinea", 91 | "gr": "Greece", 92 | "gs": "South Georgia and South Sandwich Islands", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island and McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesia", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italy", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts and Nevis", 123 | "kp": "Korea, North", 124 | "kr": "Korea, South", 125 | "kw": "Kuwait", 126 | "ky": "Cayman Islands", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Marshall Islands", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Northern Mariana Islands", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Norfolk Island", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Netherlands", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Philippines", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre and Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome and Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Turks and Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turkey", 232 | "tt": "Trinidad and Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "United States", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent and the Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Virgin Islands, British", 245 | "vi": "Virgin Islands, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis and Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore and Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/en-ZA.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "United Arab Emirates", 4 | "af": "Afghanistan", 5 | "ag": "Antigua and Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentina", 12 | "as": "American Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia and Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas, The", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos (Keeling) Islands", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Central African Republic", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Czech Republic", 58 | "de": "Germany", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Dominican Republic", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egypt", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Spain", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Micronesia, Federated States of", 76 | "fo": "Faroe Islands", 77 | "fr": "France", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "French Guiana", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia, The", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Equatorial Guinea", 91 | "gr": "Greece", 92 | "gs": "South Georgia and South Sandwich Islands", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island and McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesia", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italy", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Japan", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Cambodia", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts and Nevis", 123 | "kp": "Korea, North", 124 | "kr": "Korea, South", 125 | "kw": "Kuwait", 126 | "ky": "Cayman Islands", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Marshall Islands", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Northern Mariana Islands", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Norfolk Island", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Netherlands", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Philippines", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre and Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Midway Islands", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapore", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "South Sudan", 215 | "st": "Sao Tome and Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Turks and Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turkey", 232 | "tt": "Trinidad and Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "United States", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent and the Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Virgin Islands, British", 245 | "vi": "Virgin Islands, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis and Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore and Cartier Islands", 251 | "xb": "Baker Island", 252 | "xc": "Coral Sea Islands", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/eo.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andoro", 3 | "ae": "Unui\u011dintaj Arabaj Emirlandoj", 4 | "af": "Afganujo", 5 | "ag": "Antigvo kaj Barbudo", 6 | "ai": "Angvilo", 7 | "al": "Albanujo", 8 | "am": "Armenujo", 9 | "ao": "Angolo", 10 | "aq": "Antarkto", 11 | "ar": "Argentino", 12 | "as": "Usona Samoo", 13 | "at": "A\u016dstrujo", 14 | "au": "A\u016dstralio", 15 | "aw": "Arubo", 16 | "az": "Azerbaj\u011dano", 17 | "ba": "Bosnujo and Hercegovino", 18 | "bb": "Barbado", 19 | "bd": "Banglade\u015do", 20 | "be": "Belgujo", 21 | "bf": "Burkino", 22 | "bg": "Bulgarujo", 23 | "bh": "Barejno", 24 | "bi": "Burundo", 25 | "bj": "Benino", 26 | "bl": "Saint Barth\u00e9lemy", 27 | "bm": "Bermudoj", 28 | "bn": "Brunejo", 29 | "bo": "Bolivio", 30 | "bq": "Bonero, Sint Eustatius kaj Saba", 31 | "br": "Brazilo", 32 | "bs": "Bahamoj", 33 | "bt": "Butano", 34 | "bv": "Buvetinsulo", 35 | "bw": "Bocvano", 36 | "by": "Belorusujo", 37 | "bz": "Belizo", 38 | "ca": "Kanado", 39 | "cc": "Kokosinsulo", 40 | "cd": "Kongo (Kin\u015dasa)", 41 | "cf": "Centr-Afriko", 42 | "cg": "Kongo (Brazavila)", 43 | "ch": "Svislando", 44 | "ci": "Ebur-Bordo", 45 | "ck": "Kukinsuloj", 46 | "cl": "\u0108ilio", 47 | "cm": "Kameruno", 48 | "cn": "\u0108inujo", 49 | "co": "Kolombio", 50 | "cp": "Klipertono", 51 | "cr": "Kostariko", 52 | "cu": "Kubo", 53 | "cv": "Kaboverdo", 54 | "cw": "Kuracao", 55 | "cx": "Kristnaskinsulo", 56 | "cy": "Kipro", 57 | "cz": "\u0108e\u0125ujo", 58 | "de": "Germanujo", 59 | "dg": "Diego Garcia", 60 | "dj": "\u011cibutio", 61 | "dk": "Danujo", 62 | "dm": "Dominiko", 63 | "do": "Dominika Respubliko", 64 | "dz": "Al\u011derio", 65 | "ec": "Ekvadoro", 66 | "ee": "Estonujo", 67 | "eg": "Egiptujo", 68 | "eh": "Okcidenta Saharo", 69 | "er": "Eritreo", 70 | "es": "Hispanujo", 71 | "et": "Etiopujo", 72 | "fi": "Finnlando", 73 | "fj": "Fi\u011dio", 74 | "fk": "Falklandoj (Malvinas)", 75 | "fm": "Micronesio", 76 | "fo": "Ferooj", 77 | "fr": "Francujo", 78 | "ga": "Gabono", 79 | "gb": "Britujo", 80 | "gd": "Grenado", 81 | "ge": "Kartvelujo", 82 | "gf": "Franca Gviano", 83 | "gg": "Guernsey", 84 | "gh": "Ganao", 85 | "gi": "\u011cibraltaro", 86 | "gl": "Gronlando", 87 | "gm": "Gambio", 88 | "gn": "Guinea", 89 | "gp": "Gvadelupo", 90 | "gq": "Ekvatora Gvineo", 91 | "gr": "Grekujo", 92 | "gs": "Sud-Georgio kaj Sud-Sandvi\u0109insuloj", 93 | "gt": "Gvatemalo", 94 | "gu": "Gvamo", 95 | "gw": "Gvineo-Bisa\u016do", 96 | "gy": "Gujano", 97 | "hk": "Honkongo", 98 | "hm": "Herda kaj Makdonaldaj Insuloj", 99 | "hn": "Honduro", 100 | "hr": "Kroatujo", 101 | "ht": "Haitio", 102 | "hu": "Hungarujo", 103 | "id": "Indonezio", 104 | "ie": "Irlando", 105 | "il": "Israelo", 106 | "im": "Isle of Man", 107 | "in": "Barato", 108 | "io": "Brita Hindoceana Teritorio", 109 | "iq": "Irako", 110 | "ir": "Irano", 111 | "is": "Islando", 112 | "it": "Italujo", 113 | "je": "Jersey", 114 | "jm": "Jamajko", 115 | "jo": "Jordanio", 116 | "jp": "Japanujo", 117 | "ke": "Kenjo", 118 | "kg": "Kirgizujo", 119 | "kh": "Kambo\u011do", 120 | "ki": "Kiribato", 121 | "km": "Komoroj", 122 | "kn": "Sankta Kristoforo kaj Neviso", 123 | "kp": "Nord-Koreujo", 124 | "kr": "Sud-Koreujo", 125 | "kw": "Kuvajto", 126 | "ky": "Kejmanoj", 127 | "kz": "Kaza\u0125ujo", 128 | "la": "Laoso", 129 | "lb": "Libano", 130 | "lc": "Sankta Lucio", 131 | "li": "Li\u0125ten\u015dtejno", 132 | "lk": "Srilanko", 133 | "lr": "Liberia", 134 | "ls": "Lesoto", 135 | "lt": "Litovujo", 136 | "lu": "Luksemburgo", 137 | "lv": "Latvujo", 138 | "ly": "Libio", 139 | "ma": "Maroko", 140 | "mc": "Monako", 141 | "md": "Moldavujo", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagaskaro", 145 | "mh": "Mar\u015daloj", 146 | "mk": "Makedonujo", 147 | "ml": "Malio", 148 | "mm": "Birmo", 149 | "mn": "Mongolujo", 150 | "mo": "Makao", 151 | "mp": "Nord-Marianoj", 152 | "mq": "Martiniko", 153 | "mr": "Ma\u016dritanio", 154 | "ms": "Moncerato", 155 | "mt": "Malto", 156 | "mu": "Ma\u016dricio", 157 | "mv": "Maldivoj", 158 | "mw": "Malavio", 159 | "mx": "Meksiko", 160 | "my": "Malajzio", 161 | "mz": "Mozambiko", 162 | "na": "Namibio", 163 | "nc": "Nov-Kaledonio", 164 | "ne": "Ni\u011dero", 165 | "nf": "Norfolkinsulo", 166 | "ng": "Ni\u011deria", 167 | "ni": "Nikaragvo", 168 | "nl": "Nederlando", 169 | "no": "Norvegujo", 170 | "np": "Nepalo", 171 | "nr": "Nauro", 172 | "nu": "Niuo", 173 | "nz": "Nov-Zelando", 174 | "om": "Omano", 175 | "pa": "Panamo", 176 | "pe": "Peruo", 177 | "pf": "Franca Polinezio", 178 | "pg": "Papuo-Nov-Gvineo", 179 | "ph": "Filipinoj", 180 | "pk": "Pakistano", 181 | "pl": "Pollando", 182 | "pm": "Sankta Piero kaj Mikelono", 183 | "pn": "Pitkarna Insulo", 184 | "pr": "Puertoriko", 185 | "pt": "Portugalujo", 186 | "pw": "Pala\u016do", 187 | "py": "Paragvajo", 188 | "qa": "Kataro", 189 | "qm": "Midvejinsuloj", 190 | "qs": "Bassas da India", 191 | "qu": "\u0134uan de la Nova Insulo", 192 | "qw": "Vejkinsulo", 193 | "qx": "Insularo Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "Reunio", 196 | "ro": "Rumanujo", 197 | "rs": "Serbujo", 198 | "ru": "Rusujo", 199 | "rw": "Ruando", 200 | "sa": "Sa\u016dda Arabujo", 201 | "sb": "Salomonoj", 202 | "sc": "Sej\u015deloj", 203 | "sd": "Sudano", 204 | "se": "Svedujo", 205 | "sg": "Singapuro", 206 | "sh": "Sankta Heleno", 207 | "si": "Slovenujo", 208 | "sk": "Slovakujo", 209 | "sl": "Sieraleono", 210 | "sm": "Sanmarino", 211 | "sn": "Senegalo", 212 | "so": "Somalujo", 213 | "sr": "Surinamo", 214 | "ss": "Sud-Sudano", 215 | "st": "Santomeo kaj Principeo", 216 | "sv": "Salvadoro", 217 | "sx": "Sint-Maarten", 218 | "sy": "Sirio", 219 | "sz": "Svazilando", 220 | "tc": "Turkoj kaj Kajkoj", 221 | "td": "\u0108ado", 222 | "tf": "Francaj Sudaj Teritorioj", 223 | "tg": "Togolando", 224 | "th": "Tajlando", 225 | "tj": "Ta\u011dikujo", 226 | "tk": "Tokelao", 227 | "tl": "Orienta Timoro", 228 | "tm": "Turkmenujo", 229 | "tn": "Tunizio", 230 | "to": "Tongo", 231 | "tr": "Turkujo", 232 | "tt": "Trinidado kaj Tobago", 233 | "tv": "Tuvalo", 234 | "tw": "Tajvano", 235 | "tz": "Tanzanio", 236 | "ua": "Ukrainujo", 237 | "ug": "Ugando", 238 | "us": "Usono", 239 | "uy": "Urugvajo", 240 | "uz": "Uzbekujo", 241 | "va": "Vatikano", 242 | "vc": "Sankta Vicento kaj Grenadinoj", 243 | "ve": "Venezuelo", 244 | "vg": "Britaj Virgulinsuloj", 245 | "vi": "Usonaj Virgulinsuloj", 246 | "vn": "Vjetnamujo", 247 | "vu": "Vanuatuo", 248 | "wf": "Valiso kaj Futuno", 249 | "ws": "Samoo", 250 | "xa": "A\u015dmora kaj Kartia Insuloj", 251 | "xb": "Bakerinsulo", 252 | "xc": "Koralmaraj Insuloj", 253 | "xd": "Dekelia", 254 | "xe": "E\u016dropinsulo", 255 | "xg": "Gaza Sektoro", 256 | "xh": "Insulo Howland", 257 | "xj": "Janmajeno", 258 | "xk": "Kosovo", 259 | "xl": "Palmiro", 260 | "xm": "Kingmanrifo", 261 | "xp": "Paracelinsuloj", 262 | "xq": "\u0134arvisinsulo", 263 | "xr": "Svalbardo", 264 | "xs": "Spratly Insuloj", 265 | "xt": "Tromelino", 266 | "xu": "Jonstonatolo", 267 | "xv": "Navasa Insulo", 268 | "xw": "Cisjordanio", 269 | "ye": "Jemeno", 270 | "yt": "Majoto", 271 | "za": "Sud-Afriko", 272 | "zm": "Zambio", 273 | "zw": "Zimbabvo" 274 | } -------------------------------------------------------------------------------- /product-details/regions/gl.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "E.A.U.", 4 | "af": "Afganist\u00e1n", 5 | "ag": "Antigua e Barbuda", 6 | "ai": "Anguila", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "an": "Antillas Neerlandesas ou Holandesas", 10 | "ao": "Angola", 11 | "aq": "Ant\u00e1rtida", 12 | "ar": "Arxentina", 13 | "as": "Samoa americana", 14 | "at": "Austria", 15 | "au": "Australia", 16 | "aw": "Aruba", 17 | "ax": "Illas de \\u00c5land", 18 | "az": "Acerbaix\u00e1n", 19 | "ba": "Bosnia-Hercegovina", 20 | "bb": "Barbados", 21 | "bd": "Bangladesh", 22 | "be": "B\u00e9lxica", 23 | "bf": "Burkina Faso", 24 | "bg": "Bulgaria", 25 | "bh": "Bahrain", 26 | "bi": "Burundi", 27 | "bj": "Benin", 28 | "bl": "San Bartolomeo", 29 | "bm": "Bermudas", 30 | "bn": "Brunei Darussalam", 31 | "bo": "Bolivia", 32 | "br": "Brasil", 33 | "bs": "Bahamas", 34 | "bt": "But\u00e1n", 35 | "bv": "Illa Bouvet", 36 | "bw": "Bostwana", 37 | "by": "Bielorrusia", 38 | "bz": "Belize", 39 | "ca": "Canad\u00e1", 40 | "cc": "Illas Cocos ou Keeling", 41 | "cd": "Rep\u00fablica Democr\u00e1tica do Congo-Kinshasa", 42 | "cf": "Rep\u00fablica Centroafricana", 43 | "cg": "Congo-Brazzaville", 44 | "ch": "Su\u00edza", 45 | "ci": "Costa do Marfil", 46 | "ck": "Illas Cook", 47 | "cl": "Chile", 48 | "cm": "Camer\u00fan", 49 | "cn": "China", 50 | "co": "Colombia", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cx": "Illa de Christmas", 55 | "cy": "Chipre", 56 | "cz": "Rep\u00fablica Checa", 57 | "de": "Alema\u00f1a", 58 | "dj": "Djibuti", 59 | "dk": "Dinamarca", 60 | "dm": "Dominica", 61 | "do": "Rep\u00fablica Dominicana", 62 | "dz": "Alxeria", 63 | "ec": "Ecuador", 64 | "ee": "Estonia", 65 | "eg": "Exipto", 66 | "eh": "S\u00e1hara Occidental", 67 | "er": "Eritrea", 68 | "es": "Espa\u00f1a", 69 | "et": "Etiop\u00eda", 70 | "fi": "Finlandia", 71 | "fj": "Fixi", 72 | "fk": "Illas Malvinas ou Falkland", 73 | "fm": "Micronesia", 74 | "fo": "Illas Feroe", 75 | "fr": "Francia", 76 | "ga": "Gab\u00f3n", 77 | "gb": "Reino Unido", 78 | "gd": "Granada", 79 | "ge": "Xeorxia", 80 | "gf": "G\u00fciana Francesa", 81 | "gg": "Guernsey", 82 | "gh": "Gana", 83 | "gi": "Xibraltar", 84 | "gl": "Groenlandia", 85 | "gm": "Gambia", 86 | "gn": "Guinea", 87 | "gp": "Guadalupe", 88 | "gq": "Guinea Ecuatorial", 89 | "gr": "Grecia", 90 | "gs": "Xeorxia do Sur e Illas S\u00e1ndwich do Sur", 91 | "gt": "Guatemala", 92 | "gu": "Guam", 93 | "gw": "Guinea-Bissau", 94 | "gy": "G\u00fciana", 95 | "hk": "Hong Kong", 96 | "hm": "Illas Heard e McDonald", 97 | "hn": "Honduras", 98 | "hr": "Croacia", 99 | "ht": "Hait\u00ed", 100 | "hu": "Hungr\u00eda", 101 | "id": "Indonesia", 102 | "ie": "Irlanda", 103 | "il": "Israel", 104 | "im": "Illa de Man", 105 | "in": "India", 106 | "io": "Territorio Brit\u00e1nico do oc\u00e9ano \u00cdndico", 107 | "iq": "Iraq", 108 | "ir": "Ir\u00e1n", 109 | "is": "Islandia", 110 | "it": "Italia", 111 | "je": "Jersey", 112 | "jm": "Xamaica", 113 | "jo": "Xordania", 114 | "jp": "Xap\u00f3n", 115 | "ke": "Kenya", 116 | "kg": "Kirguizist\u00e1n", 117 | "kh": "Cambodia", 118 | "ki": "Kiribati", 119 | "km": "Comores", 120 | "kn": "San Cristovo-Nevis", 121 | "kp": "Corea do Norte", 122 | "kr": "Corea do Sur", 123 | "kw": "Kuwait", 124 | "ky": "Illas Caim\u00e1n", 125 | "kz": "Kazakhist\u00e1n", 126 | "la": "Laosme\\t=\\tMontenegro", 127 | "lb": "L\u00edbano", 128 | "lc": "Santa Luc\u00eda", 129 | "li": "Liechtenstein", 130 | "lk": "Sri Lanka", 131 | "lr": "Liberia", 132 | "ls": "Lesotho", 133 | "lt": "Lituania", 134 | "lu": "Luxemburgo", 135 | "lv": "Letonia", 136 | "ly": "Libia", 137 | "ma": "Marrocos", 138 | "mc": "M\u00f3naco", 139 | "md": "Moldavia", 140 | "me": "Montenegro", 141 | "mf": "Illa de San Marti\u00f1o", 142 | "mg": "Madagascar", 143 | "mh": "Illas Marshall", 144 | "mk": "Rep\u00fablica de Macedonia", 145 | "ml": "Mal\u00ed", 146 | "mm": "Myanmar", 147 | "mn": "Mongolia", 148 | "mo": "Macau", 149 | "mp": "Illas Marianas do Norte", 150 | "mq": "Martinica", 151 | "mr": "Mauritania", 152 | "ms": "Montserrat", 153 | "mt": "Malta", 154 | "mu": "Mauricio", 155 | "mv": "Maldivas", 156 | "mw": "Malawi", 157 | "mx": "M\u00e9xico", 158 | "my": "Malaisia", 159 | "mz": "Mozambique", 160 | "na": "Namibia", 161 | "nc": "Nova Caledonia", 162 | "ne": "N\u00edxer", 163 | "nf": "Illa de Norfolk", 164 | "ng": "Nixeria", 165 | "ni": "Nicaragua", 166 | "nl": "Pa\u00edses Baixos", 167 | "no": "Noruega", 168 | "np": "Nepal", 169 | "nr": "Nauruano", 170 | "nu": "Niue", 171 | "nz": "Nova Zelandia", 172 | "om": "Om\u00e1n", 173 | "pa": "Panam\u00e1", 174 | "pe": "Per\u00fa", 175 | "pf": "Polinesia Francesa", 176 | "pg": "Pap\u00faa-Nova Guinea", 177 | "ph": "Filipinas", 178 | "pk": "Paquist\u00e1n", 179 | "pl": "Polonia", 180 | "pm": "Saint Pierre e Miquelon", 181 | "pn": "Illas Pitcairn", 182 | "pr": "Porto Rico", 183 | "ps": "Territorio palestino ocupado", 184 | "pt": "Portugal", 185 | "pw": "Palau", 186 | "py": "Paraguai", 187 | "qa": "Qatar", 188 | "re": "Reuni\u00f3n", 189 | "ro": "Roman\u00eda", 190 | "rs": "Serbia", 191 | "ru": "Federaci\u00f3n rusa", 192 | "rw": "Ruanda", 193 | "sa": "Arabia Saud\u00ed", 194 | "sb": "Illas Salom\u00f3n", 195 | "sc": "Seicheles", 196 | "sd": "Sud\u00e1n", 197 | "se": "Suecia", 198 | "sg": "Singapur", 199 | "sh": "Santa Helena", 200 | "si": "Eslovenia", 201 | "sj": "Svalbard e Jan Mayen", 202 | "sk": "Eslovaquia", 203 | "sl": "Serra Leoa", 204 | "sm": "San Marino", 205 | "sn": "Senegal", 206 | "so": "Somalia", 207 | "sr": "Suriname", 208 | "st": "San Tom\u00e9 e Pr\u00edncipe", 209 | "sv": "O Salvador", 210 | "sy": "Siria", 211 | "sz": "Suazilandia", 212 | "tc": "Illas Caicos e Turcas", 213 | "td": "Chad", 214 | "tf": "Territorios Franceses do Sur", 215 | "tg": "Togo", 216 | "th": "Tailandia", 217 | "tj": "Taxiquist\u00e1n", 218 | "tk": "Tokelau", 219 | "tl": "Timor-Leste", 220 | "tm": "Turkmenist\u00e1n", 221 | "tn": "Tunisia", 222 | "to": "Tonga", 223 | "tr": "Turqu\u00eda", 224 | "tt": "Trinidad e Tobago", 225 | "tv": "Tuvalu", 226 | "tw": "Taiw\u00e1n", 227 | "tz": "Tanzania", 228 | "ua": "Ucra\u00edna", 229 | "ug": "Uganda", 230 | "um": "Illas perif\u00e9ricas dos Estados Unidos", 231 | "us": "Estados Unidos", 232 | "uy": "Uruguai", 233 | "uz": "Uzbequist\u00e1n", 234 | "va": "Cidade do Vaticano", 235 | "vc": "San Vicente e as Granadinas", 236 | "ve": "Venezuela", 237 | "vg": "Illas Virxes brit\u00e1nicas", 238 | "vi": "Illas Virxes americanas", 239 | "vn": "Vietnam", 240 | "vu": "Vanuatu", 241 | "wf": "Wallis e Futuna", 242 | "ws": "Samoa", 243 | "ye": "Iemen", 244 | "yt": "Mayotte", 245 | "za": "Sur\u00e1frica", 246 | "zm": "Zambia", 247 | "zw": "Cimbabue" 248 | } -------------------------------------------------------------------------------- /product-details/regions/id.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Uni Emirat Arab", 4 | "af": "Afganistan", 5 | "ag": "Antigua dan Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarktika", 11 | "ar": "Argentina", 12 | "as": "Samoa Amerika", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia dan Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgia", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius dan Saba", 31 | "br": "Brasil", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet, Pulau", 35 | "bw": "Botswana", 36 | "by": "Belarusia", 37 | "bz": "Belize", 38 | "ca": "Kanada", 39 | "cc": "Kepulauan Cocos (Keeling)", 40 | "cd": "Kongo-Kinshasa", 41 | "cf": "Afrika Tengah, Republik", 42 | "cg": "Kongo-Brazzaville", 43 | "ch": "Swiss", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook, Kepulauan", 46 | "cl": "Chili", 47 | "cm": "Kamerun", 48 | "cn": "Tiongkok", 49 | "co": "Kolombia", 50 | "cp": "Kepulauan Clipperton", 51 | "cr": "Kosta Rika", 52 | "cu": "Kuba", 53 | "cv": "Tanjung Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Natal, Pulau", 56 | "cy": "Siprus", 57 | "cz": "Ceko, Republik", 58 | "de": "Jerman", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominika", 63 | "do": "Dominika, Republik", 64 | "dz": "Aljazair", 65 | "ec": "Ekuador", 66 | "ee": "Estonia", 67 | "eg": "Mesir", 68 | "eh": "Sahara Barat", 69 | "er": "Eritrea", 70 | "es": "Spanyol", 71 | "et": "Ethiopia", 72 | "fi": "Finlandia", 73 | "fj": "Fiji", 74 | "fk": "Kepulauan Falkland (Islas Malvinas)", 75 | "fm": "Negara Federasi Micronesia", 76 | "fo": "Faroe, Kepulauan", 77 | "fr": "Perancis", 78 | "ga": "Gabon", 79 | "gb": "Britania Raya", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "Guyana Perancis", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Guinea Khatulistiwa", 91 | "gr": "Yunani", 92 | "gs": "Georgia Selatan dan Kepulauan Sandwich Selatan", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard dan Kepulauan McDonald, Pulau", 99 | "hn": "Honduras", 100 | "hr": "Kroasia", 101 | "ht": "Haiti", 102 | "hu": "Hongaria", 103 | "id": "Indonesia", 104 | "ie": "Irlandia", 105 | "il": "Israel", 106 | "im": "Man, Pulau", 107 | "in": "India", 108 | "io": "Britania di Samudera Hindia, Teritorial", 109 | "iq": "Irak", 110 | "ir": "Iran", 111 | "is": "Islandia", 112 | "it": "Italia", 113 | "je": "Jersey", 114 | "jm": "Jamaika", 115 | "jo": "Yordania", 116 | "jp": "Jepang", 117 | "ke": "Kenya", 118 | "kg": "Kirgizstan", 119 | "kh": "Kamboja", 120 | "ki": "Kiribati", 121 | "km": "Komoro", 122 | "kn": "Saint Kitts dan Nevis", 123 | "kp": "Korea Utara", 124 | "kr": "Korea Selatan", 125 | "kw": "Kuwait", 126 | "ky": "Cayman, Kepulauan", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lituania", 136 | "lu": "Luksemburg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Maroko", 140 | "mc": "Monako", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagaskar", 145 | "mh": "Marshall, Kepulauan", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Birma", 149 | "mn": "Mongolia", 150 | "mo": "Makau", 151 | "mp": "Mariana Utara, Kepulauan", 152 | "mq": "Martinik", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maladewa", 158 | "mw": "Malawi", 159 | "mx": "Meksiko", 160 | "my": "Malaysia", 161 | "mz": "Mozambik", 162 | "na": "Namibia", 163 | "nc": "Kaledonia Baru", 164 | "ne": "Niger", 165 | "nf": "Norfolk, Pulau", 166 | "ng": "Nigeria", 167 | "ni": "Nikaragua", 168 | "nl": "Belanda", 169 | "no": "Norwegia", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "Selandia Baru", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "Polinesia Perancis", 178 | "pg": "Papua Nugini", 179 | "ph": "Filipina", 180 | "pk": "Pakistan", 181 | "pl": "Polandia", 182 | "pm": "Saint Pierre dan Miquelon", 183 | "pn": "Kepulauan Pitcairn", 184 | "pr": "Puerto Riko", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Kepulauan Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Pulau Juan de Nova", 192 | "qw": "Pulau Wake", 193 | "qx": "Pulau Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "R\u00e9union", 196 | "ro": "Rumania", 197 | "rs": "Serbia", 198 | "ru": "Rusia", 199 | "rw": "Rwanda", 200 | "sa": "Arab Saudi", 201 | "sb": "Solomon, Kepulauan", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Swedia", 205 | "sg": "Singapura", 206 | "sh": "Saint Helena, Ascension, dan Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slowakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "Sudan Selatan", 215 | "st": "Sao Tome dan Principe", 216 | "sv": "El Salvador", 217 | "sx": "Saint Martin", 218 | "sy": "Suriah", 219 | "sz": "Swaziland", 220 | "tc": "Turks dan Caicos, Kepulauan", 221 | "td": "Chad", 222 | "tf": "Perancis, Wilayah Bagian Selatan dan Antartika", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor Leste", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turki", 232 | "tt": "Trinidad dan Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraina", 237 | "ug": "Uganda", 238 | "us": "Amerika Serikat", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatikan", 242 | "vc": "Saint Vincent dan Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Kepulauan Virgin, Inggris", 245 | "vi": "Kepulauan Virgin (Amerika)", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis dan Futuna", 249 | "ws": "Samoa", 250 | "xa": "Kepulauan Ashmore dan Cartier", 251 | "xb": "Pulau Baker", 252 | "xc": "Kepulauan Coral Sea", 253 | "xd": "Dhekelia", 254 | "xe": "Pulau Europa", 255 | "xg": "Jalur Gaza", 256 | "xh": "Pulau Howland", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Pulau Paracel", 262 | "xq": "Pulau Jarvis", 263 | "xr": "Svalbard", 264 | "xs": "Kepualau Spratly", 265 | "xt": "Pulau Tromelin", 266 | "xu": "Johnston Atoll", 267 | "xv": "Pulau Navassa", 268 | "xw": "Tepi Barat", 269 | "ye": "Yaman", 270 | "yt": "Mayotte", 271 | "za": "Afrika Selatan", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/ku.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andora", 3 | "ae": "M.Y.A.", 4 | "af": "Afxanistan", 5 | "ag": "Antigua \u00fb Barbuda", 6 | "ai": "Angola", 7 | "al": "Albanya", 8 | "am": "Ermenistan", 9 | "an": "Antil\u00ean Holenday\u00ea", 10 | "ao": "Angola", 11 | "aq": "Antart\u00eeka", 12 | "ar": "Arjant\u00een", 13 | "as": "Samoaya Amer\u00eekay\u00ea", 14 | "at": "Awisturya", 15 | "au": "Awistralya", 16 | "aw": "Ar\u00fbba", 17 | "ax": "Girav\u00ean Oland", 18 | "az": "Azerbaycan", 19 | "ba": "Bosna Hersek", 20 | "bb": "Barbados", 21 | "bd": "Banglade\u015f", 22 | "be": "Bel\u00e7\u00eeka", 23 | "bf": "Burk\u00eena Faso", 24 | "bg": "Bulgaristan", 25 | "bh": "Behreyn", 26 | "bi": "Burund\u00ee", 27 | "bj": "Ben\u00een", 28 | "bl": "Saint Barth\u00e9lemy", 29 | "bm": "Berm\u00fbda", 30 | "bn": "Sultaniya Brune\u00ee", 31 | "bo": "Bol\u00eevya", 32 | "br": "Brez\u00eelya", 33 | "bs": "Bahama", 34 | "bt": "Butan", 35 | "bv": "Girava Bouvet", 36 | "bw": "Botswana", 37 | "by": "Beler\u00fbsya", 38 | "bz": "Bel\u00eeze", 39 | "ca": "Kanada", 40 | "cc": "Girav\u00ean Kokos (Keeling)", 41 | "cd": "Kongo Kin\u015fasa", 42 | "cf": "Komara Afr\u00eekana Nav\u00een", 43 | "cg": "Kongo - Brazzav\u00eelle", 44 | "ch": "Sw\u00eesre", 45 | "ci": "Perava Diran\u00eaf\u00eel", 46 | "ck": "Girav\u00ean Kook", 47 | "cl": "\u015e\u00eel\u00ee", 48 | "cm": "Kamer\u00fbn", 49 | "cn": "\u00c7\u00een", 50 | "co": "Kolombiya", 51 | "cr": "Kosta R\u00eeka", 52 | "cu": "Kuba", 53 | "cv": "C\u00e1p Ve", 54 | "cx": "Girava Christmas", 55 | "cy": "Kibr\u00ees", 56 | "cz": "Komara \u00c7ek", 57 | "de": "Almanya", 58 | "dj": "C\u00eeb\u00fbt\u00ee", 59 | "dk": "Dan\u00eemarka", 60 | "dm": "Dom\u00een\u00eek", 61 | "do": "Komara Dom\u00een\u00eek", 62 | "dz": "Cezay\u00eer", 63 | "ec": "Ekvador", 64 | "ee": "Estonya", 65 | "eg": "Misir", 66 | "eh": "Saharaya Rojava", 67 | "er": "Er\u00eetre", 68 | "es": "Spanya", 69 | "et": "Etiyopya", 70 | "fi": "F\u00eenlandiya", 71 | "fj": "F\u00eej\u00ee", 72 | "fk": "Girav\u00ean Falkland (Malvina)", 73 | "fm": "M\u00eekronezya", 74 | "fo": "Girav\u00ean Faro", 75 | "fr": "Fransa", 76 | "ga": "Gabon", 77 | "gb": "Key\u00eetiya Yekb\u00fbn\u00ee", 78 | "gd": "Grenada", 79 | "ge": "Gurcistan", 80 | "gf": "Gu\u00eena Frans\u00ee", 81 | "gg": "Cornsy", 82 | "gh": "Gana", 83 | "gi": "Cebel\u00eetariq", 84 | "gl": "Gronland", 85 | "gm": "Gambiya", 86 | "gn": "G\u00eene", 87 | "gp": "G\u00fbadel\u00fbpe", 88 | "gq": "Gineya Ekwador\u00ee", 89 | "gr": "Yewnanistan", 90 | "gs": "Georgia'ya Ba\u015f\u00fbr \u00fb Girav\u00ean Sandw\u00ee\u00e7", 91 | "gt": "G\u00fbatemala", 92 | "gu": "G\u00fbam", 93 | "gw": "G\u00eene B\u00eessau", 94 | "gy": "G\u00fbyana", 95 | "hk": "Hong Kong", 96 | "hm": "Girava Heard \u00fb Girav\u00ean McDonald", 97 | "hn": "Honduras", 98 | "hr": "Xirwatistan", 99 | "ht": "Ha\u00eet\u00ee", 100 | "hu": "Macaristan", 101 | "id": "Endonezya", 102 | "ie": "\u00cerlanda", 103 | "il": "\u00cesra\u00eel", 104 | "im": "\u00cesleya Man", 105 | "in": "Hindistan", 106 | "io": "Qerax\u00ean Br\u00eetanya'y\u00ea y\u00ean li Okyan\u00fbsa Hind", 107 | "iq": "Iraq", 108 | "ir": "\u00ceran", 109 | "is": "\u00cezlanda", 110 | "it": "\u00cetalya", 111 | "je": "Jersy", 112 | "jm": "Jama\u00eeka", 113 | "jo": "Urdun", 114 | "jp": "Japonya", 115 | "ke": "Kenya", 116 | "kg": "Kirxizistan", 117 | "kh": "Kambo\u00e7ya", 118 | "ki": "Kiribat\u00ee", 119 | "km": "Komolar", 120 | "kn": "Saint Kitts \u00fb Nevis", 121 | "kp": "Kore'ya Bakur", 122 | "kr": "Kore'ya Ba\u015f\u00fbr", 123 | "kw": "Kuweyt", 124 | "ky": "Qerax\u00ean Cayman", 125 | "kz": "Qazakistan", 126 | "la": "Laos", 127 | "lb": "Lubnan", 128 | "lc": "Saint Lucia", 129 | "li": "Liechtenstein", 130 | "lk": "Sr\u00ee Lanka", 131 | "lr": "Liberya", 132 | "ls": "Lesotho", 133 | "lt": "Litvanya", 134 | "lu": "Luksemburg", 135 | "lv": "Letonya", 136 | "ly": "L\u00eebya", 137 | "ma": "Fas", 138 | "mc": "Monako", 139 | "md": "Moldova", 140 | "me": "Montenegro", 141 | "mf": "Saint Martin", 142 | "mg": "Madagaskar", 143 | "mh": "Qerax\u00ean Marshall", 144 | "mk": "Komara Makedonya", 145 | "ml": "Mal\u00ee", 146 | "mm": "Myanmar", 147 | "mn": "Moxolistan", 148 | "mo": "Macau", 149 | "mp": "Qerax\u00ean Mariana'ya Bakur", 150 | "mq": "Martinik", 151 | "mr": "Moritanya", 152 | "ms": "Montserrat", 153 | "mt": "Malta", 154 | "mu": "Mauritius", 155 | "mv": "Maldivler", 156 | "mw": "Malav\u00ee", 157 | "mx": "Mex\u00eeka", 158 | "my": "Malezya", 159 | "mz": "Mozamb\u00eek", 160 | "na": "Nam\u00eebya", 161 | "nc": "Kaledonya'ya N\u00fb", 162 | "ne": "N\u00eejer", 163 | "nf": "Qeraxa Norfolk", 164 | "ng": "N\u00eejerya", 165 | "ni": "N\u00eekaragua", 166 | "nl": "Hollanda", 167 | "no": "Norwec", 168 | "np": "Nepal", 169 | "nr": "Ziman\u00ea Nauru", 170 | "nu": "Niue", 171 | "nz": "Zelanda'ya N\u00fb", 172 | "om": "Umman", 173 | "pa": "Panama", 174 | "pe": "Per\u00fb", 175 | "pf": "Polinezya'ya Frans\u00ee", 176 | "pg": "Papua G\u00eene'ya N\u00fb", 177 | "ph": "Fil\u00eep\u00een", 178 | "pk": "Pakistan", 179 | "pl": "Polanya", 180 | "pm": "Saint Pierre \u00fb Miquelon", 181 | "pn": "Pitcairn", 182 | "pr": "Porto Riko", 183 | "ps": "Fil\u00eest\u00een", 184 | "pt": "Portekiz", 185 | "pw": "Palau", 186 | "py": "Paraguay", 187 | "qa": "Qatar", 188 | "re": "Reunion", 189 | "ro": "Romanya", 190 | "rs": "Sirbistan", 191 | "ru": "Federasyona Rusya", 192 | "rw": "Ruanda", 193 | "sa": "Erebistana Si\u00fbd\u00ee", 194 | "sb": "Qerax\u00ean Solomon", 195 | "sc": "Sey\u015fel", 196 | "sd": "S\u00fbdan", 197 | "se": "Sw\u00ead", 198 | "sg": "S\u00eengap\u00fbr", 199 | "sh": "Saint Helena", 200 | "si": "Slovenya", 201 | "sj": "Svalbard \u00fb Jan Mayen", 202 | "sk": "Slovakya", 203 | "sl": "Sierra Leone", 204 | "sm": "San Mar\u00eeno", 205 | "sn": "Senegal", 206 | "so": "Somal\u00ee", 207 | "sr": "Sur\u00eenam", 208 | "st": "Sao Tome \u00fb Principe", 209 | "sv": "El Salvador", 210 | "sy": "S\u00fbriye", 211 | "sz": "Svaziland", 212 | "tc": "Qerax\u00ean Turks \u00fb Caicos", 213 | "td": "\u00c7ad", 214 | "tf": "Ax\u00ean ba\u015f\u00fbr \u00ean Fransa'y\u00ea", 215 | "tg": "Togo", 216 | "th": "Tayland", 217 | "tj": "Tacikistan", 218 | "tk": "Tokelau", 219 | "tl": "T\u00eemor'a Rojhilat", 220 | "tm": "Tirkmenistan", 221 | "tn": "Tunus", 222 | "to": "Ziman\u00ea Tonga", 223 | "tr": "Tirkiye", 224 | "tt": "Tr\u00een\u00eedad Tobago", 225 | "tv": "Tuvalu", 226 | "tw": "Tayvan", 227 | "tz": "Tanzanya", 228 | "ua": "Ukrayna", 229 | "ug": "Uganda", 230 | "um": "Qerax\u00ean USA Minor Outlying", 231 | "us": "DYE", 232 | "uy": "Urug\u00fbay", 233 | "uz": "Ozbekistan", 234 | "va": "Vat\u00eekan", 235 | "vc": "Saint Vincent \u00fb Grenadineler", 236 | "ve": "Venezuela", 237 | "vg": "Girav\u00ean V\u00eerj\u00een \u00ean Britanya'y\u00ea", 238 | "vi": "Girav\u00ean V\u00eerj\u00een \u00ean DYE'y\u00ea", 239 | "vn": "V\u00eeetnam", 240 | "vu": "Vanuatu", 241 | "wf": "Wallis \u00fb Futuna", 242 | "ws": "Samoa", 243 | "ye": "Yemen", 244 | "yt": "Mayotte", 245 | "za": "Afrika'ya Ba\u015f\u00fbr", 246 | "zm": "Zambia", 247 | "zw": "Z\u00eembabwe" 248 | } -------------------------------------------------------------------------------- /product-details/regions/lg.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "U.A.E.", 4 | "af": "Afghanistan", 5 | "ag": "Antgua ne Barbuda", 6 | "ai": "Auguilla", 7 | "al": "Abalubania", 8 | "am": "Oluyonaani", 9 | "an": "NetherLands Antiles", 10 | "ao": "Angola", 11 | "aq": "Antarctica", 12 | "ar": "Argentina", 13 | "as": "American Samoa", 14 | "at": "Austria", 15 | "au": "Australia", 16 | "aw": "Aruba", 17 | "ax": "Aland Islands", 18 | "az": "Abazerbaijani", 19 | "ba": "Bosnia ne Herzegovina", 20 | "bb": "Barbados", 21 | "bd": "Bangladesh", 22 | "be": "Belgium", 23 | "bf": "Burkina Faso", 24 | "bg": "Bulgaria", 25 | "bh": "Bahrain", 26 | "bi": "Burundi", 27 | "bj": "Benin", 28 | "bl": "Saint Barth\u00e9lemy", 29 | "bm": "Bermuda", 30 | "bn": "Brunei Darussalam", 31 | "bo": "Bolivia", 32 | "br": "Brazil", 33 | "bs": "Bahamas", 34 | "bt": "Bhutan", 35 | "bv": "Bouvet Island", 36 | "bw": "Botswana", 37 | "by": "Belarus", 38 | "bz": "Belize", 39 | "ca": "Canada", 40 | "cc": "Cocos(keeling) Islands", 41 | "cd": "Cong-Kinshasa", 42 | "cf": "Central African Republic", 43 | "cg": "Congo-Brazzaville", 44 | "ch": "Switzerland", 45 | "ci": "Ivory Coast", 46 | "ck": "Ezziga ebiyoogoka", 47 | "cl": "Chile", 48 | "cm": "Cameroon", 49 | "cn": "China", 50 | "co": "Colombia", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cape Verde", 54 | "cx": "Ekizziga kye Ssekukulu", 55 | "cy": "Cyprus", 56 | "cz": "Czech Republic", 57 | "de": "Bugirimaani", 58 | "dj": "Djibouti", 59 | "dk": "Denmark", 60 | "dm": "Dominica", 61 | "do": "Dominican Republic", 62 | "dz": "Algeria", 63 | "ec": "Ecuador", 64 | "ee": "Estonia", 65 | "eg": "Misiri", 66 | "eh": "Sahara ye Obugwayuma", 67 | "er": "Eritrea", 68 | "es": "Spain", 69 | "et": "Ethiopia", 70 | "fi": "Finland", 71 | "fj": "Fiji", 72 | "fk": "Falkland Islands (Malvinas)", 73 | "fm": "Micronesia", 74 | "fo": "Ebizziga bya Faroe", 75 | "fr": "France", 76 | "ga": "Gabon", 77 | "gb": "Bungereza", 78 | "gd": "Grenada", 79 | "ge": "Georgia", 80 | "gf": "French Guiana", 81 | "gg": "Guernsey", 82 | "gh": "Ghana", 83 | "gi": "Gibraltar", 84 | "gl": "Greenland", 85 | "gm": "Gambia", 86 | "gn": "Guinea", 87 | "gp": "Guadeloupe", 88 | "gq": "Equatarial Guinea", 89 | "gr": "Greece", 90 | "gs": "Georgia ye amaseregetaa ne Sandwich ebizziga", 91 | "gt": "Guatemala", 92 | "gu": "Guam", 93 | "gw": "Guinea-Bissau", 94 | "gy": "Guyana", 95 | "hk": "Hong Kong", 96 | "hm": "Heard Island ne mcDonald ebizziga", 97 | "hn": "Honduras", 98 | "hr": "Croatia", 99 | "ht": "Haiti", 100 | "hu": "Hungary", 101 | "id": "Indonesia", 102 | "ie": "Ireland", 103 | "il": "Isreal", 104 | "im": "Isle yo musajja", 105 | "in": "India", 106 | "io": "British Indian amatwale ga Ssemayanja", 107 | "iq": "Iraq", 108 | "ir": "Iran", 109 | "is": "Iceland", 110 | "it": "Italy", 111 | "je": "Jersey", 112 | "jm": "Jamaica", 113 | "jo": "Jordan", 114 | "jp": "Japan", 115 | "ke": "Kenya", 116 | "kg": "Kyrgyzstan", 117 | "kh": "Cambodia", 118 | "ki": "Kiribati", 119 | "km": "Comoros", 120 | "kn": "Saint Kitts ne Nevis", 121 | "kp": "Obukyika konoo Korea", 122 | "kr": "Amaserengeta ga Korea", 123 | "kw": "Kuwait", 124 | "ky": "Cayman ebizziga", 125 | "kz": "Kazakhstan", 126 | "la": "Laos", 127 | "lb": "Lebanon", 128 | "lc": "Saint Lucia", 129 | "li": "Liechtenstein", 130 | "lk": "Sri Lanka", 131 | "lr": "Liberia", 132 | "ls": "Lesotho", 133 | "lt": "Lithuania", 134 | "lu": "Luxembourg", 135 | "lv": "Latvia", 136 | "ly": "Libya", 137 | "ma": "Morocco", 138 | "mc": "Monaco", 139 | "md": "Moldavia", 140 | "me": "Montenegro", 141 | "mf": "Saint Martin", 142 | "mg": "Madagascar", 143 | "mh": "Ebizziga bya Marshall", 144 | "mk": "Macedonia, F.Y.R. ya", 145 | "ml": "Mali", 146 | "mm": "Myanmar", 147 | "mn": "Mongolia", 148 | "mo": "Macao", 149 | "mp": "Obigwajuma Ebiziga bya Mariana", 150 | "mq": "Martinique", 151 | "mr": "Mauritania", 152 | "ms": "Montserrat", 153 | "mt": "Malta", 154 | "mu": "Mauritius", 155 | "mv": "Malidives", 156 | "mw": "Malawi", 157 | "mx": "Mexico", 158 | "my": "Malaysia", 159 | "mz": "Mozambique", 160 | "na": "Namibia", 161 | "nc": "Caledonia Empya", 162 | "ne": "Niger", 163 | "nf": "Ekizziga kya Norfolk", 164 | "ng": "Nigeria", 165 | "ni": "Nicaragua", 166 | "nl": "Netherlands", 167 | "no": "Norway", 168 | "np": "Nepal", 169 | "nr": "Nauru", 170 | "nu": "Niue", 171 | "nz": "Zealand Empya", 172 | "om": "Oman", 173 | "pa": "Panama", 174 | "pe": "Peru", 175 | "pf": "French Polynesia", 176 | "pg": "Papuwa Guinea Empya", 177 | "ph": "Philippines", 178 | "pk": "Pakistan", 179 | "pl": "Poland", 180 | "pm": "Saint Pirre ne Miquelon", 181 | "pn": "Pitcairn", 182 | "pr": "Puerto Rico", 183 | "ps": "Bajjundee mu Matwale nga Bapalastinian", 184 | "pt": "Portugal", 185 | "pw": "Palau", 186 | "py": "Paraguay", 187 | "qa": "Qatar", 188 | "re": "Okundamu obwengasi", 189 | "ro": "Romania", 190 | "rs": "Serbia", 191 | "ru": "Obwetegesi bya Russian", 192 | "rw": "Rwanda", 193 | "sa": "Saudi Arabia", 194 | "sb": "Ebizziga bya Solomon", 195 | "sc": "Sychelles", 196 | "sd": "Sudan", 197 | "se": "Sweden", 198 | "sg": "Singapore", 199 | "sh": "Saint ya Helena", 200 | "si": "Slovenia", 201 | "sj": "Svalbard ne Jan Mayen", 202 | "sk": "Slovakia", 203 | "sl": "Sierre Leone", 204 | "sm": "San Marino", 205 | "sn": "Senegal", 206 | "so": "Somalia", 207 | "sr": "Suriname", 208 | "st": "Sao Tome ne Principe", 209 | "sv": "El Salvador", 210 | "sy": "Syria", 211 | "sz": "Swaziland", 212 | "tc": "Ebizziga bya Turks ne Caicos", 213 | "td": "Chad", 214 | "tf": "Amaseregeta nga matwale ga Bufarasa", 215 | "tg": "Togo", 216 | "th": "Thailand", 217 | "tj": "Tajikistan", 218 | "tk": "Tokelau", 219 | "tl": "Timor-Leste", 220 | "tm": "Turkmenistan", 221 | "tn": "Tunisia", 222 | "to": "Tonga", 223 | "tr": "Turkey", 224 | "tt": "Trinidad ne Tobago", 225 | "tv": "Tuvalu", 226 | "tw": "Taiwan", 227 | "tz": "Tanzania", 228 | "ua": "Ukraine", 229 | "ug": "Uganda", 230 | "um": "Obuzziga Obutini bwa Amawanga amaggate Agabulaya", 231 | "us": "United States", 232 | "uy": "Uruguay", 233 | "uz": "Uzbekistan", 234 | "va": "Ekibunga Kya Vatican", 235 | "vc": "Saint Vincent ne Grenadines", 236 | "ve": "Venezuela", 237 | "vg": "Ebizziga bya Bugereza ebimberega", 238 | "vi": "U.S. Ebizziga bya ebi Mberega", 239 | "vn": "Viyetinamu", 240 | "vu": "Vanuatu", 241 | "wf": "Wallis ne Futuna", 242 | "ws": "Samoa", 243 | "ye": "Yemen", 244 | "yt": "Mayotte", 245 | "za": "South Africa", 246 | "zm": "Zambia", 247 | "zw": "Zimbabwe" 248 | } -------------------------------------------------------------------------------- /product-details/regions/ms.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Emiriah Arab Bersatu", 4 | "af": "Afghanistan", 5 | "ag": "Antigua dan Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antartika", 11 | "ar": "Argentina", 12 | "as": "Samoa Amerika", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia dan Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesh", 20 | "be": "Belgium", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barth\u00e9lemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, dan Saba", 31 | "br": "Brazil", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Kanada", 39 | "cc": "Kepulauan Cocos (Keeling)", 40 | "cd": "Congo (Kinshasa)", 41 | "cf": "Republik Afrika Tengah", 42 | "cg": "Congo (Brazzaville)", 43 | "ch": "Switzerland", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Kepulauan Cook", 46 | "cl": "Chile", 47 | "cm": "Cameroon", 48 | "cn": "Cina", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Pulau Christmas", 56 | "cy": "Cyprus", 57 | "cz": "Republik Czech", 58 | "de": "Jerman", 59 | "dg": "Diego Garcia", 60 | "dj": "Djibouti", 61 | "dk": "Denmark", 62 | "dm": "Dominica", 63 | "do": "Republik Dominika", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Mesir", 68 | "eh": "Sahara Barat", 69 | "er": "Eritrea", 70 | "es": "Sepanyol", 71 | "et": "Ethiopia", 72 | "fi": "Finland", 73 | "fj": "Fiji", 74 | "fk": "Kepulauan Falkland (Islas Malvinas)", 75 | "fm": "Mikronesia, Persekutuan", 76 | "fo": "Kepulauan Faroe", 77 | "fr": "Perancis", 78 | "ga": "Gabon", 79 | "gb": "United Kingdom", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "Guiana Perancis", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Guinea Khatulistiwa", 91 | "gr": "Yunani", 92 | "gs": "Georgia Selatan dan Kepulauan Sandwich Selatan", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Kepulauan Heard dan Kepulauan McDonald", 99 | "hn": "Honduras", 100 | "hr": "Croatia", 101 | "ht": "Haiti", 102 | "hu": "Hungary", 103 | "id": "Indonesian", 104 | "ie": "Ireland", 105 | "il": "Israel", 106 | "im": "Isle of Man", 107 | "in": "India", 108 | "io": "Wilayah British Indian Ocean", 109 | "iq": "Iraq", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Itali", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Jepun", 117 | "ke": "Kenya", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Kemboja", 120 | "ki": "Kiribati", 121 | "km": "Comoros", 122 | "kn": "Saint Kitts dan Nevis", 123 | "kp": "Korea, Utara", 124 | "kr": "Korea, Selatan", 125 | "kw": "Kuwait", 126 | "ky": "Kepulauan Cayman", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lubnan", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lithuania", 136 | "lu": "Luxembourg", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Morocco", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagaskar", 145 | "mh": "Kepulauan Marshall", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macau", 151 | "mp": "Kepulauan Mariana Utara", 152 | "mq": "Martinique", 153 | "mr": "Mauritania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldives", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaysia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "New Caledonia", 164 | "ne": "Niger", 165 | "nf": "Pulau Norfolk", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Belanda", 169 | "no": "Norway", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "New Zealand", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "French Polynesia", 178 | "pg": "Papua New Guinea", 179 | "ph": "Filipina", 180 | "pk": "Pakistan", 181 | "pl": "Poland", 182 | "pm": "Saint Pierre dan Miquelon", 183 | "pn": "Kepulauan Pitcairn", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Kepulauan Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Pulau Juan de Nova", 192 | "qw": "Pulau Wake", 193 | "qx": "Pulau Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Rusia", 199 | "rw": "Rwanda", 200 | "sa": "Arab Saudi", 201 | "sb": "Kepulauan Solomon", 202 | "sc": "Seychelles", 203 | "sd": "Sudan", 204 | "se": "Sweden", 205 | "sg": "Singapura", 206 | "sh": "Saint Helena, Ascension dan Tristan da Cunha", 207 | "si": "Slovenia", 208 | "sk": "Slovakia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "Sudan Selatan", 215 | "st": "Sao Tome dan Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Syria", 219 | "sz": "Swaziland", 220 | "tc": "Kepulauan Turks dan Caicos", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Thailand", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor Timur", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turki", 232 | "tt": "Trinidad", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ukraine", 237 | "ug": "Uganda", 238 | "us": "Amerika Syarikat", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Vatican City", 242 | "vc": "Saint Vincent dan Grenadines", 243 | "ve": "Venezuela", 244 | "vg": "Kepulauan Virgin, British", 245 | "vi": "Kepulauan Virgin, U.S.", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis dan Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore dan Kepulauan Cartier", 251 | "xb": "Pulau Baker", 252 | "xc": "Kepulauan Coral Sea", 253 | "xd": "Dhekelia", 254 | "xe": "Pulau Europa", 255 | "xg": "Genting Gaza", 256 | "xh": "Pulau Howland", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Kepulauan Paracel", 262 | "xq": "Pulau Jarvis", 263 | "xr": "Svalbard", 264 | "xs": "Kepulauan Spratly", 265 | "xt": "Pulau Tromelin", 266 | "xu": "Johnston Atoll", 267 | "xv": "Pulau Navassa", 268 | "xw": "Tebing Barat", 269 | "ye": "Yaman", 270 | "yt": "Mayotte", 271 | "za": "Afrika Selatan", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/nso.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "U.A.E.", 4 | "af": "Afghanistan", 5 | "ag": "Antigua le Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "an": "Netherlands Antilles", 10 | "ao": "Angola", 11 | "aq": "Antarctica", 12 | "ar": "Argentina", 13 | "as": "Samoa ya Amerika", 14 | "at": "Austria", 15 | "au": "Australia", 16 | "aw": "Aruba", 17 | "ax": "Dihlakahlaka t\u0161a \u00c5land", 18 | "az": "Azerbaijan", 19 | "ba": "Bosnia le Herzegovina", 20 | "bb": "Barbados", 21 | "bd": "Bangladesh", 22 | "be": "Belgium", 23 | "bf": "Burkina Faso", 24 | "bg": "Bulgaria", 25 | "bh": "Bahrain", 26 | "bi": "Burundi", 27 | "bj": "Benin", 28 | "bl": "Saint Barth\u00e9lemy", 29 | "bm": "Bermuda", 30 | "bn": "Brunei Darussalam", 31 | "bo": "Bolivia", 32 | "br": "Brazil", 33 | "bs": "Bahamas", 34 | "bt": "Bhutan", 35 | "bv": "Sehlakahlaka sa Bouvet", 36 | "bw": "Botswana", 37 | "by": "Belarus", 38 | "bz": "Belize", 39 | "ca": "Canada", 40 | "cc": "Dihlakahlaka t\u0161a Cocos (Keeling)", 41 | "cd": "Congo-Kinshasa", 42 | "cf": "Repabliki ya Afrika ya Bogareng", 43 | "cg": "Congo-Brazzaville", 44 | "ch": "Switzerland", 45 | "ci": "Ivory Coast", 46 | "ck": "Dihlakahlaka t\u0161a Cook", 47 | "cl": "Chile", 48 | "cm": "Cameroon", 49 | "cn": "China", 50 | "co": "Colombia", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cape Verde", 54 | "cx": "Sehlakahlaka sa Christmas", 55 | "cy": "Cyprus", 56 | "cz": "Czech Republic", 57 | "de": "Jeremane", 58 | "dj": "Djibouti", 59 | "dk": "Denmark", 60 | "dm": "Dominica", 61 | "do": "Repabliki ya Dominican", 62 | "dz": "Algeria", 63 | "ec": "Ecuador", 64 | "ee": "Estonia", 65 | "eg": "Egepeta", 66 | "eh": "Sahara Bodikela", 67 | "er": "Eritrea", 68 | "es": "Sepania", 69 | "et": "Ethiopia", 70 | "fi": "Finland", 71 | "fj": "Fiji", 72 | "fk": "Dihlakahlaka t\u0161a Falkland (Malvinas)", 73 | "fm": "Micronesia", 74 | "fo": "Dihlakahlaka t\u0161a Faroe", 75 | "fr": "Fora", 76 | "ga": "Gabon", 77 | "gb": "United Kingdom", 78 | "gd": "Grenada", 79 | "ge": "Georgia", 80 | "gf": "Guiana ya Fora", 81 | "gg": "Guernsey", 82 | "gh": "Ghana", 83 | "gi": "Gibraltar", 84 | "gl": "Greenland", 85 | "gm": "Gambia", 86 | "gn": "Guinea", 87 | "gp": "Guadeloupe", 88 | "gq": "Equatorial Guinea", 89 | "gr": "Gerika", 90 | "gs": "Georgia Borwa le Dihlakahlaka t\u0161a Borwa bja Sandwich", 91 | "gt": "Guatemala", 92 | "gu": "Guam", 93 | "gw": "Guinea-Bissau", 94 | "gy": "Guyana", 95 | "hk": "Hong Kong", 96 | "hm": "Sehlakahlaka sa Heard le Dihlakahlaka t\u0161a McDonald", 97 | "hn": "Honduras", 98 | "hr": "Croatia", 99 | "ht": "Haiti", 100 | "hu": "Hungary", 101 | "id": "Indonesia", 102 | "ie": "Ireland", 103 | "il": "Isiraele", 104 | "im": "Isle of Man", 105 | "in": "India", 106 | "io": "Nagaselete ya Lewatle la British Indian", 107 | "iq": "Iraq", 108 | "ir": "Iran", 109 | "is": "Iceland", 110 | "it": "Italy", 111 | "je": "Jersey", 112 | "jm": "Jamaica", 113 | "jo": "Jordan", 114 | "jp": "Japane", 115 | "ke": "Kenya", 116 | "kg": "Kyrgyzstan", 117 | "kh": "Cambodia", 118 | "ki": "Kiribati", 119 | "km": "Comoros", 120 | "kn": "Saint Kitts le Nevis", 121 | "kp": "Korea Leboa", 122 | "kr": "Korea Borwa", 123 | "kw": "Kuwait", 124 | "ky": "Dihlakahlaka t\u0161a Cayman", 125 | "kz": "Kazakhstan", 126 | "la": "Laos", 127 | "lb": "Lebanon", 128 | "lc": "Saint Lucia", 129 | "li": "Liechtenstein", 130 | "lk": "Sri Lanka", 131 | "lr": "Liberia", 132 | "ls": "Lesotho", 133 | "lt": "Lithuania", 134 | "lu": "Luxembourg", 135 | "lv": "Latvia", 136 | "ly": "Libya", 137 | "ma": "Morocco", 138 | "mc": "Monaco", 139 | "md": "Moldova", 140 | "me": "Montenegro", 141 | "mf": "Saint Martin", 142 | "mg": "Madagascar", 143 | "mh": "Dihlakahlaka t\u0161a Marshall", 144 | "mk": "Macedonia, F.Y.R. of", 145 | "ml": "Mali", 146 | "mm": "Myanmar", 147 | "mn": "Mongolia", 148 | "mo": "Macao", 149 | "mp": "Dihlakahlaka t\u0161a Mariana ya Leboa", 150 | "mq": "Martinique", 151 | "mr": "Mauritania", 152 | "ms": "Montserrat", 153 | "mt": "Malta", 154 | "mu": "Mauritius", 155 | "mv": "Maldives", 156 | "mw": "Malawi", 157 | "mx": "Mexico", 158 | "my": "Malaysia", 159 | "mz": "Mozambique", 160 | "na": "Namibia", 161 | "nc": "Caledonia e Mpsha", 162 | "ne": "Niger", 163 | "nf": "Sehlakahlaka sa Norfolk", 164 | "ng": "Nigeria", 165 | "ni": "Nicaragua", 166 | "nl": "Netherlands", 167 | "no": "Norway", 168 | "np": "Nepal", 169 | "nr": "Nauru", 170 | "nu": "Niue", 171 | "nz": "New Zealand", 172 | "om": "Oman", 173 | "pa": "Panama", 174 | "pe": "Peru", 175 | "pf": "Polynesia ya Fora", 176 | "pg": "Papua New Guinea", 177 | "ph": "Philippines", 178 | "pk": "Pakistan", 179 | "pl": "Poland", 180 | "pm": "Saint Pierre le Miquelon", 181 | "pn": "Pitcairn", 182 | "pr": "Puerto Rico", 183 | "ps": "Nagaselete e Dulwago ya Palestina", 184 | "pt": "Portugal", 185 | "pw": "Palau", 186 | "py": "Paraguay", 187 | "qa": "Qatar", 188 | "re": "Reunion", 189 | "ro": "Romania", 190 | "rs": "Serbia", 191 | "ru": "Russian Federation", 192 | "rw": "Rwanda", 193 | "sa": "Saudi Arabia", 194 | "sb": "Dihlakahlaka t\u0161a Solomon", 195 | "sc": "Seychelles", 196 | "sd": "Sudan", 197 | "se": "Sweden", 198 | "sg": "Singapore", 199 | "sh": "Saint Helena", 200 | "si": "Slovenia", 201 | "sj": "Svalbard le Jan Mayen", 202 | "sk": "Slovakia", 203 | "sl": "Sierra Leone", 204 | "sm": "San Marino", 205 | "sn": "Senegal", 206 | "so": "Somalia", 207 | "sr": "Suriname", 208 | "st": "Sao Tome le Principe", 209 | "sv": "El Salvador", 210 | "sy": "Siria", 211 | "sz": "Swaziland", 212 | "tc": "Turks le Dihlakahlaka t\u0161a Caicos", 213 | "td": "Chad", 214 | "tf": "Dinagaselete t\u0161a Borwa bja Fora", 215 | "tg": "Togo", 216 | "th": "Thailand", 217 | "tj": "Tajikistan", 218 | "tk": "Tokelau", 219 | "tl": "Timor-Leste", 220 | "tm": "Turkmenistan", 221 | "tn": "Tunisia", 222 | "to": "Tonga", 223 | "tr": "Turkey", 224 | "tt": "Trinidad le Tobago", 225 | "tv": "Tuvalu", 226 | "tw": "Taiwan", 227 | "tz": "Tanzania", 228 | "ua": "Ukraine", 229 | "ug": "Uganda", 230 | "um": "Dihlakahlaka t\u0161e Dinyenyane t\u0161e Let\u0161ego United States", 231 | "us": "United States", 232 | "uy": "Uruguay", 233 | "uz": "Uzbekistan", 234 | "va": "Toropo ya Vatican", 235 | "vc": "Saint Vincent le Grenadines", 236 | "ve": "Venezuela", 237 | "vg": "Dihlakahlaka t\u0161a British Virgin", 238 | "vi": "Dihlakahlaka t\u0161a U.S Virgin", 239 | "vn": "Vietnam", 240 | "vu": "Vanuatu", 241 | "wf": "Wallis le Futuna", 242 | "ws": "Samoa", 243 | "ye": "Yemen", 244 | "yt": "Mayotte", 245 | "za": "Afrika Borwa", 246 | "zm": "Zambia", 247 | "zw": "Zimbabwe" 248 | } -------------------------------------------------------------------------------- /product-details/regions/rm.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Emirats Arabs Unids", 4 | "af": "Afghanistan", 5 | "ag": "Antigua e Barbuda", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antarctica", 11 | "ar": "Argentinia", 12 | "as": "Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Aserbeidschan", 17 | "ba": "Bosnia-Erzegovina", 18 | "bb": "Barbados", 19 | "bd": "Bangladesch", 20 | "be": "Belgia", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barth\u00e9lemy", 27 | "bm": "Bermuda", 28 | "bn": "Brunei", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius e Saba", 31 | "br": "Brasilia", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Insla da Bouvet", 35 | "bw": "Botswana", 36 | "by": "Bielorussia", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Inslas Cocos", 40 | "cd": "Congo-Kinshasa", 41 | "cf": "Republica Centralafricana", 42 | "cg": "Congo Brazzaville", 43 | "ch": "Svizra", 44 | "ci": "Costa d'Ivur", 45 | "ck": "Inslas Cook", 46 | "cl": "Chile", 47 | "cm": "Camerun", 48 | "cn": "China", 49 | "co": "Columbia", 50 | "cp": "Insla Clipperton", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cap Verd", 54 | "cw": "Cura\u00e7ao", 55 | "cx": "Insla Christmas", 56 | "cy": "Cipra", 57 | "cz": "Republica Tscheca", 58 | "de": "Germania", 59 | "dg": "Diego Garcia", 60 | "dj": "Dschibuti", 61 | "dk": "Danemarc", 62 | "dm": "Dominica", 63 | "do": "Republica Dominicana", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egipta", 68 | "eh": "Sahara Occidentala", 69 | "er": "Eritrea", 70 | "es": "Spagna", 71 | "et": "Etiopia", 72 | "fi": "Finlanda", 73 | "fj": "Fidschi", 74 | "fk": "Inslas dal Falkland", 75 | "fm": "Micronesia", 76 | "fo": "Inslas Faroe", 77 | "fr": "Frantscha", 78 | "ga": "Gabun", 79 | "gb": "Gronda Britannia", 80 | "gd": "Grenada", 81 | "ge": "Georgia", 82 | "gf": "Gujana Franzosa", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Gr\u00f6nlanda", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadeloupe", 90 | "gq": "Guinea Equatoriala", 91 | "gr": "Grezia", 92 | "gs": "Inslas South Georgia e South Sandwich", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea-Bissau", 96 | "gy": "Gujana", 97 | "hk": "Hongkong", 98 | "hm": "Inslas Heard e McDonald", 99 | "hn": "Honduras", 100 | "hr": "Croazia", 101 | "ht": "Haiti", 102 | "hu": "Ungaria", 103 | "id": "Indonesia", 104 | "ie": "Irlanda", 105 | "il": "Israel", 106 | "im": "Insla da Man", 107 | "in": "India", 108 | "io": "Territori Britannic en l'Ocean Ind", 109 | "iq": "Irac", 110 | "ir": "Iran", 111 | "is": "Islanda", 112 | "it": "Italia", 113 | "je": "Jersey", 114 | "jm": "Giamaica", 115 | "jo": "Jordania", 116 | "jp": "Giapun", 117 | "ke": "Kenia", 118 | "kg": "Kirghistan", 119 | "kh": "Cambodscha", 120 | "ki": "Kiribati", 121 | "km": "Comoras", 122 | "kn": "Saint Kitts e Nevis", 123 | "kp": "Corea dal Nord", 124 | "kr": "Corea dal Sid", 125 | "kw": "Kuwait", 126 | "ky": "Inslas Cayman", 127 | "kz": "Kasachstan", 128 | "la": "Laos", 129 | "lb": "Libanon", 130 | "lc": "Saint Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sri Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lituania", 136 | "lu": "Luxemburg", 137 | "lv": "Lettonia", 138 | "ly": "Libia", 139 | "ma": "Maroc", 140 | "mc": "Monaco", 141 | "md": "Moldavia", 142 | "me": "Montenegro", 143 | "mf": "Saint Martin", 144 | "mg": "Madagascar", 145 | "mh": "Inslas da Marshall", 146 | "mk": "Macedonia", 147 | "ml": "Mali", 148 | "mm": "Myanmar", 149 | "mn": "Mongolia", 150 | "mo": "Macao", 151 | "mp": "Inslas Northern Mariana", 152 | "mq": "Martinique", 153 | "mr": "Mauretania", 154 | "ms": "Montserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Maldivas", 158 | "mw": "Malawi", 159 | "mx": "Mexico", 160 | "my": "Malaisia", 161 | "mz": "Mosambic", 162 | "na": "Namibia", 163 | "nc": "Nova Caledonia", 164 | "ne": "Niger", 165 | "nf": "Inslas Norfolk", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Pajais Bass", 169 | "no": "Norvegia", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "Nova Zelanda", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "Polinesia Franzosa", 178 | "pg": "Papua Nova Guinea", 179 | "ph": "Filippinas", 180 | "pk": "Pakistan", 181 | "pl": "Pologna", 182 | "pm": "Saint Pierre e Miquelon", 183 | "pn": "Pitcairn", 184 | "pr": "Porto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguai", 188 | "qa": "Katar", 189 | "qm": "Inslas Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova", 192 | "qw": "Wake", 193 | "qx": "Inslas Glorioso", 194 | "qz": "Akrotiri", 195 | "re": "R\u00e9union", 196 | "ro": "Rumenia", 197 | "rs": "Serbia", 198 | "ru": "Russia", 199 | "rw": "Ruanda", 200 | "sa": "Arabia Saudita", 201 | "sb": "Salomonas", 202 | "sc": "Seychellas", 203 | "sd": "Sudan", 204 | "se": "Svezia", 205 | "sg": "Singapur", 206 | "sh": "Saint Helena", 207 | "si": "Slovenia", 208 | "sk": "Slovachia", 209 | "sl": "Sierra Leone", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Surinam", 214 | "ss": "Sudan dal Sid", 215 | "st": "Sao Tom\u00e9 e Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Siria", 219 | "sz": "Swaziland", 220 | "tc": "Inslas Turcs e Caicos", 221 | "td": "Tschad", 222 | "tf": "Territori dals Pajais Australs ed Antarctics Franzos", 223 | "tg": "Togo", 224 | "th": "Tailanda", 225 | "tj": "Tadschikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor Oriental", 228 | "tm": "Turkmenistan", 229 | "tn": "Tunesia", 230 | "to": "Tonga", 231 | "tr": "Tirchia", 232 | "tt": "Trinidad e Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tansania", 236 | "ua": "Ucraina", 237 | "ug": "Uganda", 238 | "us": "Stadis Unids da l'America", 239 | "uy": "Uruguai", 240 | "uz": "Usbekistan", 241 | "va": "Citad dal Vatican", 242 | "vc": "Saint Vincent e las Grenadinas", 243 | "ve": "Venezuela", 244 | "vg": "Inslas Verginas Britannicas", 245 | "vi": "Inslas Verginas dals Stadis Unids da l'America", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis e Futuna", 249 | "ws": "Samoa", 250 | "xa": "Inslas Ashmore e Cartier", 251 | "xb": "Insla Baker", 252 | "xc": "Inslas da la Mar da Corallas", 253 | "xd": "Dhekelia", 254 | "xe": "Insla Europa", 255 | "xg": "Strivla da Gaza", 256 | "xh": "Insla Howland", 257 | "xj": "Jan Mayen", 258 | "xk": "Cosovo", 259 | "xl": "Atoll Palmyra", 260 | "xm": "Kingman Reef", 261 | "xp": "Inslas Paracel", 262 | "xq": "Insla Jarvis", 263 | "xr": "Svalbard", 264 | "xs": "Inslas Spratly", 265 | "xt": "Insla Tromelin", 266 | "xu": "Atoll Johnston", 267 | "xv": "Navassa", 268 | "xw": "Cisjordania", 269 | "ye": "Jemen", 270 | "yt": "Mayotte", 271 | "za": "Africa dal Sid", 272 | "zm": "Sambia", 273 | "zw": "Simbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/tsz.json: -------------------------------------------------------------------------------- 1 | { 2 | "af": "Afganist\u00e1n", 3 | "al": "Albania", 4 | "de": "Alemania", 5 | "ad": "Andorra", 6 | "ao": "Angola", 7 | "ai": "Anquilla", 8 | "ag": "Antigua y Barbuda", 9 | "aq": "Ant\u00e1rtida", 10 | "sa": "Arabia Saud\u00ed", 11 | "dz": "Argelia", 12 | "ar": "Argentina", 13 | "am": "Armenia", 14 | "aw": "Aruba", 15 | "au": "Australia", 16 | "at": "Austria", 17 | "az": "Azerbay\u00e1n", 18 | "bh": "Bahrein", 19 | "bd": "Bangladesh", 20 | "bb": "Barbados", 21 | "by": "Belar\u00fas", 22 | "bz": "Belice", 23 | "bj": "Benin", 24 | "bm": "Bermudas", 25 | "bt": "Bhut\u00e1n", 26 | "bo": "Bolivia", 27 | "ba": "Bosnia-Herzegovina", 28 | "bw": "Botswana", 29 | "br": "Brasil", 30 | "bg": "Bulgaria", 31 | "bf": "Burkina Faso", 32 | "bi": "Burundi", 33 | "be": "B\u00e9lgica", 34 | "kh": "Camboya", 35 | "cm": "Camer\u00fan", 36 | "ca": "Canad\u00e1", 37 | "td": "Chad", 38 | "cl": "Chile", 39 | "cn": "China", 40 | "cy": "Chipre", 41 | "va": "Ciudad del Vaticano", 42 | "co": "Colombia", 43 | "km": "Comoras", 44 | "cr": "Costa Rica", 45 | "hr": "Croacia", 46 | "cu": "Cuba", 47 | "dk": "Dinamarca", 48 | "dj": "Djibouti", 49 | "dm": "Dominica", 50 | "ec": "Ecuador", 51 | "eg": "Egipto", 52 | "sv": "El Salvador", 53 | "er": "Eritrea", 54 | "sk": "Eslovaquia", 55 | "si": "Eslovenia", 56 | "es": "Espa\u00f1a", 57 | "us": "Estados Unidos", 58 | "ee": "Estonia", 59 | "et": "Etiop\u00eda", 60 | "fj": "Fiji", 61 | "ph": "Filipinas", 62 | "fi": "Finlandia", 63 | "fr": "Francia", 64 | "ga": "Gab\u00f3n", 65 | "ge": "Georgia", 66 | "gh": "Ghana", 67 | "gi": "Gibraltar", 68 | "gd": "Granada", 69 | "gr": "Grecia", 70 | "gl": "Groenlandia", 71 | "gp": "Guadalupe", 72 | "gu": "Guam", 73 | "gt": "Guatemala", 74 | "gf": "Guayana Francesa", 75 | "gg": "Guernsey", 76 | "gn": "Guinea", 77 | "gq": "Guinea Ecuatorial", 78 | "gw": "Guinea-Bissau", 79 | "gy": "Guyana", 80 | "ht": "Hait\u00ed", 81 | "nl": "Holanda (Pa\u00edses Bajos)", 82 | "hn": "Honduras", 83 | "hk": "Hong Kong", 84 | "hu": "Hungr\u00eda", 85 | "in": "India", 86 | "id": "Indonesia", 87 | "iq": "Irak", 88 | "ie": "Irlanda", 89 | "ir": "Ir\u00e1n", 90 | "bv": "Isla Bouvet", 91 | "nf": "Isla Norfolk", 92 | "im": "Isla de Man", 93 | "cx": "Isla de Navidad", 94 | "is": "Islandia", 95 | "ky": "Islas Caim\u00e1n", 96 | "cc": "Islas Cocos (Keeling)", 97 | "ck": "Islas Cook", 98 | "fo": "Islas Faroe", 99 | "hm": "Islas Heard e Islas McDonald", 100 | "mp": "Islas Marianas del Norte", 101 | "mh": "Islas Marshall", 102 | "sb": "Islas Salom\u00f3n", 103 | "tc": "Islas Turcas y Caicos", 104 | "il": "Israel", 105 | "it": "Italia", 106 | "jm": "Jamaica", 107 | "jp": "Jap\u00f3n", 108 | "je": "Jersey", 109 | "jo": "Jordania", 110 | "kz": "Kazajst\u00e1n", 111 | "ke": "Kenia", 112 | "kg": "Kirguist\u00e1n", 113 | "ki": "Kiribati", 114 | "kw": "Kuwait", 115 | "la": "Laos", 116 | "ls": "Lesotho", 117 | "lv": "Letonia", 118 | "lr": "Liberia", 119 | "ly": "Libia", 120 | "li": "Liechtenstein", 121 | "lt": "Lituania", 122 | "lu": "Luxemburgo", 123 | "lb": "L\u00edbano", 124 | "mg": "Madagascar", 125 | "my": "Malasia", 126 | "mw": "Malawi", 127 | "mv": "Maldivas", 128 | "mt": "Malta", 129 | "ml": "Mal\u00ed", 130 | "ma": "Marruecos", 131 | "mq": "Martinica", 132 | "mu": "Mauricio", 133 | "mr": "Mauritania", 134 | "yt": "Mayotte", 135 | "md": "Moldavia", 136 | "mn": "Mongolia", 137 | "me": "Montenegro", 138 | "ms": "Montserrat", 139 | "mz": "Mozambique", 140 | "mx": "M\u00e9xico", 141 | "mc": "M\u00f3naco", 142 | "na": "Namibia", 143 | "nr": "Nauru", 144 | "np": "Nepal", 145 | "ni": "Nicaragua", 146 | "ng": "Nigeria", 147 | "nu": "Niue", 148 | "no": "Noruega", 149 | "nc": "Nueva Caledonia", 150 | "nz": "Nueva Zelanda", 151 | "ne": "N\u00edger", 152 | "om": "Om\u00e1n", 153 | "pk": "Pakist\u00e1n", 154 | "pw": "Palau", 155 | "pa": "Panam\u00e1", 156 | "pg": "Pap\u00faa Nueva Guinea", 157 | "py": "Paraguay", 158 | "pe": "Per\u00fa", 159 | "pf": "Polinesia Francesa", 160 | "pl": "Polonia", 161 | "pt": "Portugal", 162 | "pr": "Puerto Rico", 163 | "qa": "Qatar", 164 | "gb": "Reino Unido", 165 | "cf": "Rep\u00fablica Centroafricana", 166 | "cz": "Rep\u00fablica Checa", 167 | "do": "Rep\u00fablica Dominicana", 168 | "re": "Reuni\u00f3n", 169 | "rw": "Ruanda", 170 | "ro": "Ruman\u00eda", 171 | "kn": "Saint Kitts y Nevis", 172 | "ws": "Samoa", 173 | "as": "Samoa americana", 174 | "sm": "San Marino", 175 | "mf": "San Mart\u00edn", 176 | "pm": "San Pedro y Miquel\u00f3n", 177 | "st": "San Tome y Pr\u00edncipe", 178 | "vc": "San Vicente y las Granadinas", 179 | "lc": "Santa Luc\u00eda", 180 | "sn": "Senegal", 181 | "rs": "Serbia", 182 | "sc": "Seychelles", 183 | "sl": "Sierra Leona", 184 | "sg": "Singapur", 185 | "sy": "Siria", 186 | "so": "Somalia", 187 | "lk": "Sri Lanka", 188 | "za": "Sud\u00e1frica", 189 | "sd": "Sud\u00e1n", 190 | "se": "Suecia", 191 | "ch": "Suiza", 192 | "sr": "Suriname", 193 | "sz": "Swazilandia", 194 | "eh": "S\u00e1hara Occidental", 195 | "th": "Tailandia", 196 | "tw": "Taiw\u00e1n", 197 | "tz": "Tanzania", 198 | "tj": "Tayikist\u00e1n", 199 | "io": "Territorio brit\u00e1nico en el Oc\u00e9ano \u00cdndico", 200 | "tl": "Timor Oriental", 201 | "tg": "Togo", 202 | "tk": "Tokelau", 203 | "to": "Tonga", 204 | "tt": "Trinidad y Tobago", 205 | "tm": "Turkmenist\u00e1n", 206 | "tr": "Turqu\u00eda", 207 | "tv": "Tuvalu", 208 | "tn": "T\u00fanez", 209 | "ua": "Ucrania", 210 | "ug": "Uganda", 211 | "uy": "Uruguay", 212 | "uz": "Uzbekist\u00e1n", 213 | "vu": "Vanuatu", 214 | "ve": "Venezuela", 215 | "vn": "Vietn\u00e1m", 216 | "wf": "Wallis y Futuna", 217 | "ye": "Yemen", 218 | "zm": "Zambia", 219 | "zw": "Zimbabue" 220 | } -------------------------------------------------------------------------------- /product-details/regions/wo.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorre", 3 | "af": "Afganista\u014b", 4 | "ag": "Antiguwa-ak-Barbuda", 5 | "ai": "Angiyaa", 6 | "al": "Albani", 7 | "am": "Armeni", 8 | "ao": "Angola", 9 | "aq": "Antarktik", 10 | "ar": "Arsantin", 11 | "as": "Samoa am\u00e9ricaines", 12 | "at": "Otiris", 13 | "au": "Ostaraali", 14 | "aw": "Aruba", 15 | "az": "Aserbayjan", 16 | "ba": "Bosnie-Herz\u00e9govine", 17 | "bb": "Barbaad", 18 | "bd": "Babgalades", 19 | "be": "Belsik", 20 | "bf": "Burkina Faso", 21 | "bg": "Bulgari", 22 | "bh": "Baxrayin", 23 | "bi": "Burundi", 24 | "bj": "Benin", 25 | "bm": "Bermud", 26 | "bo": "Bolivi", 27 | "br": "Beresil", 28 | "bt": "Butan", 29 | "bv": "Bouvet, \u00eele", 30 | "bw": "Botswaana", 31 | "by": "Belaaris", 32 | "bz": "Beliis", 33 | "ca": "Kanada", 34 | "cc": "Cocos (Keeling), \u00eeles", 35 | "cf": "Repibilik santarafirikeen", 36 | "ch": "Siwis", 37 | "ck": "Cook, \u00eeles", 38 | "cl": "Sili", 39 | "cm": "Kam\u00ebrun", 40 | "cn": "Siin", 41 | "co": "Kolombi", 42 | "cr": "Kosta Rikaa", 43 | "cu": "Kubaa", 44 | "cx": "Christmas, \u00eele", 45 | "cy": "Chypre", 46 | "cz": "Tch\u00e8que, R\u00e9publique", 47 | "de": "Almaa\u00f1", 48 | "dj": "Jibuti", 49 | "dk": "Danmark", 50 | "dm": "Dominik", 51 | "do": "Repibilik Dominikeen", 52 | "dz": "Alseri", 53 | "ec": "Ekuwaat\u00eb\u00ebr", 54 | "ee": "Estoni", 55 | "eg": "Esipt", 56 | "eh": "Sahara Occidental", 57 | "er": "\u00c9rythr\u00e9e", 58 | "es": "Espaa\u00f1", 59 | "et": "\u00c9coopi", 60 | "fi": "Finlaand", 61 | "fj": "Fidji", 62 | "fo": "F\u00e9ro\u00e9, \u00eeles", 63 | "fr": "Farans", 64 | "ga": "Gabo\u014b", 65 | "gb": "Royaume-Uni", 66 | "gd": "Grenade", 67 | "ge": "G\u00e9orgie", 68 | "gf": "Guyane Fran\u00e7aise", 69 | "gg": "Guernesey", 70 | "gh": "Gaana", 71 | "gi": "Sibaraltaar", 72 | "gl": "Groenland", 73 | "gn": "Gine", 74 | "gp": "Guwadalup", 75 | "gq": "Gine ekuwatoriyal", 76 | "gr": "Garees", 77 | "gt": "Guwatemala", 78 | "gu": "Guwam", 79 | "gw": "Gine Bisawo", 80 | "gy": "Giyaan", 81 | "hk": "Hong-Kong", 82 | "hm": "Heard, \u00eeles et McDonald, \u00eeles", 83 | "hn": "Honduraas", 84 | "hr": "Croatie", 85 | "ht": "Ayti", 86 | "hu": "Hongrie", 87 | "id": "Indonesi", 88 | "ie": "Islaand", 89 | "il": "Israyel", 90 | "im": "Man, \u00eele de", 91 | "in": "Inde", 92 | "io": "British Indian Ocean Territory", 93 | "iq": "Irak", 94 | "ir": "Iran", 95 | "is": "Islande", 96 | "it": "Itali", 97 | "je": "Jerse", 98 | "jm": "Jamayik", 99 | "jo": "Sordani", 100 | "jp": "Japon", 101 | "ke": "Keniya", 102 | "kg": "Kirghizistan", 103 | "kh": "Cambodge", 104 | "ki": "Kiribati", 105 | "km": "Komoor", 106 | "kn": "Saint-Kitts-et-Nevis", 107 | "kw": "Kowet", 108 | "ky": "Ca\u00efmans, \u00eeles", 109 | "kz": "Kazastan", 110 | "la": "Lawos", 111 | "lb": "Liban", 112 | "lc": "Sainte-Lucie", 113 | "li": "Liechtenstein", 114 | "lk": "Siri lanka", 115 | "lr": "Liberiya", 116 | "ls": "L\u00ebsoto", 117 | "lt": "Lituanie", 118 | "lu": "Luksambuur", 119 | "lv": "Lettonie", 120 | "ly": "Libi", 121 | "ma": "Marok", 122 | "mc": "Monako", 123 | "md": "Moldavie", 124 | "me": "Mont\u00e9n\u00e9gro", 125 | "mf": "San Martin", 126 | "mg": "Madagaskaar", 127 | "mh": "Marshall, \u00eeles", 128 | "ml": "Mali", 129 | "mn": "Mongolie", 130 | "mp": "Mariannes du Nord, \u00eeles", 131 | "mq": "Martinik", 132 | "mr": "Moritani", 133 | "ms": "Montserrat", 134 | "mt": "Malte", 135 | "mu": "Maurice", 136 | "mv": "Maldiiv", 137 | "mw": "Malawi", 138 | "mx": "Meksik", 139 | "my": "Malesi", 140 | "mz": "Mosambik", 141 | "na": "Namibi", 142 | "nc": "Nouvelle-Cal\u00e9donie", 143 | "ne": "Niseer", 144 | "nf": "Norfolk, \u00eele", 145 | "ng": "Niseriya", 146 | "ni": "Nikaraguwa", 147 | "nl": "Pays-Bas", 148 | "no": "Norv\u00e8ge", 149 | "np": "N\u00e9pal", 150 | "nr": "Noori", 151 | "nu": "Niu\u00e9", 152 | "nz": "Nuvel Seland", 153 | "om": "Omaan", 154 | "pa": "Panama", 155 | "pe": "Peru", 156 | "pf": "Polyn\u00e9sie fran\u00e7aise", 157 | "pg": "Papouasie-Nouvelle-Guin\u00e9e", 158 | "ph": "Filipin", 159 | "pk": "Pakistan", 160 | "pl": "Polo\u00f1", 161 | "pm": "Saint-Pierre-et-Miquelon", 162 | "pr": "Porto Riko", 163 | "pt": "Portugaal", 164 | "pw": "Palaos", 165 | "py": "Paraguwe", 166 | "qa": "Qataar", 167 | "re": "R\u00e9union", 168 | "ro": "Roumanie", 169 | "rs": "Serbie", 170 | "rw": "Ruwanda", 171 | "sa": "Arabi sawudit", 172 | "sb": "Salomon, \u00eeles", 173 | "sc": "Sesel", 174 | "sd": "Soudan", 175 | "se": "Suwed", 176 | "sg": "Singapuur", 177 | "si": "Slov\u00e9nie", 178 | "sk": "Slovaquie", 179 | "sl": "Sera leyon", 180 | "sm": "Saint-Marin", 181 | "sn": "Senegaal", 182 | "so": "Somali", 183 | "sr": "Surinaam", 184 | "st": "Sao Tom\u00e9-et-Principe", 185 | "sv": "El Salvadoor", 186 | "sy": "Siri", 187 | "sz": "Sawasiland", 188 | "tc": "Turques et Ca\u00efques, \u00eeles", 189 | "td": "Cadd", 190 | "tg": "Togo", 191 | "th": "Tha\u00eflande", 192 | "tj": "Tadjikistan", 193 | "tk": "Tokelau", 194 | "tl": "Timoor-Leste", 195 | "tm": "Turkm\u00e9nistan", 196 | "tn": "Tinisi", 197 | "to": "Tonga", 198 | "tr": "Tirki", 199 | "tt": "Trinidad", 200 | "tv": "Tuwalu", 201 | "tw": "Taywan", 202 | "tz": "Tansani", 203 | "ua": "Ukren", 204 | "ug": "Uganda", 205 | "us": "Etasini", 206 | "uy": "Irugeey", 207 | "uz": "Ouzb\u00e9kistan", 208 | "va": "Vatican", 209 | "vc": "Saint-Vincent-et-les-Grenadines", 210 | "ve": "Venesuwelaa", 211 | "vn": "Wiyetnaam", 212 | "vu": "Vanuwatu", 213 | "wf": "Wallis-et-Futuna", 214 | "ws": "Samowa", 215 | "ye": "Yemen", 216 | "yt": "Mayot", 217 | "za": "Afirik di Sid", 218 | "zm": "Sambi", 219 | "zw": "Simbabwe" 220 | } -------------------------------------------------------------------------------- /product-details/regions/zam.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "Andorra", 3 | "ae": "Emiratos Arabes", 4 | "af": "Afghanistan", 5 | "ag": "Antigua y Barbados", 6 | "ai": "Anguilla", 7 | "al": "Albania", 8 | "am": "Armenia", 9 | "ao": "Angola", 10 | "aq": "Antartica", 11 | "ar": "Argentina", 12 | "as": "Ameria Samoa", 13 | "at": "Austria", 14 | "au": "Australia", 15 | "aw": "Aruba", 16 | "az": "Azerbaijan", 17 | "ba": "Bosnia y Herzegovina", 18 | "bb": "Barbados", 19 | "bd": "Blangladesh", 20 | "be": "B\u00e9lgica", 21 | "bf": "Burkina Faso", 22 | "bg": "Bulgaria", 23 | "bh": "Bahrain", 24 | "bi": "Burundi", 25 | "bj": "Benin", 26 | "bl": "Saint Barthelemy", 27 | "bm": "Bermuda", 28 | "bn": "Brune\u00ed", 29 | "bo": "Bolivia", 30 | "bq": "Bonaire, Sint Eustatius, and Saba", 31 | "br": "Brasil", 32 | "bs": "Bahamas", 33 | "bt": "Bhutan", 34 | "bv": "Bouvet Island", 35 | "bw": "Botswana", 36 | "by": "Belarus", 37 | "bz": "Belize", 38 | "ca": "Canada", 39 | "cc": "Cocos", 40 | "cd": "Congo", 41 | "cf": "Rep\u00fablica Centrak de Africa", 42 | "cg": "Congo (brazz)", 43 | "ch": "Suiza", 44 | "ci": "C\u00f4te d\u2019Ivoire", 45 | "ck": "Cook Islands", 46 | "cl": "Chile", 47 | "cm": "Camer\u00fan", 48 | "cn": "China", 49 | "co": "Colombia", 50 | "cp": "Clipperton Island", 51 | "cr": "Costa Rica", 52 | "cu": "Cuba", 53 | "cv": "Cabo Verde", 54 | "cw": "Curacao", 55 | "cx": "Christmas Island", 56 | "cy": "Cyprus", 57 | "cz": "Rep\u00fablica Checa", 58 | "de": "Alemania", 59 | "dg": "Diego Garc\u00eda", 60 | "dj": "Djibouti", 61 | "dk": "Dinamarca", 62 | "dm": "Dominica", 63 | "do": "Rep\u00fablica Dominicana", 64 | "dz": "Algeria", 65 | "ec": "Ecuador", 66 | "ee": "Estonia", 67 | "eg": "Egipto", 68 | "eh": "Western Sahara", 69 | "er": "Eritrea", 70 | "es": "Espa\u00f1a", 71 | "et": "Etiopia", 72 | "fi": "Finlandia", 73 | "fj": "Fiji", 74 | "fk": "Falkland Islands (Islas Malvinas)", 75 | "fm": "Falkland Islands (Islas Malvinas)", 76 | "fo": "Faroe Islands", 77 | "fr": "Francia", 78 | "ga": "Gabon", 79 | "gb": "Reino Unido", 80 | "gd": "Granada", 81 | "ge": "Georgia", 82 | "gf": "Guyana Francesa", 83 | "gg": "Guernsey", 84 | "gh": "Ghana", 85 | "gi": "Gibraltar", 86 | "gl": "Greenland", 87 | "gm": "Gambia", 88 | "gn": "Guinea", 89 | "gp": "Guadalupe", 90 | "gq": "Guinea Equatorial", 91 | "gr": "Grecia", 92 | "gs": "Georgia del Sur", 93 | "gt": "Guatemala", 94 | "gu": "Guam", 95 | "gw": "Guinea Bisau", 96 | "gy": "Guyana", 97 | "hk": "Hong Kong", 98 | "hm": "Heard Island and McDonald Islands", 99 | "hn": "Honduras", 100 | "hr": "Croacia", 101 | "ht": "Ha\u00edti", 102 | "hu": "Hungria", 103 | "id": "Indonesia", 104 | "ie": "Irlanda", 105 | "il": "Israel", 106 | "im": "Isla del Hombre", 107 | "in": "India", 108 | "io": "British Indian Ocean Territory", 109 | "iq": "Irak", 110 | "ir": "Iran", 111 | "is": "Iceland", 112 | "it": "Italia", 113 | "je": "Jersey", 114 | "jm": "Jamaica", 115 | "jo": "Jordan", 116 | "jp": "Jap\u00f3n", 117 | "ke": "Kenia", 118 | "kg": "Kyrgyzstan", 119 | "kh": "Camboya", 120 | "ki": "Kiribati", 121 | "km": "Comorros", 122 | "kn": "Saint Kitts and Nevis", 123 | "kp": "Korea del Norte", 124 | "kr": "Korea del Sur", 125 | "kw": "Kuwait", 126 | "ky": "Islas Caiman", 127 | "kz": "Kazakhstan", 128 | "la": "Laos", 129 | "lb": "Lebanon", 130 | "lc": "Santa Lucia", 131 | "li": "Liechtenstein", 132 | "lk": "Sry Lanka", 133 | "lr": "Liberia", 134 | "ls": "Lesotho", 135 | "lt": "Lituania", 136 | "lu": "Luxemburgo", 137 | "lv": "Latvia", 138 | "ly": "Libya", 139 | "ma": "Maruecos", 140 | "mc": "Monaco", 141 | "md": "Moldova", 142 | "me": "Montenegro", 143 | "mf": "San Mart\u00edn", 144 | "mg": "Madagascar", 145 | "mh": "islas Marshall", 146 | "mk": "Mecedonia", 147 | "ml": "Mali", 148 | "mm": "Burma", 149 | "mn": "Mongolia", 150 | "mo": "Macao", 151 | "mp": "Islas Mariana", 152 | "mq": "Martinica", 153 | "mr": "Mauritania", 154 | "ms": "Monserrat", 155 | "mt": "Malta", 156 | "mu": "Mauritius", 157 | "mv": "Malvinas", 158 | "mw": "Malawi", 159 | "mx": "Yes Md\u00e0n", 160 | "my": "Malasia", 161 | "mz": "Mozambique", 162 | "na": "Namibia", 163 | "nc": "Nueva Caledonia", 164 | "ne": "Nigeria", 165 | "nf": "Isla Norfolk", 166 | "ng": "Nigeria", 167 | "ni": "Nicaragua", 168 | "nl": "Holanda", 169 | "no": "Noruega", 170 | "np": "Nepal", 171 | "nr": "Nauru", 172 | "nu": "Niue", 173 | "nz": "Nueva Zelanda", 174 | "om": "Oman", 175 | "pa": "Panama", 176 | "pe": "Peru", 177 | "pf": "Polinesia Francesa", 178 | "pg": "Papua Nueva Guinea", 179 | "ph": "Filipinas", 180 | "pk": "Pakistan", 181 | "pl": "Polonia", 182 | "pm": "Saint Pierre and Miquelon", 183 | "pn": "Pitcairn Islands", 184 | "pr": "Puerto Rico", 185 | "pt": "Portugal", 186 | "pw": "Palau", 187 | "py": "Paraguay", 188 | "qa": "Qatar", 189 | "qm": "Islas Midway", 190 | "qs": "Bassas da India", 191 | "qu": "Juan de Nova Island", 192 | "qw": "Wake Island", 193 | "qx": "Glorioso Islands", 194 | "qz": "Akrotiri", 195 | "re": "Reunion", 196 | "ro": "Romania", 197 | "rs": "Serbia", 198 | "ru": "Rusia", 199 | "rw": "Rwanda", 200 | "sa": "Saudi Arabia", 201 | "sb": "Solomon Islands", 202 | "sc": "Solomon Islands", 203 | "sd": "Sudan", 204 | "se": "Suecia", 205 | "sg": "Singapur", 206 | "sh": "Saint Helena, Ascension, and Tristan da Cunha", 207 | "si": "Eslovenia", 208 | "sk": "Eslovakia", 209 | "sl": "Sierra Leona", 210 | "sm": "San Marino", 211 | "sn": "Senegal", 212 | "so": "Somalia", 213 | "sr": "Suriname", 214 | "ss": "Sudan del Sur", 215 | "st": "Sao Tome and Principe", 216 | "sv": "El Salvador", 217 | "sx": "Sint Maarten", 218 | "sy": "Siria", 219 | "sz": "Suiza", 220 | "tc": "Turks and Caicos Islands", 221 | "td": "Chad", 222 | "tf": "French Southern and Antarctic Lands", 223 | "tg": "Togo", 224 | "th": "Tailandia", 225 | "tj": "Tajikistan", 226 | "tk": "Tokelau", 227 | "tl": "Timor-Leste", 228 | "tm": "Tukmenistan", 229 | "tn": "Tunisia", 230 | "to": "Tonga", 231 | "tr": "Turquia", 232 | "tt": "Trinidad y Tobago", 233 | "tv": "Tuvalu", 234 | "tw": "Taiwan", 235 | "tz": "Tanzania", 236 | "ua": "Ucrania", 237 | "ug": "Uganda", 238 | "us": "Estados Unidos de Am\u00e9rica", 239 | "uy": "Uruguay", 240 | "uz": "Uzbekistan", 241 | "va": "Ciudad de Vaticano", 242 | "vc": "San Vicente y las Granadinas", 243 | "ve": "Venezuela", 244 | "vg": "Islas Virgenes", 245 | "vi": "Islas Virgenes US", 246 | "vn": "Vietnam", 247 | "vu": "Vanuatu", 248 | "wf": "Wallis y Futuna", 249 | "ws": "Samoa", 250 | "xa": "Ashmore e Islas Cartier", 251 | "xb": "Islas Baker", 252 | "xc": "Islas Coral", 253 | "xd": "Dhekelia", 254 | "xe": "Europa Island", 255 | "xg": "Gaza Strip", 256 | "xh": "Howland Island", 257 | "xj": "Jan Mayen", 258 | "xk": "Kosovo", 259 | "xl": "Palmyra Atoll", 260 | "xm": "Kingman Reef", 261 | "xp": "Paracel Islands", 262 | "xq": "Jarvis Island", 263 | "xr": "Svalbard", 264 | "xs": "Spratly Islands", 265 | "xt": "Tromelin Island", 266 | "xu": "Johnston Atoll", 267 | "xv": "Navassa Island", 268 | "xw": "West Bank", 269 | "ye": "Yemen", 270 | "yt": "Mayotte", 271 | "za": "South Africa", 272 | "zm": "Zambia", 273 | "zw": "Zimbabwe" 274 | } -------------------------------------------------------------------------------- /product-details/regions/zu.json: -------------------------------------------------------------------------------- 1 | { 2 | "ad": "i-Andorra", 3 | "ae": "i-U.A.E.", 4 | "af": "i-Afghanistan", 5 | "ag": "i-Antigua ne-Barbuda", 6 | "ai": "i-Anguilla", 7 | "al": "i-Albania", 8 | "am": "i-Armenia", 9 | "an": "Ama-Antilles we-Netherlands", 10 | "ao": "i-Angola", 11 | "aq": "i-Antarctica", 12 | "ar": "i-Argentina", 13 | "as": "i-American Samoa", 14 | "at": "i-Austria", 15 | "au": "i-Australia", 16 | "aw": "i-Aruba", 17 | "ax": "i-\u00c5land Islands", 18 | "az": "i-Azerbaijan", 19 | "ba": "i-Bosnia ne-Herzegovina", 20 | "bb": "i-Barbados", 21 | "bd": "i-Bangladesh", 22 | "be": "i-Belgium", 23 | "bf": "i-Burkina Faso", 24 | "bg": "i-Bulgaria", 25 | "bh": "i-Bahrain", 26 | "bi": "i-Burundi", 27 | "bj": "i-Benin", 28 | "bl": "i-Saint Barth\u00e9lemy", 29 | "bm": "i-Bermuda", 30 | "bn": "i-Brunei Darussalam", 31 | "bo": "i-Bolivia", 32 | "br": "i-Brazil", 33 | "bs": "i-Bahamas", 34 | "bt": "i-Bhutan", 35 | "bv": "i-Bouvet Island", 36 | "bw": "i-Botswana", 37 | "by": "i-Belarus", 38 | "bz": "i-Belize", 39 | "ca": "i-Canada", 40 | "cc": "i-Cocos (Keeling) Islands", 41 | "cd": "i-Congo-Kinshasa", 42 | "cf": "i-Central African Republic", 43 | "cg": "i-Congo-Brazzaville", 44 | "ch": "i-Switzerland", 45 | "ci": "i-Ivory Coast", 46 | "ck": "i-Cook Islands", 47 | "cl": "i-Chile", 48 | "cm": "i-Cameroon", 49 | "cn": "i-China", 50 | "co": "i-Colombia", 51 | "cr": "i-Costa Rica", 52 | "cu": "i-Cuba", 53 | "cv": "i-Cape Verde", 54 | "cx": "i-Christmas Island", 55 | "cy": "i-Cyprus", 56 | "cz": "i-Czech Republic", 57 | "de": "i-Germany", 58 | "dj": "i-Djibouti", 59 | "dk": "i-Denmark", 60 | "dm": "i-Dominica", 61 | "do": "i-Dominican Republic", 62 | "dz": "i-Algeria", 63 | "ec": "i-Ecuador", 64 | "ee": "i-Estonia", 65 | "eg": "iGibhithe", 66 | "eh": "i-Western Sahara", 67 | "er": "i-Eritrea", 68 | "es": "i-Spain", 69 | "et": "i-Ethiopia", 70 | "fi": "i-Finland", 71 | "fj": "i-Fiji", 72 | "fk": "i-Falkland Islands (Malvinas)", 73 | "fm": "i-Micronesia", 74 | "fo": "i-Faroe Islands", 75 | "fr": "i-France", 76 | "ga": "i-Gabon", 77 | "gb": "i-United Kingdom", 78 | "gd": "i-Grenada", 79 | "ge": "i-Georgia", 80 | "gf": "i-French Guiana", 81 | "gg": "i-Guensey", 82 | "gh": "i-Ghana", 83 | "gi": "i-Gibraltar", 84 | "gl": "i-Greenland", 85 | "gm": "i-Gambia", 86 | "gn": "i-Guinea", 87 | "gp": "i-Guadeloupe", 88 | "gq": "i-Equatorial Guinea", 89 | "gr": "i-Greece", 90 | "gs": "i-South Georgia ne-South Sandwich Islands", 91 | "gt": "i-Guatemala", 92 | "gu": "i-Guam", 93 | "gw": "i-Guinea-Bissau", 94 | "gy": "i-Guyana", 95 | "hk": "i-Hong Kong", 96 | "hm": "i-Heard Island ne-McDonald Islands", 97 | "hn": "i-Honduras", 98 | "hr": "i-Croatia", 99 | "ht": "i-Haiti", 100 | "hu": "i-Hungary", 101 | "id": "i-Indonesia", 102 | "ie": "i-Ireland", 103 | "il": "i-Israel", 104 | "im": "i-Isle of Man", 105 | "in": "i-India", 106 | "io": "Endaweni yase-Britain Indian Ocean", 107 | "iq": "i-Iraq", 108 | "ir": "i-Iran", 109 | "is": "i-Iceland", 110 | "it": "i-Italy", 111 | "je": "i-Jersey", 112 | "jm": "i-Jamaica", 113 | "jo": "i-Jordan", 114 | "jp": "i-Japan", 115 | "ke": "i-Kenya", 116 | "kg": "i-Kyrgyzstan", 117 | "kh": "i-Cambodia", 118 | "ki": "i-Kiribati", 119 | "km": "i-Comoros", 120 | "kn": "i-Saint Kitts ne-Nevis", 121 | "kp": "i-North Korea", 122 | "kr": "i-South Korea", 123 | "kw": "i-Kuwait", 124 | "ky": "i-Cayman Islands", 125 | "kz": "i-Kazakhstan", 126 | "la": "i-Laos", 127 | "lb": "i-Lebanon", 128 | "lc": "i-Saint Lucia", 129 | "li": "i-Liechtenstein", 130 | "lk": "i-Sri Lanka", 131 | "lr": "i-Liberia", 132 | "ls": "i-Lesotho", 133 | "lt": "i-Lithuania", 134 | "lu": "i-Luxembourg", 135 | "lv": "i-Latvia", 136 | "ly": "i-Libya", 137 | "ma": "i-Morocco", 138 | "mc": "i-Monaco", 139 | "md": "i-Moldova", 140 | "me": "i-Montenegro", 141 | "mf": "i-Saint Martin", 142 | "mg": "i-Madagascar", 143 | "mh": "i-Marshall Island", 144 | "mk": "i-Macedonia, F.Y.R ye", 145 | "ml": "i-Mali", 146 | "mm": "i-Myanmar", 147 | "mn": "i-Mongolia", 148 | "mo": "i-Macao", 149 | "mp": "i-Northern Mariana Islands", 150 | "mq": "i-Martinique", 151 | "mr": "i-Mauritania", 152 | "ms": "i-Montserrat", 153 | "mt": "i-Malta", 154 | "mu": "i-Mauritius", 155 | "mv": "i-Maldives", 156 | "mw": "i-Malawi", 157 | "mx": "i-Mexico", 158 | "my": "i-Malaysia", 159 | "mz": "i-Mozambique", 160 | "na": "i-Namibia", 161 | "nc": "i-New Caledonia", 162 | "ne": "i-Niger", 163 | "nf": "i-Norfolk Island", 164 | "ng": "i-Nigeria", 165 | "ni": "i-Nicaragua", 166 | "nl": "i-Netherlands", 167 | "no": "i-Norway", 168 | "np": "i-Nepal", 169 | "nr": "i-Nauru", 170 | "nu": "i-Niue", 171 | "nz": "i-New Zealand", 172 | "om": "i-Oman", 173 | "pa": "i-Panama", 174 | "pe": "i-Peru", 175 | "pf": "i-French Polynesia", 176 | "pg": "i-Papua New Guinea", 177 | "ph": "i-Philippines", 178 | "pk": "i-Pakistan", 179 | "pl": "i-Poland", 180 | "pm": "i-Saint Pierre nase Miquelon", 181 | "pn": "i-Pitcairn", 182 | "pr": "i-Puerto Rico", 183 | "ps": "Indawo okuhlezwi kuyo yase-Phalestina", 184 | "pt": "i-Portugal", 185 | "pw": "i-Palau", 186 | "py": "i-Paraguay", 187 | "qa": "i-Qatar", 188 | "re": "i-Reunion", 189 | "ro": "i-Romania", 190 | "rs": "i-Serbia", 191 | "ru": "i-Russian Federation", 192 | "rw": "i-Rwanda", 193 | "sa": "i-Saudi Arabia", 194 | "sb": "i-Solomon Islands", 195 | "sc": "i-Sychelles", 196 | "sd": "i-Sudan", 197 | "se": "i-Sweden", 198 | "sg": "i-Singapore", 199 | "sh": "i-Saint Helena", 200 | "si": "i-Slovenia", 201 | "sj": "i-Svalbard ne-Jan Mayen", 202 | "sk": "i-Slovaki", 203 | "sl": "i-Sierra Leone", 204 | "sm": "i-San Marino", 205 | "sn": "i-Senegal", 206 | "so": "i-Somalia", 207 | "sr": "i-Suriname", 208 | "st": "i-Sao Tome ne-Principe", 209 | "sv": "i-El Salvador", 210 | "sy": "i-Syria", 211 | "sz": "i-Swaziland", 212 | "tc": "i-Turks ne-Caicos Islands", 213 | "td": "i-Chad", 214 | "tf": "Ezindaweni ze-Fulansi eseningizimu", 215 | "tg": "i-Togo", 216 | "th": "i-Thailand", 217 | "tj": "i-Tajikistan", 218 | "tk": "i-Tokelau", 219 | "tl": "i-Timor-Leste", 220 | "tm": "i-Turkmenistan", 221 | "tn": "i-Tunisia", 222 | "to": "i-Tonga", 223 | "tr": "i-Turkey", 224 | "tt": "i-Trinidad ne-Tobago", 225 | "tv": "i-Tuvalu", 226 | "tw": "i-Taiwan", 227 | "tz": "i-Tanzania", 228 | "ua": "i-Ukraine", 229 | "ug": "i-Uganda", 230 | "um": "i-United States Minor Outlying Islands", 231 | "us": "i-United States", 232 | "uy": "i-Uruguay", 233 | "uz": "i-Uzbekistan", 234 | "va": "i-Vatican City", 235 | "vc": "i-Saint Vincent ne-Grenadines", 236 | "ve": "i-Venezuela", 237 | "vg": "i-British Virgin Islands", 238 | "vi": "i-U.S. Virgin Islands", 239 | "vn": "i-Vietnam", 240 | "vu": "i-Vanuatu", 241 | "wf": "i-Wallis ne-Futuna", 242 | "ws": "i-Samoa", 243 | "ye": "i-Yemen", 244 | "yt": "i-Mayotte", 245 | "za": "i-Ningizimu Afrika", 246 | "zm": "i-Zambia", 247 | "zw": "i-Zimbabwe" 248 | } -------------------------------------------------------------------------------- /product-details/thunderbird_beta_builds.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /product-details/thunderbird_history_development_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0rc1": "2004-12-01", 3 | "1.5b1": "2005-09-09", 4 | "1.5b2": "2005-10-07", 5 | "1.5rc1": "2005-11-05", 6 | "1.5rc2": "2005-12-21", 7 | "2.0b1": "2006-12-12", 8 | "2.0b2": "2007-01-23", 9 | "2.0rc1": "2007-04-06", 10 | "3.0b1": "2008-12-09", 11 | "3.0b2": "2009-02-26", 12 | "3.0b3": "2009-07-21", 13 | "3.0b4": "2009-10-22", 14 | "3.0rc1": "2009-11-24", 15 | "3.0rc2": "2009-12-01", 16 | "3.1b1": "2010-03-10", 17 | "3.1rc1": "2010-05-27", 18 | "3.1rc2": "2010-06-09", 19 | "5.0b1": "2011-06-02", 20 | "6.0b1": "2011-07-20", 21 | "6.0b2": "2011-08-02", 22 | "6.0b3": "2011-08-10", 23 | "36.0b1": "2015-02-16", 24 | "37.0b1": "2015-03-13", 25 | "38.0b1": "2015-04-01", 26 | "38.0b2": "2015-04-19", 27 | "38.0b3": "2015-04-27", 28 | "38.0b4": "2015-05-03", 29 | "38.0b5": "2015-05-14", 30 | "38.0b6": "2015-05-23", 31 | "40.0b1": "2015-07-27", 32 | "32.0b1": "2015-08-14", 33 | "41.0b1": "2015-09-10", 34 | "41.0b2": "2015-09-17", 35 | "33.0b1": "2015-09-24", 36 | "42.0b1": "2015-10-11", 37 | "42.0b2": "2015-10-13", 38 | "34.0b1": "2015-11-15", 39 | "43.0b1": "2015-12-31", 40 | "44.0b1": "2016-01-18", 41 | "45.0b1": "2016-02-21", 42 | "45.0b3": "2016-03-29", 43 | "45.0b4": "2016-04-07", 44 | "45.2b1": "2016-05-23", 45 | "47.0b1": "2016-06-10", 46 | "47.0b2": "2016-07-02", 47 | "49.0b1": "2016-09-02", 48 | "50.0b1": "2016-10-08", 49 | "50.0b2": "2016-10-19", 50 | "50.0b3": "2016-10-31", 51 | "51.0b1": "2017-01-12", 52 | "51.0b2": "2017-01-18", 53 | "52.0b1": "2017-01-27", 54 | "52.0b2": "2017-02-10", 55 | "52.0b3": "2017-02-16", 56 | "52.0b4": "2017-02-28", 57 | "53.0b2": "2017-04-19", 58 | "54.0b1": "2017-05-19", 59 | "54.0b2": "2017-05-25", 60 | "54.0b3": "2017-06-02", 61 | "55.0b2": "2017-07-16", 62 | "56.0b1": "2017-08-08", 63 | "56.0b2": "2017-08-11", 64 | "56.0b3": "2017-08-21", 65 | "56.0b4": "2017-10-18", 66 | "57.0b1": "2017-11-10", 67 | "57.0b2": "2017-11-20", 68 | "58.0b1": "2017-11-28", 69 | "58.0b2": "2017-12-11", 70 | "58.0b3": "2018-01-08", 71 | "59.0b1": "2018-02-12", 72 | "59.0b2": "2018-03-01", 73 | "60.0b1": "2018-03-26", 74 | "60.0b2": "2018-04-05", 75 | "60.0b3": "2018-04-16", 76 | "60.0b4": "2018-04-23", 77 | "60.0b5": "2018-04-30", 78 | "60.0b6": "2018-05-04", 79 | "60.0b7": "2018-06-09", 80 | "60.0b8": "2018-06-21", 81 | "60.0b9": "2018-06-26", 82 | "60.0b10": "2018-07-10", 83 | "60.0b11": "2018-09-04", 84 | "63.0b1": "2018-10-11", 85 | "64.0b1": "2018-10-26", 86 | "64.0b2": "2018-11-09", 87 | "64.0b3": "2018-11-23", 88 | "64.0b4": "2018-12-02", 89 | "65.0b1": "2018-12-31", 90 | "65.0b2": "2019-01-10", 91 | "65.0b3": "2019-01-23", 92 | "65.0b4": "2019-01-29", 93 | "66.0b1": "2019-02-12", 94 | "66.0b2": "2019-02-21", 95 | "66.0b3": "2019-03-08", 96 | "67.0b1": "2019-04-02", 97 | "67.0b2": "2019-04-26", 98 | "67.0b3": "2019-05-10", 99 | "68.0b1": "2019-06-14", 100 | "68.0b2": "2019-06-24", 101 | "68.0b3": "2019-07-02", 102 | "68.0b4": "2019-07-07", 103 | "68.0b5": "2019-07-18", 104 | "69.0b1": "2019-07-26", 105 | "69.0b2": "2019-08-06", 106 | "69.0b3": "2019-08-16", 107 | "69.0b4": "2019-08-28", 108 | "70.0b1": "2019-09-11", 109 | "70.0b2": "2019-09-22", 110 | "70.0b3": "2019-10-04", 111 | "70.0b4": "2019-10-17", 112 | "71.0b1": "2019-10-24", 113 | "71.0b2": "2019-10-31", 114 | "71.0b3": "2019-11-18", 115 | "71.0b4": "2019-11-28", 116 | "72.0b1": "2019-12-04", 117 | "72.0b2": "2019-12-13" 118 | } -------------------------------------------------------------------------------- /product-details/thunderbird_history_major_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0": "2004-12-07", 3 | "1.5": "2006-01-11", 4 | "2.0": "2007-04-18", 5 | "3.0": "2009-12-08", 6 | "3.1": "2010-06-24", 7 | "5.0": "2011-06-28", 8 | "6.0": "2011-08-16", 9 | "7.0": "2011-09-27", 10 | "8.0": "2011-11-08", 11 | "9.0": "2011-12-20", 12 | "10.0": "2012-01-31", 13 | "11.0": "2012-03-13", 14 | "12.0": "2012-04-24", 15 | "13.0": "2012-06-05", 16 | "14.0": "2012-07-17", 17 | "15.0": "2012-08-28", 18 | "16.0": "2012-10-09", 19 | "17.0": "2012-11-20", 20 | "24.0": "2013-09-17", 21 | "31.0": "2014-07-22", 22 | "38.0.1": "2015-06-11", 23 | "45.0": "2016-04-12", 24 | "52.0": "2017-04-10", 25 | "60.0": "2018-08-06", 26 | "68.0": "2019-08-27" 27 | } -------------------------------------------------------------------------------- /product-details/thunderbird_history_stability_releases.json: -------------------------------------------------------------------------------- 1 | { 2 | "1.0.2": "2005-03-21", 3 | "1.0.5": "2005-07-13", 4 | "1.0.6": "2005-07-19", 5 | "1.0.7": "2005-09-29", 6 | "1.0.8": "2006-04-21", 7 | "1.5.0.2": "2006-04-21", 8 | "1.5.0.4": "2006-06-01", 9 | "1.5.0.5": "2006-07-27", 10 | "1.5.0.7": "2006-09-14", 11 | "1.5.0.8": "2006-11-08", 12 | "1.5.0.9": "2006-12-19", 13 | "1.5.0.10": "2007-03-01", 14 | "1.5.0.12": "2007-05-30", 15 | "2.0.0.4": "2007-06-14", 16 | "2.0.0.5": "2007-07-19", 17 | "2.0.0.6": "2007-08-01", 18 | "1.5.0.13": "2007-08-23", 19 | "2.0.0.9": "2007-11-14", 20 | "2.0.0.12": "2008-02-26", 21 | "2.0.0.14": "2008-05-01", 22 | "2.0.0.16": "2008-07-23", 23 | "2.0.0.17": "2008-09-25", 24 | "2.0.0.18": "2008-11-19", 25 | "2.0.0.19": "2008-12-30", 26 | "2.0.0.21": "2009-03-18", 27 | "2.0.0.22": "2009-06-22", 28 | "2.0.0.23": "2009-08-20", 29 | "3.0.1": "2010-01-20", 30 | "3.0.2": "2010-02-25", 31 | "3.0.3": "2010-03-01", 32 | "2.0.0.24": "2010-03-16", 33 | "3.0.4": "2010-03-30", 34 | "3.0.5": "2010-06-17", 35 | "3.0.6": "2010-07-20", 36 | "3.1.1": "2010-07-20", 37 | "3.1.2": "2010-08-05", 38 | "3.0.7": "2010-09-07", 39 | "3.1.3": "2010-09-07", 40 | "3.0.8": "2010-09-16", 41 | "3.1.4": "2010-09-16", 42 | "3.0.9": "2010-10-19", 43 | "3.1.5": "2010-10-19", 44 | "3.0.10": "2010-10-27", 45 | "3.1.6": "2010-10-27", 46 | "3.0.11": "2010-12-09", 47 | "3.1.7": "2010-12-09", 48 | "3.1.8": "2011-03-01", 49 | "3.1.9": "2011-03-04", 50 | "3.1.10": "2011-04-28", 51 | "3.1.11": "2011-06-21", 52 | "3.1.12": "2011-08-24", 53 | "3.1.13": "2011-08-31", 54 | "6.0.1": "2011-08-31", 55 | "3.1.14": "2011-09-06", 56 | "6.0.2": "2011-09-06", 57 | "3.1.15": "2011-09-27", 58 | "7.0.1": "2011-09-30", 59 | "3.1.16": "2011-11-08", 60 | "3.1.17": "2011-12-20", 61 | "9.0.1": "2011-12-23", 62 | "3.1.18": "2012-01-31", 63 | "10.0.1": "2012-02-12", 64 | "10.0.2": "2012-02-16", 65 | "3.1.19": "2012-02-16", 66 | "3.1.20": "2012-03-13", 67 | "11.0.1": "2012-03-28", 68 | "12.0.1": "2012-04-30", 69 | "13.0.1": "2012-06-15", 70 | "15.0.1": "2012-09-10", 71 | "16.0.1": "2012-10-11", 72 | "16.0.2": "2012-10-29", 73 | "17.0.2": "2013-01-08", 74 | "17.0.3": "2013-02-19", 75 | "17.0.4": "2013-03-11", 76 | "17.0.5": "2013-04-02", 77 | "17.0.6": "2013-05-14", 78 | "17.0.7": "2013-06-25", 79 | "17.0.8": "2013-08-06", 80 | "17.0.9": "2013-09-17", 81 | "24.0.1": "2013-10-11", 82 | "17.0.10": "2013-10-29", 83 | "24.1.0": "2013-10-29", 84 | "24.1.1": "2013-11-19", 85 | "24.2.0": "2013-12-10", 86 | "24.3.0": "2014-02-04", 87 | "24.4.0": "2014-03-18", 88 | "24.5.0": "2014-04-29", 89 | "24.6.0": "2014-04-29", 90 | "24.7.0": "2014-07-28", 91 | "24.8.0": "2014-09-02", 92 | "31.1.0": "2014-09-02", 93 | "31.1.1": "2014-09-10", 94 | "31.1.2": "2014-09-24", 95 | "31.2.0": "2014-09-24", 96 | "31.3.0": "2014-12-01", 97 | "31.4.0": "2015-01-13", 98 | "31.5.0": "2015-02-24", 99 | "31.6.0": "2015-04-01", 100 | "31.7.0": "2015-05-12", 101 | "38.0.1": "2015-06-11", 102 | "38.1.0": "2015-07-09", 103 | "31.8.0": "2015-07-17", 104 | "38.2.0": "2015-08-14", 105 | "38.3.0": "2015-09-29", 106 | "38.4.0": "2015-11-27", 107 | "38.5.0": "2015-12-23", 108 | "38.5.1": "2016-01-08", 109 | "38.6.0": "2016-02-15", 110 | "38.7.0": "2016-03-15", 111 | "38.7.1": "2016-03-25", 112 | "38.7.2": "2016-04-04", 113 | "38.8.0": "2016-05-04", 114 | "45.1.0": "2016-05-10", 115 | "45.1.1": "2016-05-31", 116 | "45.2.0": "2016-07-01", 117 | "45.3.0": "2016-08-30", 118 | "45.4.0": "2016-10-04", 119 | "45.5.0": "2016-11-21", 120 | "45.5.1": "2016-11-30", 121 | "45.6.0": "2016-12-28", 122 | "45.7.0": "2017-01-25", 123 | "45.7.1": "2017-02-07", 124 | "45.8.0": "2017-03-07", 125 | "52.0.1": "2017-04-14", 126 | "52.1.0": "2017-05-01", 127 | "52.1.1": "2017-05-15", 128 | "52.2.0": "2017-06-14", 129 | "52.2.1": "2017-06-23", 130 | "52.3.0": "2017-08-17", 131 | "52.4.0": "2017-10-09", 132 | "52.5.0": "2017-11-24", 133 | "52.5.2": "2017-12-22", 134 | "52.6.0": "2018-01-25", 135 | "52.7.0": "2018-03-23", 136 | "52.8.0": "2018-05-18", 137 | "52.9.1": "2018-07-10", 138 | "60.2.1": "2018-10-02", 139 | "60.3.0": "2018-10-31", 140 | "60.3.1": "2018-11-15", 141 | "60.3.2": "2018-11-29", 142 | "60.3.3": "2018-12-05", 143 | "60.4.0": "2018-12-20", 144 | "60.5.0": "2019-01-29", 145 | "60.5.1": "2019-02-14", 146 | "60.5.2": "2019-02-26", 147 | "60.5.3": "2019-03-05", 148 | "60.6.0": "2019-03-19", 149 | "60.6.1": "2019-03-25", 150 | "60.7.0": "2019-05-21", 151 | "60.7.1": "2019-06-13", 152 | "60.7.2": "2019-06-20", 153 | "60.8.0": "2019-07-09", 154 | "60.9.0": "2019-09-06", 155 | "68.1.0": "2019-09-11", 156 | "68.1.1": "2019-09-25", 157 | "68.1.2": "2019-10-10", 158 | "68.2.0": "2019-10-23", 159 | "68.2.1": "2019-10-31", 160 | "60.9.1": "2019-11-05", 161 | "68.2.2": "2019-11-07", 162 | "68.3.0": "2019-12-03" 163 | } -------------------------------------------------------------------------------- /product-details/thunderbird_versions.json: -------------------------------------------------------------------------------- 1 | { 2 | "LATEST_THUNDERBIRD_ALPHA_VERSION": "54.0a2", 3 | "LATEST_THUNDERBIRD_DEVEL_VERSION": "72.0b2", 4 | "LATEST_THUNDERBIRD_NIGHTLY_VERSION": "73.0a1", 5 | "LATEST_THUNDERBIRD_VERSION": "68.3.0" 6 | } -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Django==1.8.14 \ 2 | --hash=sha256:1716747f7e0fbee6e2c1c0bcdb74307139d441a79eb4dcc97d206c615e1ded15 \ 3 | --hash=sha256:5282c48b90fbb29507299f592215378e849a2808f485e4144626e66715d5464d 4 | six==1.10.0 \ 5 | --hash=sha256:0ff78c403d9bccf5a425a6d31a12aa6b47f1c21ca4dc2573a7e2f32a97335eb1 \ 6 | --hash=sha256:105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a 7 | everett==0.2 \ 8 | --hash=sha256:cab7585c0baa1d59d65f446ade2e89a761f70f865681dfdfa0443e817544e222 \ 9 | --hash=sha256:fd5a49f6a55315a9558378561244dfdf3b95c0091752ed8232bb2e843fc35784 10 | requests==2.11.0 \ 11 | --hash=sha256:8b9b147f3dff1fc4055ff794ff931f735ed25e87efe667ed7c845a4bafae9b73 \ 12 | --hash=sha256:b2ff053e93ef11ea08b0e596a1618487c4e4c5f1006d7a1706e3671c57dea385 13 | django-mozilla-product-details==0.12 \ 14 | --hash=sha256:4c0c665e8b928fa298c04d1d8ac6fc53d993266b86744b77e920adf90be8ba71 \ 15 | --hash=sha256:d18a6affecac00a5671c08093bf0b43f1f95d016725ae5ebb55906dde1ad03ea 16 | -------------------------------------------------------------------------------- /update-product-details.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import sys 3 | from pathlib import Path 4 | 5 | import django 6 | from django.conf import settings 7 | from django.core.management import call_command 8 | 9 | from everett.manager import ConfigManager, ConfigEnvFileEnv, ConfigOSEnv 10 | 11 | 12 | ROOT = Path(__file__).resolve().parent 13 | FIREFOX_VERSION_KEYS = ( 14 | 'FIREFOX_NIGHTLY', 15 | # 'FIREFOX_AURORA', 16 | 'FIREFOX_DEVEDITION', 17 | 'FIREFOX_ESR', 18 | 'FIREFOX_ESR_NEXT', 19 | 'LATEST_FIREFOX_DEVEL_VERSION', 20 | 'LATEST_FIREFOX_RELEASED_DEVEL_VERSION', 21 | 'LATEST_FIREFOX_VERSION', 22 | ) 23 | # so far p-d only lists builds for the latest version 24 | # bedrock uses the locales for the release channel to 25 | # build download pages for the other channels 26 | THUNDERBIRD_VERSION_KEYS = ( 27 | 'LATEST_THUNDERBIRD_VERSION', 28 | ) 29 | 30 | 31 | def path(*paths): 32 | return str(ROOT.joinpath(*paths)) 33 | 34 | 35 | def update_data(): 36 | call_command('update_product_details', force=True) 37 | 38 | 39 | def count_thunderbird_builds(version_key, min_builds=20): 40 | version = pd.thunderbird_versions[version_key] 41 | builds = len([locale for locale, build in pd.thunderbird_primary_builds.items() 42 | if version in build]) 43 | if builds < min_builds: 44 | raise ValueError('Too few builds for {}'.format(version_key)) 45 | 46 | 47 | def count_firefox_builds(version_key, min_builds=20): 48 | version = pd.firefox_versions[version_key] 49 | if not version: 50 | if version_key == 'FIREFOX_ESR_NEXT': 51 | return 52 | builds = len([locale for locale, build in pd.firefox_primary_builds.items() 53 | if version in build]) 54 | if builds < min_builds: 55 | raise ValueError('Too few builds for {}'.format(version_key)) 56 | 57 | 58 | def validate_data(): 59 | for key in FIREFOX_VERSION_KEYS: 60 | count_firefox_builds(key) 61 | 62 | for key in THUNDERBIRD_VERSION_KEYS: 63 | count_thunderbird_builds(key) 64 | 65 | 66 | # setup and run 67 | 68 | config = ConfigManager([ConfigOSEnv(), 69 | ConfigEnvFileEnv(path('.env'))]) 70 | settings.configure( 71 | DEBUG=False, 72 | PROD_DETAILS_DIR=path('product-details'), 73 | PROD_DETAILS_URL=config('PROD_DETAILS_URL', 74 | default='https://product-details.mozilla.org/1.0/'), 75 | PROD_DETAILS_STORAGE='product_details.storage.PDFileStorage', 76 | INSTALLED_APPS=['product_details'], 77 | # disable cache 78 | CACHES={'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}}, 79 | ) 80 | django.setup() 81 | 82 | from product_details import product_details as pd # noqa 83 | 84 | if __name__ == '__main__': 85 | update_data() 86 | try: 87 | validate_data() 88 | except Exception as e: 89 | sys.exit('Product Details data is not valid: {}'.format(e)) 90 | --------------------------------------------------------------------------------