Browse Source

Brought back moment translations which were accidentially removed.

pull/104/head
Simon Eisenmann 11 years ago
parent
commit
d1f52f9c78
  1. 3
      static/js/app.js

3
static/js/app.js

@ -247,6 +247,9 @@ define([ @@ -247,6 +247,9 @@ define([
});
}
// Set momemt language.
moment.lang(lang);
return deferred.promise();
};

Loading…
Cancel
Save