Commit Graph

323 Commits

Author SHA1 Message Date
Simon Shine
a3b0585374 Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
  fnew=$(echo "$f" | sed 's/python3/python/')
  git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Simon Shine
1adab9bc3f Rename Python 2 markdown files into 'pythonlegacy'
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
  flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
  git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
Max Schumacher
5c1cc4c823
Merge pull request #3819 from FedeHC/master
[sql/es] Translate SQL to Spanish
2020-02-11 16:10:23 +01:00
FedeHC
a46ac670a0
Update es-es/sql-es.html.markdown
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:33:05 -03:00
FedeHC
57ef3f1377
Update es-es/sql-es.html.markdown
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:31:57 -03:00
FedeHC
48068a9242
Update es-es/sql-es.html.markdown
Co-Authored-By: Antonio Hernández Blas <1096022+nihilismus@users.noreply.github.com>
2020-02-07 16:31:40 -03:00
Divay Prakash
b64946ece2
Merge pull request #3667 from rrodriguze/feature/traduction-pcre-es
[pcre/es-es] Added spanish traduction for pcre
2020-01-24 19:25:25 +05:30
Divay Prakash
f899cb4ac6
Merge pull request #3666 from rrodriguze/feature/traduction-hq9+-es
[HQ9+/es-es] Added spanish traduction for hq9+
2020-01-24 19:05:44 +05:30
FedeHC
8e0ceee41b [sql/es] Translate SQL to Spanish 2020-01-14 22:31:54 -03:00
Divay Prakash
1d00814fb7
Merge pull request #3683 from heitorPB/c-update-book-link
[C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
2020-01-11 14:06:52 +05:30
Adam Bard
b59efe4c0b
Merge pull request #3662 from rrodriguze/feature/traduction-factor-es
[factor/es-es] Add spanish traduction to factor
2020-01-06 09:44:01 -08:00
Heitor Pascoal de Bittencourt
97c80bff9e
[c/es] Fix book link 2019-10-08 21:27:35 -03:00
rrodriguze
306b923cdc Added spanish traduction for pcre 2019-10-01 23:22:16 +02:00
rrodriguze
cadc25ee89 Added spanish traduction for hq9+ 2019-10-01 23:01:34 +02:00
rrodriguze
fe13d4dbce Add spanish traduction for factor 2019-10-01 22:36:43 +02:00
rrodriguze
b72dd03ed2 Modified yaml spacing 2019-10-01 21:49:37 +02:00
rrodriguze
a662e9f35f add spanish traduction for hy 2019-10-01 21:35:49 +02:00
Divay Prakash
66c3185253
[dart/es] (#3534)
[dart/es]
2019-08-01 16:58:40 +05:30
Divay Prakash
cb0b74e9c9
Merge pull request #3549 from arranzropablo/master
scala/es
2019-08-01 16:33:08 +05:30
Aitor Escolar
e9ad74e0a0
Update kotlin-es.html.markdown 2019-06-21 09:18:58 +02:00
Aitor Escolar
99394937d3
update kotlin-es with some additional information and improved example 2019-06-20 14:21:05 +02:00
Pablo
34820c9323 finished translation 2019-06-19 11:17:05 +02:00
Pablo
94c184f499 more translated 2019-06-07 16:07:39 +02:00
Pablo
a2c6510c23 more 2019-06-06 16:14:06 +02:00
Pablo
3b7b38ec34 more 2019-06-05 16:16:42 +02:00
Pablo
8041ab30c1 more 2019-06-03 12:57:37 +02:00
Pablo Arranz Ropero
1108cfb305 some more tanslated 2019-06-02 15:04:03 +02:00
Pablo Arranz Ropero
2d0a124200 some more tanslated 2019-06-02 12:39:53 +02:00
Pablo Arranz Ropero
373bc005ab some more translated+ 2019-06-01 16:29:10 +02:00
Pablo Arranz Ropero
8defb7f6fe Traducido hasta funciones 2019-06-01 13:17:07 +02:00
Pablo Arranz Ropero
59499abb79 translating scala 2019-06-01 12:36:15 +02:00
Jorge Atempa
4c4da82a91 [dart/es] Translate to Spanish language 2019-05-18 01:19:46 -07:00
Jorge Atempa
b680c4153a [WIP] Translated document to Spanish Language 2019-05-01 00:06:32 -07:00
Adam Bard
c85d93a5ed
Remove unused fields 2019-03-14 09:38:45 -07:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category 2019-03-08 17:19:27 +01:00
Pierre-François Clement
2dafa0de3a
Move pythonstatcomp-es to the "tool" category + fix typo in name 2019-03-08 17:13:52 +01:00
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Andre Polykanine
0c46b8503b [common-lisp/es] Spanish Translation for Common Lisp
Closes #3338. the original translation was edited according to my review.

Co-authored-by: Ivan Choff <ivanchoff@gmail.com>
2018-12-07 00:34:39 +02:00
Andre Polykanine
76e5f436df
Merge pull request #3363 from AlburIvan/coldfusion-es
[coldfusion/es-es] Translate ColdFusion to es_ES
2018-11-05 10:54:33 +02:00
Andre Polykanine
c23df839d3
Merge pull request #3346 from AlburIvan/pascal-es
[pascal/es-es] Translate Pascal to es_ES
2018-11-05 10:50:03 +02:00
AlburIvan
85ef19ebfe Add some missing translation 2018-11-04 22:33:36 -04:00
AlburIvan
929508ce2c Merge branch 'coldfusion-es' of github.com:AlburIvan/learnxinyminutes-docs into coldfusion-es 2018-11-04 21:41:05 -04:00
AlburIvan
e59fd86ee1 Fix tildes & other miss translated words 2018-11-04 21:40:27 -04:00
Andre Polykanine
7cc32b69a3
Merge pull request #3345 from AlburIvan/lambda-es
[lambda-calculus/es-es] Translate Lambda Calculus to es_ES
2018-11-01 16:09:41 +02:00
Ivan Alburquerque
58d6444214 Fix YAML indentation issue 2018-10-31 13:09:26 -04:00
Ivan Alburquerque
45e7703613 Fix YAML frontmatter missing lang conf 2018-10-31 13:06:16 -04:00
Ivan Alburquerque
37758458ab Fix YAML frontmatter missing lang conf 2018-10-31 13:04:34 -04:00
Ivan Alburquerque
c8020fa024 Fix YAML frontmatter missing lang conf 2018-10-31 12:59:56 -04:00
AlburIvan
5e73ed6097 Finish coldfusion translation 2018-10-31 01:03:36 -04:00
AlburIvan
791f1bc9cf Fix some tildes & update spanish docs references 2018-10-30 23:07:12 -04:00