Skip to content

Commit

Permalink
fix(local-naming-conventions): add additional country codes (pelias#1549
Browse files Browse the repository at this point in the history
)
  • Loading branch information
missinglink authored Aug 13, 2021
1 parent 1b6318a commit 5c1d3db
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion middleware/localNamingConventions.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ var flipNumberAndStreetCountries = [
'MDA' /* Moldova */,
'COL' /* Colombia */,
'HUN' /* Hungary */,
'UKR' /* Ukraine */
'UKR' /* Ukraine */,
'RUS' /* Russia */,
'UZB' /* Uzbekistan */,
'TJK' /* Tajikistan */,
'BLR' /* Belarus */,
'AZE' /* Azerbaijan */,
'GEO' /* Georgia */,
'KGZ' /* Kyrgyzstan */,
'KAZ' /* Kazakhstan */,
];

function setup() {
Expand Down

0 comments on commit 5c1d3db

Please sign in to comment.