aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ur/location/direction.ts
blob: a17ba90deaf4e7a6bea7110ec1a30310b451289d (plain)
1
2
3
4
5
6
export default {
  cardinal: ['شمال', 'مشرق', 'جنوب', 'مغرب'],
  cardinal_abbr: ['شمال', 'مشرق', 'جنوب', 'مغرب'],
  ordinal: ['شمال مشرق', 'سمال مغرب', 'جنوب مشرق', 'جنوب مغرب'],
  ordinal_abbr: ['شمال مشرق', 'سمال مغرب', 'جنوب مشرق', 'جنوب مغرب'],
};