Set locale to 'en' by default

This commit is contained in:
Piotr Sarnacki 2012-10-23 03:33:39 +02:00
parent a63ac52458
commit f64d488973

View File

@ -46,7 +46,7 @@ require 'ext/ember/namespace'
run: (attrs) ->
location.href = location.href.replace('#!/', '') if location.hash.slice(0, 2) == '#!'
@setLocale localStorage.getItem('travis.locale')
@setLocale localStorage.getItem('travis.locale') || 'en'
Ember.run.next this, ->
app = Travis.App.create(attrs || {})