@@ -45,12 +45,12 @@ public static Dictionary<CountryIdentifier, ICountry> Initialize()
4545 { CountryIdentifier . Cambodia , new Cambodia ( ) } ,
4646 { CountryIdentifier . Cameroon , new Cameroon ( ) } ,
4747 { CountryIdentifier . Canada , new Canada ( ) } ,
48- { CountryIdentifier . CapeVerde , new CapeVerde ( ) } ,
49- { CountryIdentifier . CaymanIslands , new CaymanIslands ( ) } ,
50- { CountryIdentifier . CentralAfricanRepublic , new CentralAfricanRepublic ( ) } ,
51- { CountryIdentifier . Chad , new Chad ( ) } ,
52- { CountryIdentifier . Chile , new Chile ( ) } ,
53- { CountryIdentifier . China , new China ( ) } ,
48+ { CountryIdentifier . CapeVerde , new CapeVerde ( ) } ,
49+ { CountryIdentifier . CaymanIslands , new CaymanIslands ( ) } ,
50+ { CountryIdentifier . CentralAfricanRepublic , new CentralAfricanRepublic ( ) } ,
51+ { CountryIdentifier . Chad , new Chad ( ) } ,
52+ { CountryIdentifier . Chile , new Chile ( ) } ,
53+ { CountryIdentifier . China , new China ( ) } ,
5454 { CountryIdentifier . ChristmasIsland , new ChristmasIsland ( ) } ,
5555 { CountryIdentifier . CocosKeelingIslands , new CocosKeelingIslands ( ) } ,
5656 { CountryIdentifier . Colombia , new Colombia ( ) } ,
@@ -68,6 +68,9 @@ public static Dictionary<CountryIdentifier, ICountry> Initialize()
6868 { CountryIdentifier . TimorLeste , new TimorLeste ( ) } ,
6969 { CountryIdentifier . Ecuador , new Ecuador ( ) } ,
7070 { CountryIdentifier . Egypt , new Egypt ( ) } ,
71+ { CountryIdentifier . Denmark , new Denmark ( ) } ,
72+ { CountryIdentifier . Djibouti , new Djibouti ( ) } ,
73+ { CountryIdentifier . Dominica , new Dominica ( ) } ,
7174
7275 // Future countries can be added here in the same format.
7376 } ;
0 commit comments