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