Skip to content

Commit

Permalink
Changes Catalonia from es-ca(!?) to es-ct ISO code. Reverts #626. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontane authored Dec 21, 2020
1 parent 373f78d commit 1dda087
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions css/flag-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1512,11 +1512,11 @@
.flag-icon-zw.flag-icon-squared {
background-image: url(../flags/1x1/zw.svg);
}
.flag-icon-es-ca {
background-image: url(../flags/4x3/es-ca.svg);
.flag-icon-es-ct {
background-image: url(../flags/4x3/es-ct.svg);
}
.flag-icon-es-ca.flag-icon-squared {
background-image: url(../flags/1x1/es-ca.svg);
.flag-icon-es-ct.flag-icon-squared {
background-image: url(../flags/1x1/es-ct.svg);
}
.flag-icon-es-ga {
background-image: url(../flags/4x3/es-ga.svg);
Expand Down
2 changes: 1 addition & 1 deletion css/flag-icon.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flags/1x1/es-ca.svg → flags/1x1/es-ct.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/es-ca.svg → flags/4x3/es-ct.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 less/flag-icon-more.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.flag-icon(es-ca);
.flag-icon(es-ct);
.flag-icon(es-ga);
.flag-icon(eu);
.flag-icon(gb-eng);
Expand Down
2 changes: 1 addition & 1 deletion sass/_flag-icon-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
@include flag-icon(zw);

// Other flags
@include flag-icon(es-ca);
@include flag-icon(es-ct);
@include flag-icon(es-ga);
@include flag-icon(eu);
@include flag-icon(gb-eng);
Expand Down

0 comments on commit 1dda087

Please sign in to comment.