@@ -30,7 +30,7 @@ export const LANGUAGE_FLAGS: Record<Language, string> = {
3030} ;
3131
3232// Country codes type
33- export type CountryCode = 'D' | 'A' | 'B' | 'BG' | 'CH' | 'HR' | 'CY' | 'CZ' | 'DK' | 'EST' | 'FIN' | 'F' | 'GB' | 'GR' | 'H' | 'IRL' | 'I' | 'LV' | 'LT' | 'L' | 'M' | 'NL' | 'PL' | 'P' | 'RO' | 'SK' | 'SLO' | 'E' | 'S' ;
33+ export type CountryCode = 'D' | 'A' | 'B' | 'BG' | 'CH' | 'HR' | 'CY' | 'CZ' | 'DK' | 'EST' | 'FIN' | 'F' | 'GB' | 'GR' | 'H' | 'IRL' | 'I' | 'LV' | 'LT' | 'L' | 'M' | 'N' | ' NL' | 'PL' | 'P' | 'RO' | 'SK' | 'SLO' | 'E' | 'S' ;
3434
3535export interface Translations {
3636 // Page title
@@ -151,7 +151,7 @@ const translations: Record<Language, Translations> = {
151151 'F' : 'Frankreich' , 'GB' : 'Vereinigtes Königreich' , 'GR' : 'Griechenland' , 'H' : 'Ungarn' , 'IRL' : 'Irland' , 'I' : 'Italien' ,
152152 'LV' : 'Lettland' , 'LT' : 'Litauen' , 'L' : 'Luxemburg' , 'M' : 'Malta' , 'NL' : 'Niederlande' ,
153153 'PL' : 'Polen' , 'P' : 'Portugal' , 'RO' : 'Rumänien' , 'SK' : 'Slowakei' , 'SLO' : 'Slowenien' ,
154- 'E' : 'Spanien' , 'S' : 'Schweden' ,
154+ 'E' : 'Spanien' , 'N' : 'Norwegen' , ' S' : 'Schweden' ,
155155 } ,
156156 } ,
157157 en : {
@@ -202,7 +202,7 @@ const translations: Record<Language, Translations> = {
202202 'F' : 'France' , 'GB' : 'United Kingdom' , 'GR' : 'Greece' , 'H' : 'Hungary' , 'IRL' : 'Ireland' , 'I' : 'Italy' ,
203203 'LV' : 'Latvia' , 'LT' : 'Lithuania' , 'L' : 'Luxembourg' , 'M' : 'Malta' , 'NL' : 'Netherlands' ,
204204 'PL' : 'Poland' , 'P' : 'Portugal' , 'RO' : 'Romania' , 'SK' : 'Slovakia' , 'SLO' : 'Slovenia' ,
205- 'E' : 'Spain' , 'S' : 'Sweden' ,
205+ 'E' : 'Spain' , 'N' : 'Norway' , ' S' : 'Sweden' ,
206206 } ,
207207 } ,
208208 fr : {
@@ -253,7 +253,7 @@ const translations: Record<Language, Translations> = {
253253 'F' : 'France' , 'GB' : 'Royaume-Uni' , 'GR' : 'Grèce' , 'H' : 'Hongrie' , 'IRL' : 'Irlande' , 'I' : 'Italie' ,
254254 'LV' : 'Lettonie' , 'LT' : 'Lituanie' , 'L' : 'Luxembourg' , 'M' : 'Malte' , 'NL' : 'Pays-Bas' ,
255255 'PL' : 'Pologne' , 'P' : 'Portugal' , 'RO' : 'Roumanie' , 'SK' : 'Slovaquie' , 'SLO' : 'Slovénie' ,
256- 'E' : 'Espagne' , 'S' : 'Suède' ,
256+ 'E' : 'Espagne' , 'N' : 'Norvège' , ' S' : 'Suède' ,
257257 } ,
258258 } ,
259259 es : {
@@ -304,7 +304,7 @@ const translations: Record<Language, Translations> = {
304304 'F' : 'Francia' , 'GB' : 'Reino Unido' , 'GR' : 'Grecia' , 'H' : 'Hungría' , 'IRL' : 'Irlanda' , 'I' : 'Italia' ,
305305 'LV' : 'Letonia' , 'LT' : 'Lituania' , 'L' : 'Luxemburgo' , 'M' : 'Malta' , 'NL' : 'Países Bajos' ,
306306 'PL' : 'Polonia' , 'P' : 'Portugal' , 'RO' : 'Rumanía' , 'SK' : 'Eslovaquia' , 'SLO' : 'Eslovenia' ,
307- 'E' : 'España' , 'S' : 'Suecia' ,
307+ 'E' : 'España' , 'N' : 'Noruega' , ' S' : 'Suecia' ,
308308 } ,
309309 } ,
310310 it : {
@@ -355,7 +355,7 @@ const translations: Record<Language, Translations> = {
355355 'F' : 'Francia' , 'GB' : 'Regno Unito' , 'GR' : 'Grecia' , 'H' : 'Ungheria' , 'IRL' : 'Irlanda' , 'I' : 'Italia' ,
356356 'LV' : 'Lettonia' , 'LT' : 'Lituania' , 'L' : 'Lussemburgo' , 'M' : 'Malta' , 'NL' : 'Paesi Bassi' ,
357357 'PL' : 'Polonia' , 'P' : 'Portogallo' , 'RO' : 'Romania' , 'SK' : 'Slovacchia' , 'SLO' : 'Slovenia' ,
358- 'E' : 'Spagna' , 'S' : 'Svezia' ,
358+ 'E' : 'Spagna' , 'N' : 'Norvegia' , ' S' : 'Svezia' ,
359359 } ,
360360 } ,
361361 nl : {
@@ -406,7 +406,7 @@ const translations: Record<Language, Translations> = {
406406 'F' : 'Frankrijk' , 'GB' : 'Verenigd Koninkrijk' , 'GR' : 'Griekenland' , 'H' : 'Hongarije' , 'IRL' : 'Ierland' , 'I' : 'Italië' ,
407407 'LV' : 'Letland' , 'LT' : 'Litouwen' , 'L' : 'Luxemburg' , 'M' : 'Malta' , 'NL' : 'Nederland' ,
408408 'PL' : 'Polen' , 'P' : 'Portugal' , 'RO' : 'Roemenië' , 'SK' : 'Slowakije' , 'SLO' : 'Slovenië' ,
409- 'E' : 'Spanje' , 'S' : 'Zweden' ,
409+ 'E' : 'Spanje' , 'N' : 'Noorwegen' , ' S' : 'Zweden' ,
410410 } ,
411411 } ,
412412 pl : {
@@ -457,7 +457,7 @@ const translations: Record<Language, Translations> = {
457457 'F' : 'Francja' , 'GB' : 'Wielka Brytania' , 'GR' : 'Grecja' , 'H' : 'Węgry' , 'IRL' : 'Irlandia' , 'I' : 'Włochy' ,
458458 'LV' : 'Łotwa' , 'LT' : 'Litwa' , 'L' : 'Luksemburg' , 'M' : 'Malta' , 'NL' : 'Holandia' ,
459459 'PL' : 'Polska' , 'P' : 'Portugalia' , 'RO' : 'Rumunia' , 'SK' : 'Słowacja' , 'SLO' : 'Słowenia' ,
460- 'E' : 'Hiszpania' , 'S' : 'Szwecja' ,
460+ 'E' : 'Hiszpania' , 'N' : 'Norwegia' , ' S' : 'Szwecja' ,
461461 } ,
462462 } ,
463463 pt : {
@@ -508,7 +508,7 @@ const translations: Record<Language, Translations> = {
508508 'F' : 'França' , 'GB' : 'Reino Unido' , 'GR' : 'Grécia' , 'H' : 'Hungria' , 'IRL' : 'Irlanda' , 'I' : 'Itália' ,
509509 'LV' : 'Letónia' , 'LT' : 'Lituânia' , 'L' : 'Luxemburgo' , 'M' : 'Malta' , 'NL' : 'Países Baixos' ,
510510 'PL' : 'Polónia' , 'P' : 'Portugal' , 'RO' : 'Roménia' , 'SK' : 'Eslováquia' , 'SLO' : 'Eslovénia' ,
511- 'E' : 'Espanha' , 'S' : 'Suécia' ,
511+ 'E' : 'Espanha' , 'N' : 'Noruega' , ' S' : 'Suécia' ,
512512 } ,
513513 } ,
514514 sv : {
@@ -559,7 +559,7 @@ const translations: Record<Language, Translations> = {
559559 'F' : 'Frankrike' , 'GB' : 'Storbritannien' , 'GR' : 'Grekland' , 'H' : 'Ungern' , 'IRL' : 'Irland' , 'I' : 'Italien' ,
560560 'LV' : 'Lettland' , 'LT' : 'Litauen' , 'L' : 'Luxemburg' , 'M' : 'Malta' , 'NL' : 'Nederländerna' ,
561561 'PL' : 'Polen' , 'P' : 'Portugal' , 'RO' : 'Rumänien' , 'SK' : 'Slovakien' , 'SLO' : 'Slovenien' ,
562- 'E' : 'Spanien' , 'S' : 'Sverige' ,
562+ 'E' : 'Spanien' , 'N' : 'Norge' , ' S' : 'Sverige' ,
563563 } ,
564564 } ,
565565 cs : {
@@ -610,7 +610,7 @@ const translations: Record<Language, Translations> = {
610610 'F' : 'Francie' , 'GB' : 'Spojené království' , 'GR' : 'Řecko' , 'H' : 'Maďarsko' , 'IRL' : 'Irsko' , 'I' : 'Itálie' ,
611611 'LV' : 'Lotyšsko' , 'LT' : 'Litva' , 'L' : 'Lucembursko' , 'M' : 'Malta' , 'NL' : 'Nizozemsko' ,
612612 'PL' : 'Polsko' , 'P' : 'Portugalsko' , 'RO' : 'Rumunsko' , 'SK' : 'Slovensko' , 'SLO' : 'Slovinsko' ,
613- 'E' : 'Španělsko' , 'S' : 'Švédsko' ,
613+ 'E' : 'Španělsko' , 'N' : 'Norsko' , ' S' : 'Švédsko' ,
614614 } ,
615615 } ,
616616} ;
0 commit comments