diff --git a/source/js/Core/Language/locale/ro.js b/source/js/Core/Language/locale/ro.js
new file mode 100644
index 0000000..6fb9806
--- /dev/null
+++ b/source/js/Core/Language/locale/ro.js
@@ -0,0 +1,37 @@
+/* Romanian LANGUAGE
+================================================== */
+if(typeof VMM != 'undefined') {
+ VMM.Language = {
+ lang: "ro",
+ api: {
+ wikipedia: "ro"
+ },
+ date: {
+ month: ["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"],
+ month_abbr: ["Ian.", "Feb.", "Mar.", "Apr.", "Mai", "Iun.", "Iul.", "Aug.", "Sep.", "Oct.", "Noi.", "Dec."],
+ day: ["Duminică","Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbătă"],
+ day_abbr: ["Dum.","Luni", "Mar.", "Mie.", "Joi", "Vin.", "Sâm."]
+ },
+ dateformats: {
+ year: "yyyy",
+ month_short: "mmm",
+ month: "mmmm yyyy",
+ full_short: "d mmm",
+ full: "d mmmm',' yyyy",
+ time_short: "h:MM:ss TT",
+ time_no_seconds_short: "h:MM TT",
+ time_no_seconds_small_date: "h:MM TT'
'd mmmm',' yyyy''",
+ full_long: "d mmm',' yyyy 'at' h:MM TT",
+ full_long_small_date: "h:MM TT'
d mmm',' yyyy''"
+ },
+ messages: {
+ loading_timeline: "Se încarcă cronologia... ",
+ return_to_title: "Înapoi la titlu",
+ expand_timeline: "Extinde cronologia",
+ contract_timeline: "Restrânge cronologia",
+ wikipedia: "De pe Wikipedia, enciclopedia gratuită",
+ loading_content: "Se încarcă conținutul",
+ loading: "Se încarcă"
+ }
+ }
+}
\ No newline at end of file
diff --git a/website/templates/_make.html b/website/templates/_make.html
index a0b44b1..46bb7d6 100644
--- a/website/templates/_make.html
+++ b/website/templates/_make.html
@@ -108,6 +108,7 @@
+