Skip to content

Commit

Permalink
orz
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Jul 16, 2017
1 parent a2201b0 commit e0efe30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ let gettext: Gettext

// get os language in main or renderer
export const setup = () => {
// const locale = app ? app.getLocale() : navigator.language
const locale = 'nl-TW'
const locale = app ? app.getLocale() : navigator.language
gettext = createLocale(texts, {
zh: 'zh-CN',
nl: 'nl-NL',
Expand Down

0 comments on commit e0efe30

Please sign in to comment.