aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/location/direction.ts
blob: 79f0a823a02906e9d7596df78f8c2be561f3734f (plain)
1
2
3
4
5
6
export default {
  cardinal: ['North', 'East', 'South', 'West'],
  cardinal_abbr: ['N', 'E', 'S', 'W'],
  ordinal: ['Northeast', 'Northwest', 'Southeast', 'Southwest'],
  ordinal_abbr: ['NE', 'NW', 'SE', 'SW'],
};