aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ja/location/direction.ts
blob: 2ada99fe627d61f39e404f0dc428e063938617d0 (plain)
1
2
3
4
5
6
export default {
  cardinal: ['北', '東', '南', '西'],
  cardinal_abbr: ['北', '東', '南', '西'],
  ordinal: ['北東', '北西', '南東', '南西'],
  ordinal_abbr: ['北東', '北西', '南東', '南西'],
};