Skip to content

Commit 0638829

Browse files
authored
Merge pull request #231 from mberasategi/es_ES
Translation to Spanish from Spain (es_ES)
2 parents 7eaaa5c + e1c59e3 commit 0638829

27 files changed

+5833
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![screen shot 2016-04-17 at 10 37 55 pm](https://cloud.githubusercontent.com/assets/1305617/14594613/23873f64-04ed-11e6-9d3b-72f424dd0842.png)
66
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).
77

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

1010
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:
1111

lib/locale-es-ES.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"n": {
3+
},
4+
"v": {
5+
},
6+
"adj": {
7+
}
8+
}

lib/locale.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ var available = {
1414
'pt-BR': 'Português Brasileiro',
1515
'uk-UA': 'Українська',
1616
'es-CO': 'Español (Colombia)',
17+
'es-ES': 'Español (España)',
1718
'fr-FR': 'Français'
1819
}
1920

@@ -29,7 +30,7 @@ var aliases = {
2930
'kr': 'ko-KR',
3031
'br': 'pt-BR',
3132
'uk': 'uk-UA',
32-
'es': 'es-CO',
33+
'es': 'es-ES',
3334
'fr': 'fr-FR'
3435
}
3536

0 commit comments

Comments
 (0)