diff --git a/docs/timeline/index.html b/docs/timeline/index.html
index f32ac2a2..cd02f3d2 100644
--- a/docs/timeline/index.html
+++ b/docs/timeline/index.html
@@ -1715,6 +1715,14 @@ var options = {
en_US
+
+ Italian |
+
+ it
+ it_IT
+ it_CH
+ |
+
Dutch |
diff --git a/examples/timeline/other/localization.html b/examples/timeline/other/localization.html
index 4a05abad..ee1beeea 100644
--- a/examples/timeline/other/localization.html
+++ b/examples/timeline/other/localization.html
@@ -24,6 +24,7 @@
diff --git a/lib/timeline/locales.js b/lib/timeline/locales.js
index fade73eb..50cbe03b 100644
--- a/lib/timeline/locales.js
+++ b/lib/timeline/locales.js
@@ -6,6 +6,12 @@ exports['en'] = {
exports['en_EN'] = exports['en'];
exports['en_US'] = exports['en'];
+// Italiano
+exports['it'] = {
+ current: 'attuale',
+ time: 'tempo'
+};
+
// Dutch
exports['nl'] = {
current: 'huidige',
|