Skip to content

Commit

Permalink
Change default locale from zh to en
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Dec 27, 2017
1 parent 618ef37 commit 64b8ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void invoke(PipelineContext pipelineContext) throws Exception {
}
}
if (locale == null || "".equals(locale)) {
locale = "zh";
locale = "en";
}

Locale newLocale = Locale.SIMPLIFIED_CHINESE;
Expand Down

0 comments on commit 64b8ef6

Please sign in to comment.