Skip to content

Commit

Permalink
missal_id should now use ISO 3166 for nation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 15, 2024
1 parent 5abd396 commit 47503c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/nations/IT/IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"i18n_file": "data\/wider_regions\/EUROPE\/it_IT.json"
},
"missals": [
"ITALY_1983",
"ITALY_2020"
"IT_1983",
"IT_2020"
]
}
}
2 changes: 1 addition & 1 deletion data/nations/NL/NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"i18n_file": "data\/wider_regions\/EUROPE\/nl_NL.json"
},
"missals": [
"NETHERLANDS_1978"
"NL_1978"
]
}
}
2 changes: 1 addition & 1 deletion data/nations/US/US.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"i18n_file": "data\/wider_regions\/AMERICAS\/en_US.json"
},
"missals": [
"USA_2011"
"US_2011"
]
}
}

0 comments on commit 47503c5

Please sign in to comment.