Skip to content

Commit

Permalink
Added spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandis authored and samuelmeuli committed Jan 29, 2019
1 parent d201ee6 commit 99d3410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/i18n/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const { app } = require('electron');
const DEFAULT_LANG = 'en';
const TRANSLATIONS = {
de: require('./translations/de'),
en: require('./translations/en')
en: require('./translations/en'),
es: require('./translations/es')
};

const systemLang = app.getLocale();
Expand Down

0 comments on commit 99d3410

Please sign in to comment.