Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable spanish lang and update readme #104

Open
wants to merge 3 commits into
base: translations
Choose a base branch
from
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