Add momentjs locales

// FREEBIE
This commit is contained in:
lilia 2016-08-05 13:07:30 -07:00
parent bf3f5040aa
commit 6a3a724dc4
5 changed files with 15856 additions and 2938 deletions

View File

@ -62,7 +62,7 @@
"libphonenumber_api-compiled.js"
],
"momentjs": [
"moment.js"
"min/moment-with-locales.js"
],
"indexeddb-backbonejs-adapter": [
"backbone-indexeddb.js"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,8 @@
'use strict';
window.Whisper = window.Whisper || {};
moment.locale(chrome.i18n.getUILanguage());
Whisper.TimestampView = Whisper.View.extend({
initialize: function(options) {
extension.windows.onClosed(this.clearTimeout.bind(this));