Skip to content

Commit

Permalink
#1280 Resources: New palettes of Auckland
Browse files Browse the repository at this point in the history
  • Loading branch information
816R authored and thekingofcity committed Jul 22, 2024
1 parent f576e6b commit 9adabfa
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/resources/city-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"zh-Hant": "雅典"
}
},
{
"id": "auckland",
"country": "NZ",
"name": {
"en": "Auckland",
"zh-Hans": "奥克兰",
"zh-Hant": "奧克蘭"
}
},
{
"id": "baku",
"country": "AZ",
Expand Down
9 changes: 9 additions & 0 deletions public/resources/country-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,15 @@
},
"language": "no"
},
{
"id": "NZ",
"name": {
"en": "New Zealand",
"zh-Hans": "新西兰",
"zh-Hant": "紐西蘭"
},
"language": "en"
},
{
"id": "PA",
"name": {
Expand Down
42 changes: 42 additions & 0 deletions public/resources/palettes/auckland.json
Original file line number Diff line number Diff line change
@@ -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": "奧尼洪加綫"
}
}
]

0 comments on commit 9adabfa

Please sign in to comment.