Skip to content

Commit

Permalink
Locales and flags for new country datasets CH,RS,NO,GB (#4354)
Browse files Browse the repository at this point in the history
  • Loading branch information
kndehaan authored Oct 29, 2024
1 parent f9d5165 commit 8f2c819
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/images/flags-24/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Most recent flags (NO,RS,CH) obtained from https://flagdownload.com/
Binary file added app/assets/images/flags-24/ch_switzerland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/flags-24/gb_great_britain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/flags-24/no_norway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/flags-24/rs_serbia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/region-flags.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@include flag($region: "be_belgium")
&.BG_bulgaria
@include flag($region: "bg_bulgaria")
&.CH_switzerland
@include flag($region: "ch_switzerland")
&.CY_cyprus
@include flag($region: "cy_cyprus")
&.CZ_czechia
Expand All @@ -28,6 +30,8 @@
@include flag($region: "fi_finland")
&.FR_france
@include flag($region: "fr_france")
&.GB_great_britain
@include flag($region: "gb_great_britain")
&.HR_croatia
@include flag($region: "hr_croatia")
&.HU_hungary
Expand All @@ -44,6 +48,8 @@
@include flag($region: "lv_latvia")
&.MT_malta
@include flag($region: "mt_malta")
&.NO_norway
@include flag($region: "no_norway")
&.nl
@include flag($region: "nl")
&.nl2019
Expand All @@ -54,6 +60,8 @@
@include flag($region: "pt_portugal")
&.RO_romania
@include flag($region: "ro_romania")
&.RS_serbia
@include flag($region: "rs_serbia")
&.SE_sweden
@include flag($region: "se_sweden")
&.SI_slovenia
Expand Down
4 changes: 4 additions & 0 deletions config/locales/en_areas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ en:
AT_austria: "Austria"
BE_belgium: "Belgium"
BG_bulgaria: "Bulgaria"
CH_switzerland: "Switzerland"
CY_cyprus: "Cyprus"
CZ_czechia: "Czechia"
DE_germany: "Germany"
Expand All @@ -18,6 +19,7 @@ en:
ES_spain: "Spain"
FI_finland: "Finland"
FR_france: "France"
GB_great_britain: "Great Britain"
HR_croatia: "Croatia"
HU_hungary: "Hungary"
IE_ireland: "Ireland"
Expand All @@ -27,9 +29,11 @@ en:
LV_latvia: "Latvia"
MT_malta: "Malta"
NL_netherlands: "Netherlands"
NO_norway: "Norway"
PL_poland: "Poland"
PT_portugal: "Portugal"
RO_romania: "Romania"
RS_serbia: "Serbia"
SE_sweden: "Sweden"
SI_slovenia: "Slovenia"
SK_slovakia: "Slovakia"
Expand Down
4 changes: 4 additions & 0 deletions config/locales/nl_areas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ nl:
AT_austria: "Oostenrijk"
BE_belgium: "België"
BG_bulgaria: "Bulgarije"
CH_switzerland: "Zwitserland"
CY_cyprus: "Cyprus"
CZ_czechia: "Tsjechië"
DE_germany: "Duitsland"
Expand All @@ -18,18 +19,21 @@ nl:
ES_spain: "Spanje"
FI_finland: "Finland"
FR_france: "Frankrijk"
GB_great_britain: "Groot-Brittannië"
HR_croatia: "Kroatië"
HU_hungary: "Hongarije"
IE_ireland: "Ierland"
IT_italy: "Italië"
MT_malta: "Malta"
NO_norway: "Noorwegen"
LT_lithuania: "Litouwen"
LU_luxembourg: "Luxemburg"
LV_latvia: "Letland"
NL_netherlands: "Nederland"
PL_poland: "Polen"
PT_portugal: "Portugal"
RO_romania: "Roemenië"
RS_serbia: "Servië"
SE_sweden: "Zweden"
SI_slovenia: "Slovenië"
SK_slovakia: "Slowakije"
Expand Down

0 comments on commit 8f2c819

Please sign in to comment.