Browse Source

Language support fix

pull/23/merge
Zach Wise 13 years ago
parent
commit
eb2b51f62d
  1. 19
      locale/de.js
  2. 19
      locale/en.js
  3. 19
      locale/es.js
  4. 19
      locale/fr.js
  5. 19
      locale/it.js
  6. 19
      locale/kr.js
  7. 19
      locale/zh-ch.js
  8. 19
      locale/zh-tw.js
  9. 4
      source/js/locale/de.js
  10. 4
      source/js/locale/en.js
  11. 4
      source/js/locale/es.js
  12. 4
      source/js/locale/fr.js
  13. 4
      source/js/locale/it.js
  14. 4
      source/js/locale/kr.js
  15. 4
      source/js/locale/zh-ch.js
  16. 4
      source/js/locale/zh-tw.js

19
locale/de.js

File diff suppressed because one or more lines are too long

19
locale/en.js

File diff suppressed because one or more lines are too long

19
locale/es.js

File diff suppressed because one or more lines are too long

19
locale/fr.js

File diff suppressed because one or more lines are too long

19
locale/it.js

File diff suppressed because one or more lines are too long

19
locale/kr.js

File diff suppressed because one or more lines are too long

19
locale/zh-ch.js

File diff suppressed because one or more lines are too long

19
locale/zh-tw.js

File diff suppressed because one or more lines are too long

4
source/js/locale/de.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], month: ["Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],

4
source/js/locale/en.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], month: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],

4
source/js/locale/es.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"], month: ["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],

4
source/js/locale/fr.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"], month: ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"],

4
source/js/locale/it.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settebre","Ottobre","Novembre","Dicembre"], month: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settebre","Ottobre","Novembre","Dicembre"],

4
source/js/locale/kr.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"], month: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],

4
source/js/locale/zh-ch.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],

4
source/js/locale/zh-tw.js

@ -1,7 +1,7 @@
// @codekit-append "VMM.Timeline.js"; // @codekit-prepend "VMM.Timeline.js";
/* LANGUAGE /* LANGUAGE
================================================== */ ================================================== */
if(typeof VMM != 'undefined' && typeof VMM.Language == 'undefined') { if(typeof VMM != 'undefined') {
VMM.Language = { VMM.Language = {
date: { date: {
month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],

Loading…
Cancel
Save