Skip to content

Commit 2fa60de

Browse files
feat(locale): add direction to ja (#2191)
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 36d1d3a commit 2fa60de

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default ['北', '東', '南', '西', '北東', '北西', '南東', '南西'];

src/locales/ja/location/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import city_pattern from './city_pattern';
77
import city_prefix from './city_prefix';
88
import city_suffix from './city_suffix';
99
import country from './country';
10+
import direction from './direction';
1011
import postcode from './postcode';
1112
import state from './state';
1213
import state_abbr from './state_abbr';
@@ -17,6 +18,7 @@ const location: LocationDefinition = {
1718
city_prefix,
1819
city_suffix,
1920
country,
21+
direction,
2022
postcode,
2123
state,
2224
state_abbr,

0 commit comments

Comments
 (0)