Skip to content

Commit

Permalink
feat(locale): add direction to ja (#2191)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 17, 2023
1 parent 36d1d3a commit 2fa60de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/ja/location/direction.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default ['北', '東', '南', '西', '北東', '北西', '南東', '南西'];
2 changes: 2 additions & 0 deletions src/locales/ja/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import city_pattern from './city_pattern';
import city_prefix from './city_prefix';
import city_suffix from './city_suffix';
import country from './country';
import direction from './direction';
import postcode from './postcode';
import state from './state';
import state_abbr from './state_abbr';
Expand All @@ -17,6 +18,7 @@ const location: LocationDefinition = {
city_prefix,
city_suffix,
country,
direction,
postcode,
state,
state_abbr,
Expand Down

0 comments on commit 2fa60de

Please sign in to comment.