diff --git a/public/resources/city-config.json b/public/resources/city-config.json index f6a9e857..28b6b098 100644 --- a/public/resources/city-config.json +++ b/public/resources/city-config.json @@ -316,6 +316,14 @@ "zh-Hant": "滁州" } }, + { + "id": "cknt", + "country": "IE", + "name": { + "en": "Cork Kent", + "ga": "Corcaigh Ceannt" + } + }, { "id": "cochabamba", "country": "BO", diff --git a/public/resources/palettes/cknt.json b/public/resources/palettes/cknt.json new file mode 100644 index 00000000..90067005 --- /dev/null +++ b/public/resources/palettes/cknt.json @@ -0,0 +1,22 @@ +[ + { + "id": "int", + "colour": "#148f16", + "fg": "#fff", + "name": { + "en": "InterCity", + "zh-Hans": " ", + "zh-Hant": " " + } + }, + { + "id": "cmu", + "colour": "#c0c0c0", + "fg": "#fff", + "name": { + "en": "Commuter", + "zh-Hans": " ", + "zh-Hant": " " + } + } +]