Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatteis committed Jan 18, 2015
1 parent 77c72a1 commit cd41a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skins/term.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
runInOrder(first, last, attributes, function(i) {
var currUser = {};
currUser.language = "{{language}}";
if(currUser.language == 'undefined')
currUser.language = 'english';

var t = translate(currUser, attributes[i]);
var lang = currUser.language || DEFAULT_LANGUAGE;
if(t.lang !== lang) return;
Expand Down

0 comments on commit cd41a1d

Please sign in to comment.