Coder Social home page Coder Social logo

convert-country-codes's People

Contributors

remyvanlerberghe avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

ebk13579

convert-country-codes's Issues

Montenegro IOC code

Hi! ๐Ÿ‘‹

Firstly, thanks for your work on this project! ๐Ÿ™‚

Today I used patch-package to patch [email protected] for the project I'm working on.

It appears the IOC code for Montenegro should be MNE instead of MGO. This can be verified on the OIC site https://olympics.com/ioc/montenegro where it shows MNE next to flag.

Here is the diff that solved my problem:

diff --git a/node_modules/convert-country-codes/index.js b/node_modules/convert-country-codes/index.js
index ed3e243..e41938b 100644
--- a/node_modules/convert-country-codes/index.js
+++ b/node_modules/convert-country-codes/index.js
@@ -145,7 +145,7 @@ var iso2Countries = {
   FM: { ioc: "FSM", iso3: "FSM" },
   MC: { ioc: "MON", iso3: "MCO" },
   MN: { ioc: "MGL", iso3: "MNG" },
-  ME: { ioc: "MGO", iso3: "MNE" },
+  ME: { ioc: "MNE", iso3: "MNE" },
   MS: { ioc: "MNT", iso3: "MSR" },
   MA: { ioc: "MAR", iso3: "MAR" },
   MZ: { ioc: "MOZ", iso3: "MOZ" },
@@ -639,7 +639,7 @@ var icoCountries = {
   FSM: { iso2: "FM", iso3: "FSM" },
   MON: { iso2: "MC", iso3: "MCO" },
   MGL: { iso2: "MN", iso3: "MNG" },
-  MGO: { iso2: "ME", iso3: "MNE" },
+  MNE: { iso2: "ME", iso3: "MNE" },
   MNT: { iso2: "MS", iso3: "MSR" },
   MAR: { iso2: "MA", iso3: "MAR" },
   MOZ: { iso2: "MZ", iso3: "MOZ" },

This issue body was partially generated by patch-package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.