diff options
Diffstat (limited to 'src/locales/zh_CN/location/direction.ts')
| -rw-r--r-- | src/locales/zh_CN/location/direction.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/locales/zh_CN/location/direction.ts b/src/locales/zh_CN/location/direction.ts new file mode 100644 index 00000000..ee7fb7a0 --- /dev/null +++ b/src/locales/zh_CN/location/direction.ts @@ -0,0 +1,6 @@ +export default { + cardinal: ['北', '东', '南', '西'], + cardinal_abbr: ['北', '东', '南', '西'], + ordinal: ['东北', '西北', '东南', '西南'], + ordinal_abbr: ['东北', '西北', '东南', '西南'], +}; |
