aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCoolPlayLin <[email protected]>2023-09-10 20:09:47 +0800
committerGitHub <[email protected]>2023-09-10 12:09:47 +0000
commit501602b6b3ddcb100eea7e2441e7f20093b9e183 (patch)
tree2328cb0bf7d00eae2135de5f2ac29e83ad9e208f /src
parented71d64595222d53ffccd852fb729a7ddeb15328 (diff)
downloadfaker-501602b6b3ddcb100eea7e2441e7f20093b9e183.tar.xz
faker-501602b6b3ddcb100eea7e2441e7f20093b9e183.zip
feat(locale): fix wide month and add music for zh_CN (#2380)
Diffstat (limited to 'src')
-rw-r--r--src/locales/zh_CN/date/month.ts24
-rw-r--r--src/locales/zh_CN/music/song_name.ts6
2 files changed, 18 insertions, 12 deletions
diff --git a/src/locales/zh_CN/date/month.ts b/src/locales/zh_CN/date/month.ts
index 6776eb77..65424374 100644
--- a/src/locales/zh_CN/date/month.ts
+++ b/src/locales/zh_CN/date/month.ts
@@ -1,17 +1,17 @@
export default {
wide: [
- '1月',
- '2月',
- '3月',
- '4月',
- '5月',
- '6月',
- '7月',
- '8月',
- '9月',
- '10月',
- '11月',
- '12月',
+ '一月',
+ '二月',
+ '三月',
+ '四月',
+ '五月',
+ '六月',
+ '七月',
+ '八月',
+ '九月',
+ '十月',
+ '十一月',
+ '十二月',
],
abbr: [
diff --git a/src/locales/zh_CN/music/song_name.ts b/src/locales/zh_CN/music/song_name.ts
index c5331c78..9a8e2283 100644
--- a/src/locales/zh_CN/music/song_name.ts
+++ b/src/locales/zh_CN/music/song_name.ts
@@ -109,4 +109,10 @@ export default [
'少年',
'堕',
'在你身边',
+ '悬溺',
+ '奢香夫人',
+ '最好的安排',
+ '夏至未至',
+ '小城夏天',
+ '暖暖',
];