Skip to content

Commit

Permalink
Merge pull request #72 from lopezishere/master
Browse files Browse the repository at this point in the history
Spanish translation
  • Loading branch information
madisvain authored Sep 24, 2020
2 parents e59192c + bc52a3a commit 7d8c080
Show file tree
Hide file tree
Showing 2 changed files with 595 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Navigation from '../components/layout/navigation';
import OrganizationProvider from '../providers/organization';

export const i18n = setupI18n();
const languages = ['en', 'et', 'de', 'fi'];
const languages = ['en', 'et', 'de', 'fi', 'es'];

// Base layout
class BaseLayout extends Component {
Expand Down
Loading

0 comments on commit 7d8c080

Please sign in to comment.