Skip to content

Commit

Permalink
Saint Helena, Ascension and Tristan da Cunha updates (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Nov 6, 2023
1 parent 54dfb42 commit d815eb6
Show file tree
Hide file tree
Showing 11 changed files with 412 additions and 23 deletions.
19 changes: 15 additions & 4 deletions country.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@
},
{
"capital": "Georgetown",
"code": "ac",
"code": "sh-ac",
"continent": "Africa",
"flag_1x1": "flags/1x1/ac.svg",
"flag_4x3": "flags/4x3/ac.svg",
"flag_1x1": "flags/1x1/sh-ac.svg",
"flag_4x3": "flags/4x3/sh-ac.svg",
"iso": false,
"name": "Ascension Island"
},
Expand Down Expand Up @@ -1762,6 +1762,15 @@
"iso": true,
"name": "Saint Barthélemy"
},
{
"capital": "Jamestown",
"code": "sh-hl",
"continent": "Africa",
"flag_1x1": "flags/1x1/sh-hl.svg",
"flag_4x3": "flags/4x3/sh-hl.svg",
"iso": false,
"name": "Saint Helena"
},
{
"capital": "Jamestown",
"code": "sh",
Expand Down Expand Up @@ -2150,7 +2159,9 @@
"name": "Trinidad and Tobago"
},
{
"code": "ta",
"capital": "Edinburgh of the Seven Seas",
"code": "sh-ta",
"continent": "Africa",
"flag_1x1": "flags/1x1/ta.svg",
"flag_4x3": "flags/4x3/ta.svg",
"iso": false,
Expand Down
26 changes: 16 additions & 10 deletions css/flag-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1518,12 +1518,6 @@
.fi-zw.fis {
background-image: url(../flags/1x1/zw.svg);
}
.fi-ac {
background-image: url(../flags/4x3/ac.svg);
}
.fi-ac.fis {
background-image: url(../flags/1x1/ac.svg);
}
.fi-arab {
background-image: url(../flags/4x3/arab.svg);
}
Expand Down Expand Up @@ -1614,11 +1608,23 @@
.fi-pc.fis {
background-image: url(../flags/1x1/pc.svg);
}
.fi-ta {
background-image: url(../flags/4x3/ta.svg);
.fi-sh-ac {
background-image: url(../flags/4x3/sh-ac.svg);
}
.fi-sh-ac.fis {
background-image: url(../flags/1x1/sh-ac.svg);
}
.fi-sh-hl {
background-image: url(../flags/4x3/sh-hl.svg);
}
.fi-sh-hl.fis {
background-image: url(../flags/1x1/sh-hl.svg);
}
.fi-sh-ta {
background-image: url(../flags/4x3/sh-ta.svg);
}
.fi-ta.fis {
background-image: url(../flags/1x1/ta.svg);
.fi-sh-ta.fis {
background-image: url(../flags/1x1/sh-ta.svg);
}
.fi-un {
background-image: url(../flags/4x3/un.svg);
Expand Down
2 changes: 1 addition & 1 deletion css/flag-icons.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flags/1x1/ac.svg → flags/1x1/sh-ac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 185 additions & 0 deletions flags/1x1/sh-hl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flags/1x1/ta.svg → flags/1x1/sh-ta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flags/4x3/ac.svg → flags/4x3/sh-ac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
185 changes: 185 additions & 0 deletions flags/4x3/sh-hl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion flags/4x3/ta.svg → flags/4x3/sh-ta.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions less/flag-icons-more.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.flag-icon(ac);
.flag-icon(arab);
.flag-icon(cefta);
.flag-icon(cp);
Expand All @@ -14,6 +13,8 @@
.flag-icon(gb-wls);
.flag-icon(ic);
.flag-icon(pc);
.flag-icon(ta);
.flag-icon(sh-ac);
.flag-icon(sh-hl);
.flag-icon(sh-ta);
.flag-icon(un);
.flag-icon(xk);
5 changes: 3 additions & 2 deletions sass/_flag-icons-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@
@include flag-icon(zw);

// Other flags
@include flag-icon(ac);
@include flag-icon(arab);
@include flag-icon(cefta);
@include flag-icon(cp);
Expand All @@ -273,7 +272,9 @@
@include flag-icon(gb-wls);
@include flag-icon(ic);
@include flag-icon(pc);
@include flag-icon(ta);
@include flag-icon(sh-ac);
@include flag-icon(sh-hl);
@include flag-icon(sh-ta);
@include flag-icon(un);
@include flag-icon(xk);
}

0 comments on commit d815eb6

Please sign in to comment.