Skip to content

Commit

Permalink
Merge pull request #231 from mberasategi/es_ES
Browse files Browse the repository at this point in the history
Translation to Spanish from Spain (es_ES)
  • Loading branch information
jlord committed Sep 25, 2018
2 parents 7eaaa5c + e1c59e3 commit 0638829
Show file tree
Hide file tree
Showing 27 changed files with 5,833 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
![screen shot 2016-04-17 at 10 37 55 pm](https://cloud.githubusercontent.com/assets/1305617/14594613/23873f64-04ed-11e6-9d3b-72f424dd0842.png)
Git-it is a desktop (Mac, Windows and Linux) app that teaches you how to use Git and GitHub on the [command line](https://en.wikipedia.org/wiki/Command-line_interface).

**🚩The app includes translations in these languages: Spanish (CO), French, Portugese (BR), Ukrainian, Traditional Chinese, Japanese, and Korean. 🚩**
**🚩The app includes translations in these languages: Spanish (ES), Spanish (CO), French, Portugese (BR), Ukrainian, Traditional Chinese, Japanese, and Korean. 🚩**

Previously it ran _in_ terminal (the command line application) with a guide online but now the guide _is_ the app and it runs on your desktop on its own :sparkles: **This will be the only maintained version going forward** :arrow_right:

Expand Down
8 changes: 8 additions & 0 deletions lib/locale-es-ES.json
@@ -0,0 +1,8 @@
{
"n": {
},
"v": {
},
"adj": {
}
}
3 changes: 2 additions & 1 deletion lib/locale.js
Expand Up @@ -14,6 +14,7 @@ var available = {
'pt-BR': 'Português Brasileiro',
'uk-UA': 'Українська',
'es-CO': 'Español (Colombia)',
'es-ES': 'Español (España)',
'fr-FR': 'Français'
}

Expand All @@ -29,7 +30,7 @@ var aliases = {
'kr': 'ko-KR',
'br': 'pt-BR',
'uk': 'uk-UA',
'es': 'es-CO',
'es': 'es-ES',
'fr': 'fr-FR'
}

Expand Down

0 comments on commit 0638829

Please sign in to comment.