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
kieutrang1729
a1286822de
[set-theory/fr] Added French translation for Set theory ( #4168 )
...
* Update set-theory.html.markdown
Fixed a minor typo.
* Add files via upload
Added a french translation for set theory.
* Add suggested changes
J'ai fait presque tous les changements suggérés.
* Fix spacing before semicolons
2021-07-11 16:28:54 +02:00
tobihans
e4d92f0a65
[asymptotic-notation/fr] fix small typos ( #4186 )
2021-07-03 14:54:44 +02:00
Борис Верховский
a502f8d723
Rename OS X to macOS ( #4166 )
2021-05-25 13:42:50 +02:00
Vincent Kosciuszko
f4c12e4f11
[java/fr] Fix typo ( #4165 )
...
* Fixing typo in java-fr
jours de la semaine = day of the week.
jours de l'année = day of the year.
* Update java-fr.html.markdown
* Update java-fr.html.markdown
2021-05-13 16:23:16 +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
Gabriel Le Breton
cd8b941f92
Fix yet another french typo :)
2020-12-06 20:11:40 -05:00
Gabriel Le Breton
ead8ac5306
Fix another small french typo
2020-12-06 19:59:04 -05:00
Gabriel Le Breton
017a58b078
Fix a small french typo
2020-12-06 19:56:35 -05:00
kevinnls
dd6624856b
fix unrendered md in markdown-fr ( #3995 )
...
code demo in the hyperliens section
was not rendered in the built site
converted from md ``` syntax to plain html <code>
2020-09-29 14:51:32 +02:00
kevinnls
c4175c9f62
traduction
...
i forgot this was the french doc
2020-08-20 13:24:05 +05:30
kevinnls
f92694aac9
[js/fr] fix for...of loop
...
Co-authored-by: Carl20cent <carl.vincent38@gmail.com>
bump changed section variable declarations to ES6
Update fr-fr/javascript-fr.html.markdown
2020-08-20 13:09:53 +05:30
Max Schumacher
b9fa890a04
Merge pull request #3935 from bzg/master
...
[fr-fr/elisp-fr.html.markdown] Fix typos
2020-08-17 16:12:19 +02:00
Max Schumacher
dc0d862ba9
Merge pull request #3903 from glecetre/patch-1
...
[f#/fr] Add missing translation
2020-07-08 10:03:11 +02:00
Max Schumacher
93ca3f662a
Merge pull request #3886 from blankoworld/patch-1
...
[crystal/fr] Minor fix about "on/ont"
2020-07-07 15:35:34 +02:00
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
Bastien Guerry
2776a32250
fr-fr/elisp-fr.html.markdown: Fix typos
...
Also use "motif" as a translation for "pattern", but still mention
"pattern" as it is commonly understood.
2020-05-24 06:35:39 +02:00
Guillaume Lecêtre
d5dab5759d
Update fsharp-fr.html.markdown
...
Translate untranslated comment and explicitly cite currying
2020-04-12 15:49:21 +02:00
Olivier DOSSMANN
89fa0eecf1
Minor fix about "on/ont"
2020-03-15 20:36:24 +01: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
5864aba42d
Purge my deadname
2020-02-13 10:38:29 +10:30
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
Timothe Pardieu
f0eb830ebd
[elixir/fr-fr] Add french translation ( #3679 )
...
* Translate Elixir.html.markdown in french
* Add fixes in Elixir.html.markdown #3679
2019-10-09 11:41:14 +02:00
Alexandre Peyroux
9b3fc28432
fix syntax
2019-05-24 16:36:31 +02:00
Pierre-François Clement
0a3207587d
Move "make" articles to the "tool" category
2019-03-08 17:21:53 +01:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category
2019-03-08 17:19:27 +01:00
GannonTdW
77310658c8
[awk/fr] add awk-fr.html.markdown ( #3482 )
...
* add awk-fr.html.markdown
* correction of an oversight
* it's done
* vendethiel review (1/2)
* vendethiel review (2/2)
* vendethiel review (3)
2019-03-02 23:48:17 +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
Antoine Braut
89ff5da650
Correcting missing 'r'
...
Line 353 the word `centré` was write `centé`
2019-01-11 11:27:25 +01:00
LukaxFeh
d553a02345
[Dynamic programming - FR/FR] Fixed links
2018-10-31 18:10:03 -03:00
LukaxFeh
3027bf2c30
[Dynamic programmimg-DE/DE]
2018-10-30 23:29:14 -03:00
Divay Prakash
adfd3064e5
Merge branch 'master' into MarkdownFRChanges
2018-10-24 11:30:23 +05:30
Vincent Chafouin
8b6e7fb9e3
Update markdown-fr-html.mardown
...
* Fix issue #2864
* Fix formatting
* Fix ruby code snippet
* Fix translation
* Add missing keyboard keys section
2018-10-16 20:56:16 +03:00
Divay Prakash
69dd941c17
Merge pull request #3296 from divayprakash/fix-links
...
[dynamic-programming] Fix links
2018-10-14 06:11:15 +05:30
Divay Prakash
3359cb0a20
Fix links
2018-10-14 06:04:13 +05:30
Divay Prakash
99618d394e
Add new link from 2242ad7
2018-10-14 05:51:14 +05:30
Divay Prakash
4b9c35047b
Fix links and list styling
2018-10-14 05:33:23 +05:30
Yvan Sraka
d3335643d1
Update lambda-calculus-fr.html.markdown
2018-09-17 08:14:02 +02:00
Divay Prakash
fdd5e19dc5
Merge pull request #3209 from Hugo1380/Hugo1380-Translate-PyQt
...
[PyQT/FR] Add french translation PyQT
2018-09-12 19:42:23 +05:30
Divay Prakash
ddbd0a7e53
Merge pull request #3139 from yvan-sraka/lambda-calculus-fr
...
[Lambda Calculus/fr-fr] Translation
2018-09-11 10:40:00 +05:30
DevHugo
305e08b959
Update pyqt-fr.html.markdown
2018-09-10 11:54:47 +02:00
Divay Prakash
8bfba2422b
Merge pull request #3138 from yvan-sraka/dynamic-programming-fr
...
[Dynamic Programming/fr-fr] Fix typos
2018-09-08 18:07:32 +05:30
DevHugo
b955d9386b
Translate: Part 2
2018-09-05 10:34:20 +02:00
Divay Prakash
478a43c1d4
Add language code suffix ( #3206 )
2018-09-04 18:25:57 +05:30
Adam Bard
440247a597
Update jquery-fr.html.markdown
2018-08-28 08:49:41 -07:00