From 9adabfa80307ad3b1390a896f94da861f34d5721 Mon Sep 17 00:00:00 2001 From: 816R <140082406+816R@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:11:23 +0000 Subject: [PATCH] #1280 Resources: New palettes of Auckland --- public/resources/city-config.json | 9 ++++++ public/resources/country-config.json | 9 ++++++ public/resources/palettes/auckland.json | 42 +++++++++++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 public/resources/palettes/auckland.json diff --git a/public/resources/city-config.json b/public/resources/city-config.json index 7b961d62..2c2f910d 100644 --- a/public/resources/city-config.json +++ b/public/resources/city-config.json @@ -48,6 +48,15 @@ "zh-Hant": "雅典" } }, + { + "id": "auckland", + "country": "NZ", + "name": { + "en": "Auckland", + "zh-Hans": "奥克兰", + "zh-Hant": "奧克蘭" + } + }, { "id": "baku", "country": "AZ", diff --git a/public/resources/country-config.json b/public/resources/country-config.json index 143fd856..1bd60c80 100644 --- a/public/resources/country-config.json +++ b/public/resources/country-config.json @@ -372,6 +372,15 @@ }, "language": "no" }, + { + "id": "NZ", + "name": { + "en": "New Zealand", + "zh-Hans": "新西兰", + "zh-Hant": "紐西蘭" + }, + "language": "en" + }, { "id": "PA", "name": { diff --git a/public/resources/palettes/auckland.json b/public/resources/palettes/auckland.json new file mode 100644 index 00000000..acdc4992 --- /dev/null +++ b/public/resources/palettes/auckland.json @@ -0,0 +1,42 @@ +[ + { + "id": "el", + "colour": "#fdba17", + "fg": "#000", + "name": { + "en": "Eastern Line", + "zh-Hans": "东线", + "zh-Hant": "東綫" + } + }, + { + "id": "sl", + "colour": "#ee302a", + "fg": "#fff", + "name": { + "en": "Southern Line", + "zh-Hans": "南线", + "zh-Hant": "南綫" + } + }, + { + "id": "wl", + "colour": "#9bc93e", + "fg": "#fff", + "name": { + "en": "Western Line", + "zh-Hans": "西线", + "zh-Hant": "西綫" + } + }, + { + "id": "ol", + "colour": "#00aeef", + "fg": "#fff", + "name": { + "en": "Onehunga Line", + "zh-Hans": "奥尼洪加线", + "zh-Hant": "奧尼洪加綫" + } + } +]