Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
17b4acf4
Commit
17b4acf4
authored
Mar 13, 2014
by
Mike Bostock
Browse files
Merge pull request #1775 from Alex--wu/master
Add zh-CN for localization
parents
a120375e
eb404805
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/locale/zh-CN.js
0 → 100644
View file @
17b4acf4
import
"
locale
"
;
var
d3_locale_zhCN
=
d3
.
locale
({
decimal
:
"
.
"
,
thousands
:
"
,
"
,
grouping
:
[
3
],
currency
:
[
"
¥
"
,
""
],
dateTime
:
"
%a %b %e %X %Y
"
,
date
:
"
%Y/%-m/%-d
"
,
time
:
"
%H:%M:%S
"
,
periods
:
[
"
上午
"
,
"
下午
"
],
days
:
[
"
星期日
"
,
"
星期一
"
,
"
星期二
"
,
"
星期三
"
,
"
星期四
"
,
"
星期五
"
,
"
星期六
"
],
shortDays
:
[
"
星期日
"
,
"
星期一
"
,
"
星期二
"
,
"
星期三
"
,
"
星期四
"
,
"
星期五
"
,
"
星期六
"
],
months
:
[
"
一月
"
,
"
二月
"
,
"
三月
"
,
"
四月
"
,
"
五月
"
,
"
六月
"
,
"
七月
"
,
"
八月
"
,
"
九月
"
,
"
十月
"
,
"
十一月
"
,
"
十二月
"
],
shortMonths
:
[
"
一月
"
,
"
二月
"
,
"
三月
"
,
"
四月
"
,
"
五月
"
,
"
六月
"
,
"
七月
"
,
"
八月
"
,
"
九月
"
,
"
十月
"
,
"
十一月
"
,
"
十二月
"
]
});
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment