Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,4 @@ You can view build status at https://travis-ci.org/onearmy/academy
You can see live deployment at : https://onearmy.github.io/academy/

# Translations
We are currently testing a translation system using crowdin.
To contribute to translations first check the status of https://github.com/ONEARMY/academy/issues/77,
and join the project at https://crowdin.com/project/precious-plastic-academy/invite

We are currently testing a translation system using crowdin. To contribute to translations please read https://github.com/ONEARMY/academy/blob/master/contributors/Translators.md
4 changes: 2 additions & 2 deletions website/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const languages = [
tag: "el",
},
{
enabled: false,
enabled: true,
name: "Español",
tag: "es-ES",
tag: "es",
},
{
enabled: false,
Expand Down