Skip to content

Commit

Permalink
Don't prefer English on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Mar 3, 2016
1 parent 5926ae3 commit 918c543
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ module.exports = function ($locationProvider, $mdThemingProvider, $translateProv
.useStaticFilesLoader({
prefix: './languages/locale-',
suffix: '.json'
})
.preferredLanguage('en');

});
// Toastr
angular.extend(toastrConfig, {
preventDuplicates: true
Expand Down

0 comments on commit 918c543

Please sign in to comment.