Skip to content

Commit

Permalink
Add spanish to languages object.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomcnally committed Jan 16, 2018
1 parent d973cff commit a7915ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
add_query_depth_limit: 3,
max_windows: 10,
default_language: 'en',
languages: { en: 'English', fr: 'French' },
languages: { en: 'English', fr: 'French', es: 'Español' },
query_history_depth: isElectron ? 25 : 7,
themes: ['light', 'dark']
};

0 comments on commit a7915ba

Please sign in to comment.