Skip to content

Commit

Permalink
Merge pull request #29 from GregJPreece/master
Browse files Browse the repository at this point in the history
Fix flag for en-CA locale code
  • Loading branch information
moltam authored Mar 25, 2018
2 parents 527aec3 + ecaf9e3 commit abd5826
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ phpunit.phar
composer.lock

# CS fixer cache
.php_cs.cache
.php_cs.cache
2 changes: 1 addition & 1 deletion assets/stylesheets/flags-large.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.language-picker.large i.bg-BG, .language-picker.large i.bg {background-position: -175px 0}
.language-picker.large i.pt-BR {background-position: 0 -15px}
.language-picker.large i.be-BY, .language-picker.large i.be {background-position: -25px -15px}
.language-picker.large i.fr-CA {background-position: -50px -15px}
.language-picker.large i.en-CA, .language-picker.large i.fr-CA {background-position: -50px -15px}
.language-picker.large i.zh-CN, .language-picker.large i.zh {background-position: -75px -15px}
.language-picker.large i.cs-CZ, .language-picker.large i.cs {background-position: -100px -15px}
.language-picker.large i.de-DE, .language-picker.large i.de {background-position: -125px -15px}
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/flags-large.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/stylesheets/flags-small.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.language-picker.small i.bg-BG, .language-picker.small i.bg {background-position: -112px 0}
.language-picker.small i.pt-BR {background-position: 0 -11px}
.language-picker.small i.be-BY, .language-picker.small i.be {background-position: -16px -11px}
.language-picker.small i.fr-CA {background-position: -32px -11px}
.language-picker.small i.en-CA, .language-picker.small i.fr-CA {background-position: -32px -11px}
.language-picker.small i.zh-CN, .language-picker.small i.zh {background-position: -48px -11px}
.language-picker.small i.cs-CZ, .language-picker.small i.cs {background-position: -64px -11px}
.language-picker.small i.de-DE, .language-picker.small i.de {background-position: -80px -11px}
Expand Down
Loading

0 comments on commit abd5826

Please sign in to comment.