Skip to content

Commit

Permalink
add missing tokyo areaNotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Mar 8, 2021
1 parent a22d18d commit 3e26edc
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [v0.5.1](https://github.com/nmussy/train-sign/releases/tag/v0.5.1)

## Bug fixes

- Add missing Tokyo metro area notations

# [v0.5.0](https://github.com/nmussy/train-sign/releases/tag/v0.5.0)

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "train-sign",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"author": "Jimmy Gaussen",
"homepage": "https://nmussy.github.io/train-sign",
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer: FunctionalComponent = () => {
target="_blank"
href="//github.com/nmussy/train-sign/releases"
>
v0.5.0
v0.5.1
</a>{' '}
|{' '}
<a
Expand Down
11 changes: 11 additions & 0 deletions src/data/line/keihin-tohoku.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export const KeihinTohokuLine: Line = {
hangul: '신바시',
jiantizi: '新桥',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/gotadelvient.mp3',
},
{
Expand All @@ -172,6 +173,7 @@ export const KeihinTohokuLine: Line = {
hangul: '유라쿠쵸',
jiantizi: '有乐町',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/sh21.mp3',
},
{
Expand All @@ -184,6 +186,7 @@ export const KeihinTohokuLine: Line = {
hangul: '도쿄',
jiantizi: '东京',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/sh3.mp3',
},
{
Expand All @@ -196,6 +199,7 @@ export const KeihinTohokuLine: Line = {
hangul: '칸다',
jiantizi: '神田',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/seseragi.mp3',
},
{
Expand All @@ -208,6 +212,7 @@ export const KeihinTohokuLine: Line = {
hangul: '아키하바라',
jiantizi: '秋叶原',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/ogawav1.mp3',
},
{
Expand All @@ -219,6 +224,7 @@ export const KeihinTohokuLine: Line = {
hangul: '오카치마치',
jiantizi: '御徒町',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/harutrem.mp3',
},
{
Expand All @@ -231,6 +237,7 @@ export const KeihinTohokuLine: Line = {
hangul: '우에노',
jiantizi: '上野',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/bellb.mp3',
},
{
Expand All @@ -242,6 +249,7 @@ export const KeihinTohokuLine: Line = {
hangul: '우구이스다니',
jiantizi: '鶯谷',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/harutrem.mp3',
},
{
Expand All @@ -254,6 +262,7 @@ export const KeihinTohokuLine: Line = {
hangul: '닛포리',
jiantizi: '日暮里',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/harutrem.mp3',
},
{
Expand All @@ -265,6 +274,7 @@ export const KeihinTohokuLine: Line = {
hangul: '니시닛뽀리',
jiantizi: '西日暮里',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/harutrem.mp3',
},
{
Expand All @@ -276,6 +286,7 @@ export const KeihinTohokuLine: Line = {
hangul: '타바타',
jiantizi: '田端',
},
areaNotations: [{letter: '山'}, {letter: '区', fill: true}],
melodyUrl: '//morgansleeper.github.io/Yamanotes/audio/harutrem.mp3',
},
{
Expand Down

0 comments on commit 3e26edc

Please sign in to comment.