Skip to content

Commit

Permalink
Merge branch 'v6.X' into PWA-1618-Provide-simple-custom-page-route-he…
Browse files Browse the repository at this point in the history
…lper
  • Loading branch information
devbucket committed Apr 11, 2019
2 parents 5f20006 + 895c901 commit 00d8727
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ describe('buildCountryList', () => {
const expected = {
DE: 'Germany',
};
expect(buildCountryList({ countries: ['DE', 'ME'] })).toEqual(expected);
expect(buildCountryList({ countries: ['DE', 'XX'] })).toEqual(expected);
});
});
28 changes: 28 additions & 0 deletions libraries/ui-shared/Form/Builder/iso-3166-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2716,6 +2716,34 @@ export default {
'L': 'Luxembourg (Luxemburg)',
},
},
ME: {
name: 'Montenegro',
divisions: {
'01': 'Andrijevica',
'02': 'Bar',
'03': 'Berane',
'04': 'Bijelo Polje',
'05': 'Budva',
'06': 'Cetinje',
'07': 'Danilovgrad',
'08': 'Herceg-Novi',
'09': 'Kolašin',
'10': 'Kotor',
'11': 'Mojkovac',
'12': 'Nikšić',
'13': 'Plav',
'14': 'Pljevlja',
'15': 'Plužine',
'16': 'Podgorica',
'17': 'Rožaje',
'18': 'Šavnik',
'19': 'Tivat',
'20': 'Ulcinj',
'21': 'Žabljak',
'22': 'Gusinje',
'23': 'Petnjica',
},
},
MO: {
name: 'Macau',
divisions: {
Expand Down

0 comments on commit 00d8727

Please sign in to comment.