diff --git a/public/resources/city-config.json b/public/resources/city-config.json index 137f1333..f6a9e857 100644 --- a/public/resources/city-config.json +++ b/public/resources/city-config.json @@ -628,6 +628,13 @@ "en": "Hefei" } }, + { + "id": "helsinki", + "country": "FI", + "name": { + "en": "Helsinki" + } + }, { "id": "hiroshima", "country": "JP", diff --git a/public/resources/country-config.json b/public/resources/country-config.json index 1bd60c80..3eb243a3 100644 --- a/public/resources/country-config.json +++ b/public/resources/country-config.json @@ -158,6 +158,13 @@ }, "language": "es" }, + { + "id": "FI", + "name": { + "en": "Finland" + }, + "language": "sv" + }, { "id": "FR", "name": { diff --git a/public/resources/palettes/helsinki.json b/public/resources/palettes/helsinki.json new file mode 100644 index 00000000..ee51d71a --- /dev/null +++ b/public/resources/palettes/helsinki.json @@ -0,0 +1,18 @@ +[ + { + "id": "m1", + "colour": "#ff6319", + "fg": "#fff", + "name": { + "en": "M1" + } + }, + { + "id": "m2", + "colour": "#ff6319", + "fg": "#fff", + "name": { + "en": "M2" + } + } +]