Commit Graph

372 Commits

Author SHA1 Message Date
Boris Verkhovskiy
f8475ed139 Github -> GitHub 2024-04-04 04:06:33 -07:00
Boris Verkhovskiy
01bbd084f1 Add empty lines before code blocks
otherwise they don't render as blocks
2024-04-04 04:02:42 -07:00
Boris Verkhovskiy
818b8eec46 Convert \r\n to \n 2024-04-04 00:27:01 -07:00
Boris Verkhovskiy
787e9710b9 Syntax highlighting 2024-04-03 04:16:08 -07:00
Boris Verkhovskiy
ae7197c6a6 [powershell/*] fix syntax highlighting 2024-04-03 04:14:45 -07:00
Boris Verkhovskiy
f5516715c0 [pyqt/*] fix formatting
rouge doesn't work with uppercase language names, also cleaned up whitespace
2024-04-03 04:13:28 -07:00
Boris Verkhovskiy
cdb92f27d0 Fix files that error when building 2024-04-03 04:08:59 -07:00
Boris Verkhovskiy
616e40816d
Merge branch 'master' into elixir-casing 2024-04-03 02:02:49 -07:00
Adam Bard
21baba2003 css-es.html -> css-es.html.markdown 2024-04-02 18:16:01 -07:00
Kelli Rockwell
c2878077cb
Update Go official site links from golang.org -> go.dev (#4871) 2024-04-01 09:35:55 +02:00
ven
048addeaad
Remove one of the es/CSS tutorials
#4825
2024-02-26 14:51:00 +01:00
qlikwer
3914133997
corrected an error in the number pi (#4839)
* Update go-de.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi

* Update go-pt.html.markdown

corrected an error in the number pi

* Update go-hu.html.markdown

corrected an error in the number pi

* Update go-cn.html.markdown

corrected an error in the number pi

* Update go-kr.html.markdown

corrected an error in the number pi

* Update go-ca.html.markdown

corrected an error in the number pi

* Update go-es.html.markdown

corrected an error in the number pi

* Update go-fi.html.markdown

corrected an error in the number pi

* Update go-fr.html.markdown

corrected an error in the number pi

* Update go-ru.html.markdown

corrected an error in the number pi

* Update go-it.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi
2024-02-12 13:18:44 +01:00
ven
39b0de2189
#4833 2024-02-01 10:58:52 +01:00
Iván Alburquerque
69ba90645f
[chapel/es-es] Add Spanish translation (#3746)
* [WIP] translate half the document

* [WIP]  translating 30% done

* Finish translating Chapel to es-es

---------

Co-authored-by: Ivan Alburquerque <ivan.alburquerque@digitas.com.do>
2023-12-14 15:39:21 +01:00
Adrien LUDWIG
62b5f91d72
[awk] Fix wrong example output (in all languages) (#4750) 2023-09-08 13:27:46 +08:00
Neomar Rodríguez
6125464284
[r/es] Fix typo 2023-06-26 20:06:31 -04:00
Joel Jucá
3e22775a64
Fix bad case in the Elixir language 2023-04-27 17:09:38 -03:00
Gustavo Adolfo Mejía Sánchez
7d6a852cec
Update python-es.html.markdown
- comment explanation
- translate the say function to "decir" to match with the final print
2023-03-31 11:23:16 -05:00
Boris Verkhovskiy
95435c811c Make "MATLAB" an acronym 2023-01-22 07:51:19 +02:00
luovkle
b63cb12fa3 [python/es-es] parentheses required in print functions are added 2023-01-21 00:24:42 -06:00
wang sy
5f941a4dee Fix broken 4clojure links 2023-01-14 13:42:05 +08:00
Norwid Behrnd
2ad6b09fa9 edit overly long lines, consider markdownlint
Lines longer than 80 characters are edited.  Withn reason, suggests
by markdownlint[1] are equally considered, too.

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-23 21:08:20 +01:00
Norwid Behrnd
5260db7077 substitute a tab space by explicit spaces 2022-11-23 21:04:56 +01:00
Norwid Behrnd
033f3e65b9 run sed -i "s/ *$//" awk-es.html.markdown
Remove of trailing spaces.
2022-11-23 21:01:38 +01:00
Lucas
c475d6c2d3
Cambio de "has" por "haz"
Esto se refiere al verbo "hacer", con ce; y no al verbo "haber".
2022-08-17 17:51:47 -05:00
Marcel Ribeiro-Dantas
7f60e471fc
Update c++ to upercase C++ 2022-08-01 22:39:47 +02:00
Marcel Ribeiro Dantas, Ph.D
ea93acab65
Fix language name 2022-08-01 09:46:20 +02:00
Norwid Behrnd
0b6ac01abe correct example of gsub in awk-es
Edit is based on the correction in the English edition.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 14:59:38 +02:00
Marcel Ribeiro-Dantas
a43b26041d
Remove GitGuy dead link from git material (close #4314) 2022-07-08 15:11:23 +02:00
Mathias Schmitt
6ec3406e1e [rust/es] fix spanish translation. 2022-07-06 22:37:21 +02:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example (#4230)
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
RUSLAN LÓPEZ CARRO
e811ee833b
[docker/es-es] translated docker to spanish (#4249)
* translated docker to spanish

* adding changes from review
2021-10-23 18:58:33 +02:00
Diego Ramirez
cdc3b0cc27
[c++/es-es] Fix more typos
- Grammar errors
- Unecessary capital letters

I also added myself as a "translator".
2021-09-18 07:59:40 -05:00
Diego Ramirez
5fe2787092
Fix some typos for the C++ article (Spanish)
The Spanish translation has some typos, so I have been fixing them.
2021-09-17 13:01:27 -05:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Spencer Burris
5d2d1cf77c
[typescript/fr] + [typescript/es] + [typescript/pt-br] Fix broken JS link (#4135)
* [typescript/es] Fix broken link to JS page

* [typescript/fr] Fix broken link to JS page

* [typescript/pt-br] Fix broken JS link
2021-03-06 13:45:26 +01:00
sumanstats
d78605e0d7 Reflect perl6 to raku rename
+ As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku
+ change references of perl6 to raku
+ change extension from .p6 to .raku
+ fix the link of raku advent calendar
2020-06-15 20:42:57 +05:45
sumanstats
0ecb826429 Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md

+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
  Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
2020-06-10 16:33:01 +05:45
brian
c1e04d6868 Fixed a spelling mistake 2020-02-28 10:19:01 -03:00
Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
6078f18d13 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs 2020-02-13 10:38:35 +10:30
Leigh Brenecki
5864aba42d Purge my deadname 2020-02-13 10:38:29 +10:30
Max Schumacher
76db052c9e
Merge pull request #3843 from nihilismus/clojure-es-es
[clojure/es] Update translation
2020-02-12 09:50:09 +01:00
Simon Shine
ae848c481f Python 3: Use 'filename: learnpython*.py' (no '3')
Before renaming, Python 3 filenames were 'learnpython3*.py'.

This commit removes the '3' part from the filename.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
ack -H 'filename:' python.html.markdown
find . -name "python-*.markdown" -exec ack -H 'filename:' {} \;

sed -i 's/^filename: learnpython3/filename: learnpython/' \
  python.html.markdown

find . -name "python-*.markdown" -exec \
  sed -i 's/^filename: learnpython3/filename: learnpython/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
887cbee8af Change 'filename:' for Python 2 (legacy)
Before renaming, all Python 2 filenames were 'learnpython-*.py'.

This commit renames them to 'learnpythonlegacy-*.py'.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;

find . -name "pythonlegacy*.markdown" -exec \
  sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
8f5fac9895 Python 3: 'language: Python'
Instead of listing 'language: python3' for Python 3, use

    language: Python

as #3450 does.

```
find . -iname "python-*.markdown" -exec \
  sed -i 's/language: python3/language: Python/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf Python 2 'language': Python 2 (legacy)
Instead of listing 'language: python' for Python 2, use

    language: Python 2 (legacy)

```
find . -iname "*pythonlegacy*" -exec \
  sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \;
```
2020-02-12 05:09:13 +01:00
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