diff --git a/compiled/js/locale/cz.js b/compiled/js/locale/cz.js
new file mode 100644
index 0000000..9923f13
--- /dev/null
+++ b/compiled/js/locale/cz.js
@@ -0,0 +1,2 @@
+/* LANGUAGE
+================================================== */typeof VMM!="undefined"&&(VMM.Language={lang:"cz",api:{wikipedia:"cs"},date:{month:["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"],month_abbr:["Led","Úno","Bře","Dub","Kvě","Čen","Čec","Srp","Zář","Říj","Lis","Pro"],day:["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],day_abbr:["Ne","Po","Út","St","Čt","Pá","So"]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"d. mmm ",full:"d. mmmm',' yyyy",time_no_seconds_short:"h:MM TT",time_no_seconds_small_date:"h:MM TT'
'd. mmmm',' yyyy''",full_long:"d. mmm',' yyyy 'at' hh:MM TT",full_long_small_date:"hh:MM TT'
d. mmm',' yyyy''"},messages:{loading_timeline:"Načítám časovou osu... ",return_to_title:"Zpět na začátek",expand_timeline:"Rozbalit časovou osu",contract_timeline:"Sbalit časovou osu",wikipedia:"Zdroj: otevřená encyklopedie Wikipedia",loading_content:"Nahrávám obsah",loading:"Nahrávám"}});
\ No newline at end of file
diff --git a/compiled/js/locale/id.js b/compiled/js/locale/id.js
new file mode 100644
index 0000000..fc1a6ff
--- /dev/null
+++ b/compiled/js/locale/id.js
@@ -0,0 +1,2 @@
+/* LANGUAGE
+================================================== */typeof VMM!="undefined"&&(VMM.Language={lang:"id",api:{wikipedia:"id"},date:{month:["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"],month_abbr:["Jan.","Feb.","Maret","April","Mei","Juni","July","Agus.","Sept.","Okt.","Nov.","Des."],day:["Ahad","Senin","Selasa","Rabu","Kamis","Jum'at","Sabtu"],day_abbr:["Ahad","Sen.","Sel.","Rabu","Kamis","Jum.","Sab."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"d mmm",full:"d mmmm yyyy",time_no_seconds_short:"HH:MM",time_no_seconds_small_date:"HH:MM'
'd mmmm yyyy''",full_long:"dddd',' d mmm yyyy 'pukul' HH:MM",full_long_small_date:"HH:MM'
'dddd',' d mmm yyyy''"},messages:{loading_timeline:"Memuat Timeline... ",return_to_title:"Kembali ke Judul",expand_timeline:"Kembangkan Timeline",contract_timeline:"Ciutkan Timeline",wikipedia:"dari Wikipedia, ensiklopedia bebas",loading_content:"Memuat Isi",loading:"Memuat"}});
\ No newline at end of file
diff --git a/source/js/locale/cz.js b/source/js/locale/cz.js
new file mode 100644
index 0000000..4aad68a
--- /dev/null
+++ b/source/js/locale/cz.js
@@ -0,0 +1,36 @@
+/* LANGUAGE
+================================================== */
+if(typeof VMM != 'undefined') {
+ VMM.Language = {
+ lang: "cz",
+ api: {
+ wikipedia: "cs"
+ },
+ date: {
+ month: ["ledna", "února", "března", "dubna", "května", "června", "července", "srpna", "září", "října", "listopadu", "prosince"],
+ month_abbr: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čen", "Čec", "Srp", "Zář", "Říj", "Lis", "Pro"],
+ day: ["neděle","pondělí", "úterý", "středa", "čtvrtek", "pátek", "sobota"],
+ day_abbr: ["Ne","Po", "Út", "St", "Čt", "Pá", "So"],
+ },
+ dateformats: {
+ year: "yyyy",
+ month_short: "mmm",
+ month: "mmmm yyyy",
+ full_short: "d. mmm ",
+ full: "d. mmmm',' yyyy",
+ time_no_seconds_short: "h:MM TT",
+ time_no_seconds_small_date: "h:MM TT'
'd. mmmm',' yyyy''",
+ full_long: "d. mmm',' yyyy 'at' hh:MM TT",
+ full_long_small_date: "hh:MM TT'
d. mmm',' yyyy''",
+ },
+ messages: {
+ loading_timeline: "Načítám časovou osu... ",
+ return_to_title: "Zpět na začátek",
+ expand_timeline: "Rozbalit časovou osu",
+ contract_timeline: "Sbalit časovou osu",
+ wikipedia: "Zdroj: otevřená encyklopedie Wikipedia",
+ loading_content: "Nahrávám obsah",
+ loading: "Nahrávám"
+ }
+ }
+}
\ No newline at end of file
diff --git a/source/js/locale/id.js b/source/js/locale/id.js
new file mode 100644
index 0000000..b682e0a
--- /dev/null
+++ b/source/js/locale/id.js
@@ -0,0 +1,36 @@
+/* LANGUAGE
+================================================== */
+if(typeof VMM != 'undefined') {
+ VMM.Language = {
+ lang: "id",
+ api: {
+ wikipedia: "id"
+ },
+ date: {
+ month: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
+ month_abbr: ["Jan.", "Feb.", "Maret", "April", "Mei", "Juni", "July", "Agus.", "Sept.", "Okt.", "Nov.", "Des."],
+ day: ["Ahad","Senin", "Selasa", "Rabu", "Kamis", "Jum'at", "Sabtu"],
+ day_abbr: ["Ahad","Sen.", "Sel.", "Rabu", "Kamis", "Jum.", "Sab."],
+ },
+ dateformats: {
+ year: "yyyy",
+ month_short: "mmm",
+ month: "mmmm yyyy",
+ full_short: "d mmm",
+ full: "d mmmm yyyy",
+ time_no_seconds_short: "HH:MM",
+ time_no_seconds_small_date: "HH:MM'
'd mmmm yyyy''",
+ full_long: "dddd',' d mmm yyyy 'pukul' HH:MM",
+ full_long_small_date: "HH:MM'
'dddd',' d mmm yyyy''",
+ },
+ messages: {
+ loading_timeline: "Memuat Timeline... ",
+ return_to_title: "Kembali ke Judul",
+ expand_timeline: "Kembangkan Timeline",
+ contract_timeline: "Ciutkan Timeline",
+ wikipedia: "dari Wikipedia, ensiklopedia bebas",
+ loading_content: "Memuat Isi",
+ loading: "Memuat"
+ }
+ }
+}