diff --git a/source/js/Core/Language/locale/eo.js b/source/js/Core/Language/locale/eo.js
new file mode 100644
index 0000000..d57db11
--- /dev/null
+++ b/source/js/Core/Language/locale/eo.js
@@ -0,0 +1,40 @@
+/* Esperanto LANGUAGE
+================================================== */
+if(typeof VMM != 'undefined') {
+ VMM.Language = {
+ lang: "eo",
+ api: {
+ wikipedia: "eo"
+ },
+ date: {
+ month: ["januaro", "februaro", "marto", "aprilo", "majo", "junio", "julio", "aŭgusto", "septembro", "oktobro", "novembro", "decembro"],
+
+ month_abbr: ["jan.", "feb.", "mar.", "apr.", "maj.", "jun.", "jul.", "aŭg.", "sep.", "okt.", "nov.", "dec."],
+
+ day: ["dimanĉo","lundo", "mardo", "merkredo", "ĵaŭdo", "vendredo", "sabato"],
+
+ day_abbr: ["dim.","lun.", "mar.", "mer.", "ĵaŭ.", "ven.", "sab."]
+ },
+ dateformats: {
+ year: "yyyy",
+ month_short: "mmm",
+ month: "mmmm yyyy",
+ full_short: "d mmm",
+ full: "d mmmm yyyy",
+ time_short: "HH:MM:SS",
+ time_no_seconds_short: "HH:MM",
+ time_no_seconds_small_date: "HH:MM'
'd mmmm yyyy''",
+ full_long: "dddd',' d mmm yyyy 'ĉe' HH:MM",
+ full_long_small_date: "HH:MM'
'dddd',' d mmm yyyy''"
+ },
+ messages: {
+ loading_timeline: "Ŝarĝante Kronologio... ",
+ return_to_title: "Reveno al Titolo",
+ expand_timeline: "Pliampleksigu Kronologio",
+ contract_timeline: "Malpliampleksigu Kronologio",
+ wikipedia: "El Vikipedio, la libera enciklopedio",
+ loading_content: "Ŝarĝante enhavo",
+ loading: "Ŝarĝante"
+ }
+ }
+}
\ No newline at end of file
diff --git a/website/templates/_make.html b/website/templates/_make.html
index 34692b6..d32da6d 100644
--- a/website/templates/_make.html
+++ b/website/templates/_make.html
@@ -82,6 +82,7 @@
+