This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fixed issue with Dutch locale (see
#736
)
v3_develop
jos
9 years ago
parent
0975223041
commit
3e3a407416
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/timeline/locales.js
+ 1
- 1
lib/timeline/locales.js
View File
@ -8,7 +8,7 @@ exports['en_US'] = exports['en'];
// Dutch
// Dutch
exports
[
'nl'
]
=
{
exports
[
'nl'
]
=
{
cu
stom
:
'aangepaste'
,
cu
rrent
:
'aangepaste'
,
time
:
'tijd'
time
:
'tijd'
}
;
}
;
exports
[
'nl_NL'
]
=
exports
[
'nl'
]
;
exports
[
'nl_NL'
]
=
exports
[
'nl'
]
;
Write
Preview
Loading…
Cancel
Save