Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and brendankenny committed Jul 30, 2018
1 parent a02ba07 commit 196155d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lighthouse-core/report/html/renderer/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ class Util {
*/
static setLocale(locale) {
Util.locale = locale || self.navigator.language || 'en-US';
// Use a non-US locale for psuedo-locale for testing
if (Util.locale === 'en-XA') Util.locale = 'de-DE';
}
}
Expand Down

0 comments on commit 196155d

Please sign in to comment.