Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
8e1ec1e7
Commit
8e1ec1e7
authored
Mar 20, 2014
by
Jason Davies
Browse files
Fix typos in optional locale definitions.
parent
260d144b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/locale/en-GB.js
src/locale/en-GB.js
+1
-1
src/locale/zh-CN.js
src/locale/zh-CN.js
+1
-1
No files found.
src/locale/en-GB.js
View file @
8e1ec1e7
import
"
locale
"
;
var
d3
.
locale
.
en_GB
=
d3
.
locale
({
d3
.
locale
.
en_GB
=
d3
.
locale
({
decimal
:
"
.
"
,
thousands
:
"
,
"
,
grouping
:
[
3
],
...
...
src/locale/zh-CN.js
View file @
8e1ec1e7
import
"
locale
"
;
var
d3
.
locale
.
zh_CN
=
d3
.
locale
({
d3
.
locale
.
zh_CN
=
d3
.
locale
({
decimal
:
"
.
"
,
thousands
:
"
,
"
,
grouping
:
[
3
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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