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
efe00fd06e
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
...
The list of references is exhausted by running 'ack docs/python'.
2020-02-12 05:03:08 +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
caminsha
ad90485802
fixed some small typos in German translation
2020-02-10 20:28:04 +01:00
caminsha
5c06bbba57
fixed some typos in German translation
2020-02-09 23:20:16 +01:00
caminsha
c7e03628fc
started fixing the translation
2020-02-09 23:01:52 +01:00
Max Schumacher
cfe737647c
Merge pull request #3839 from caminsha/de-de/c
...
[de-de/c] Translated C to German (See Issue #3592 )
2020-02-04 13:23:44 +01:00
caminsha
fbb24b487e
Removed unnecessary lines about google
2020-02-02 23:09:36 +01:00
caminsha
e24e38a1b9
Fixed small typo
...
Resource => Ressource
2020-02-02 23:08:55 +01:00
caminsha
e48d05c98d
added link to useful compiler options
2020-02-02 23:08:38 +01:00
caminsha
ca042dcb65
Changed all occurences of ss to ß
...
I have changed all occurences of 'ss' to 'ß' according to duden.de
2020-02-02 21:44:15 +01:00
caminsha
8ab886330e
reordered section about operators and changed variables to numbers
2020-02-02 21:25:23 +01:00
caminsha
ec76a960a6
Removed section about goto
2020-02-02 21:20:09 +01:00
caminsha
06c51c70e1
Made whitespace more consistent
2020-02-02 21:19:06 +01:00
caminsha
603af4b36e
Changed gross to groß because it's de-de
2020-02-02 21:08:18 +01:00
caminsha
4670481fa2
Added description for argc and argv
2020-02-02 21:04:40 +01:00
caminsha
28fe657526
Changed german variables to english
2020-02-02 21:02:01 +01:00
caminsha
4686ba1bba
Fixed small typo and added Abstraktionsniveau
...
Typo: maneullen => manuelllen
- Added new word because it makes the sentence more clear
2020-02-02 20:27:41 +01:00
caminsha
8e1372e08b
Changed some lines so that it is not more than 80 chars
2020-02-01 02:26:58 +01:00
caminsha
a765253cd4
Changed italic typing to bold
2020-02-01 02:19:22 +01:00
caminsha
8041d796bb
Fixed small typo in include statement
2020-02-01 02:18:13 +01:00
caminsha
5ff9fd5659
Added suffix to filename because of contributing guidelines
2020-02-01 01:05:29 +01:00
caminsha
0996b5a20e
Fixed some small typos in german translation
2020-02-01 01:00:55 +01:00
caminsha
edeb77b893
translated further reading
2020-02-01 00:28:07 +01:00
caminsha
f3975fdc0e
Translated part headerfiles to German
2020-02-01 00:27:55 +01:00
caminsha
bc9c26d44c
translated associativity of operators
2020-02-01 00:27:18 +01:00
caminsha
38d3c33507
translated section of function pointers to German
2020-01-31 05:15:23 +01:00
caminsha
a0d2ed81ae
added user defined types and structs
2020-01-31 05:14:28 +01:00
caminsha
b8d10209a6
added german translation to function in c
2020-01-31 04:30:57 +01:00
caminsha
e08467e872
Fixed some small typos
2020-01-31 03:41:40 +01:00
caminsha
09a4d598ae
translated section pointers to german
2020-01-31 03:16:16 +01:00
caminsha
a53f355f9f
added translation for type casting
2020-01-31 01:47:49 +01:00
caminsha
dcf628e286
translated control structures to German
2020-01-31 01:42:28 +01:00
caminsha
ea00cc1fda
translated operators to german
2020-01-31 01:11:48 +01:00
caminsha
b4e6dc73c1
Continued with german translation of C
2020-01-31 00:00:39 +01:00
Max Schumacher
1ada1d35bb
Merge pull request #3808 from caminsha/de-de/bc
...
[bc/de-de] added translation in german for bc
2020-01-30 23:28:04 +01:00
caminsha
066e454654
Started german translation in C
2020-01-30 19:12:07 +01:00
caminsha
de19c7fbe1
added ternary operator
2020-01-30 17:50:09 +01:00
caminsha
f3f32e2d81
made newlines so that the content is not more than 80 char
2020-01-30 17:49:48 +01:00
caminsha
42ce472cf9
removed Wagenrücklauf because it is not very common
2020-01-30 17:49:10 +01:00
caminsha
043e4984ff
removed doubled line
2020-01-30 17:48:40 +01:00
Max Schumacher
554e8d979f
Merge pull request #3817 from caminsha/de-de/latex-typo
...
[latex/de-de] fixed some small typos in translation
2020-01-28 19:03:33 +01:00
Max Schumacher
6da564d6d4
Merge pull request #3821 from caminsha/make_de-de_typos
...
[make/de-de] Fixed typos and comma errors
2020-01-28 11:37:10 +01:00
Max Schumacher
678be8b736
Merge pull request #3822 from danielgolf/master
...
[bash/de-de] typo fixed
2020-01-28 11:21:07 +01:00
Max Schumacher
c6c358aea1
Merge pull request #3818 from caminsha/de-de/html-typos
...
[html/de-de] fixed some typos in german translation
2020-01-28 11:20:18 +01:00
Divay Prakash
0677a7e7f9
Merge pull request #3749 from Retoc/master
...
Updated link to java coding guidelines, the old one is broken
2020-01-24 20:10:23 +05:30
danielgolf
7d51b05c41
fixed a typo in bash de-de
2020-01-19 23:44:41 +01:00
caminsha
d6f4b949d5
fixed typos and grammar
...
I have fixed some typos and comama errors in make
2020-01-18 00:43:12 +01:00
caminsha
3c974a573b
fixed some typos in german translation
2020-01-14 23:34:23 +01:00
caminsha
3e1955bee2
fixed some small typos in translation
2020-01-14 23:25:17 +01:00
caminsha
6690ad941f
[bc/de-de] added translation in german for bc
2020-01-09 23:20:58 +01:00
caminsha
aa35898ad7
Changed two typos I did not see before review
2019-11-16 22:10:37 +01:00
Marco Camenzind
bcb704c960
Fixed some typos in german translation for C++
2019-11-12 09:37:33 +01:00
Louis Brauer
83cb919e5e
Fix missing double quotes
...
Was breaking the syntax coloring
2019-11-10 17:44:25 +01:00
retoc
6e1f2df651
updated link to java coding guidelines, the old one is broken
2019-10-31 20:46:49 +01:00
waynee95
5657bd4fa2
[nix/de] Fix broken link
2019-10-23 15:34:13 +02:00
waynee95
653f2ee43e
[elm/de] Translate elm to german
2019-10-21 23:10:48 +02:00
Dennis Keller
7758d8795e
[sql/de] Translate sql to german
2019-10-21 09:15:37 +02:00
Dennis Keller
60e962ee0d
[pug/de] Translate pug to german
2019-10-21 09:14:29 +02:00
Dennis Keller
850999a145
[clojure-macros/de] Translate clojure-macros to german
2019-10-21 09:13:16 +02:00
Profpatsch
ec3d3f91ea
[dhall/de]: add German translation ( #3600 )
...
* [dhall/en] Typo & highlight terms
Template and package are referencing concepts from other languages, so
let’s highlight them to clarify.
* [dhall/de] Translate to German
The translation leaves (most) of the code as-is, only changing the
comments and some string contents.
The `philadelphia` and `john` fields are changed to `augsburg` and
`bernd` respectively, as an in-joke for German programmers.
2019-08-19 18:27:50 +05:30
Aldaschwede
4132daa9e5
Update python3-de.html.markdown
...
spelling mistake
2019-08-06 17:34:48 +02:00
LamdaLamdaLamda
41f2b7f168
[C++/de] fixed wrong spelling ( #3579 )
...
* Added [C++/de]
* [C++/de] filename fixed.
* [C++/de] language code in filename added
* [C++/de] fixed wrong spelling
* [C++/en] smart pointer added
2019-08-03 23:48:39 +05:30
lchan05
223eff09c3
added language, resolves #3537
2019-05-28 19:09:42 -04:00
LamdaLamdaLamda
6be11a3b47
[C++/de] added. ( #3527 )
...
* Added [C++/de]
* [C++/de] filename fixed.
* [C++/de] language code in filename added
* [C++/de] file duplicate removed
2019-05-20 16:59:17 +05:45
Rakasch
c0c2272be0
Kap. 5+6 aktualisiert, Kap 6.1, 6.2, 7 hinzugefügt
...
Kapitel 6.1, 6.2 und 7 aus der englischen Version übernommen.
Kapitel 5 und 6 getauscht, um der englischen Version zu entsprechen.
Texte der Kapitel 5 und 6 Kapitel um fehlende Teile erweitert.
2019-04-06 20:18:14 +02:00
caminsha
6a46474901
[asciidoc/de] Added commas
2019-04-06 11:57:33 +02:00
Divay Prakash
32fb77ce7c
Merge pull request #3504 from caminsha/patch-3
...
[markdown/de] Escaped backtick
2019-03-26 15:23:17 +05:30
caminsha
183250ba03
Escaped backtick
...
It did not render the text 100% correct.
2019-03-24 21:20:32 +01:00
caminsha
54cdde7bae
Edited translation
2019-03-24 20:35:17 +01:00
caminsha
8886e7c5e1
Übersetzung angepasst
2019-03-15 11:46:58 +01:00
Pierre-François Clement
0a3207587d
Move "make" articles to the "tool" category
2019-03-08 17:21:53 +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
Steffen Kroth
7c560b0eba
Update yaml-de.html.markdown
2018-11-29 10:52:59 +01:00
Divay Prakash
f5b3d1c97c
YAML fixes ( #3400 )
2018-11-17 23:55:42 +05:30
LukaxFeh
52c878ca1f
[Dynamic programmimg-DE/DE]
2018-10-30 23:06:20 -03:00
SmuSmu
01a2a75933
wrong use of and
...
wrong use of and
2018-10-29 12:06:57 +01:00
SmuSmu
a7ff86c11f
rearange text to make it more readable
...
rearange text to make it more readable
2018-10-29 10:42:10 +01:00
Senuros
230b8b019f
Added another good Tutorial source, fixed word consistency
2018-10-19 12:53:36 +02:00
Divay Prakash
9e2bd7c11b
Merge pull request #3307 from denniskeller/paren-de
...
[paren/de] Translate paren to german
2018-10-19 13:36:05 +05:30
Divay Prakash
00002c6df3
Merge pull request #3310 from denniskeller/rst-de
...
[rst/de] Translate rst to german
2018-10-19 13:32:29 +05:30
Divay Prakash
877763b962
Merge pull request #3309 from denniskeller/hq9+-de
...
[hq9+/de] Translate hq9+ to german
2018-10-19 13:31:42 +05:30
Divay Prakash
f8800de249
Merge pull request #3311 from denniskeller/shutit-de
...
[shutit/de] Translate shutit to german
2018-10-19 13:17:38 +05:30
Dennis Keller
6704c5b3f1
[shutit/de] Translate shutit to german
2018-10-18 22:41:48 +02:00
Dennis Keller
af365b3631
[rst/de] Translate rst to german
2018-10-18 22:40:50 +02:00
Dennis Keller
daa95c961c
[paren/de] Translate paren to german
2018-10-18 22:26:05 +02:00
Dennis Keller
a3812bbf24
[opencv/de] Translate opencv to german
2018-10-18 22:20:25 +02:00
Dennis Keller
e0c4fd13dd
[hq9+/de] Translate hq9+ to german
2018-10-18 22:17:50 +02:00
Divay Prakash
c5df041f31
Fix links
2018-10-14 06:02:26 +05:30
abz401
2d8ec9de82
fixed small typos
2018-09-25 22:56:01 +02:00
Divay Prakash
9136fb9a75
Merge pull request #3151 from Fake4d/patch-1
...
[bash/de] Update bash-de.html.markdown
2018-09-08 17:28:00 +05:30
Fake4d
e42e4b9b22
Update bash-de.html.markdown
...
Variable was not initialised in this stage for this loop - Removed the $
2018-07-03 16:16:17 +02:00
luthub
4fbd630dc8
[python3/de] Fix a few typos
2018-06-24 18:10:33 +02:00
Adam Bard
caa8993076
Assorted fixes
2018-03-04 19:48:44 -08:00
Pratik Karki
f4c124a916
Same filename with english version fix
2018-03-03 12:21:26 +05:45
Pratik Karki
5cf4dcf1bd
Merge pull request #3067 from OpenDGPS/patch-1
...
[go/de] Change array length from '4' to '3' in explanation
2018-02-28 16:51:01 +05:45
Pratik Karki
5a666e3737
Merge pull request #2998 from sfuhrm/master
...
[make/en || de] Fix for wrong/mixed parenthesis usage.
2018-02-28 15:01:12 +05:45
Pratik Karki
b4a659908f
Merge pull request #2920 from santifa/master
...
[dp/de] Translation for Dynamic Programming
2018-02-28 14:26:00 +05:45
Rene Meissner
3d847f5efe
Update go-de.html.markdown
2018-02-27 12:55:14 +01:00
Stephan Fuhrmann
96436a33de
Fix for wrong/mixed parenthesis usage.
2017-11-13 15:59:58 +01:00
unknown
59dc72ceac
[nix/de] fixed some typos
2017-10-30 05:43:23 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
b443f3c7f2
Merge pull request #2956 from SmuSmu/master
...
[html/en,de] improved the content a little bit
2017-10-27 13:33:47 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
ca7cb0d7bb
Merge pull request #2943 from santifa/lol
...
[lolcode/de] Translation for LOLCODE
2017-10-26 22:16:34 +03:00
SmuSmu
3a41a6006f
html-de.html.markdown
...
removed a Double Point.
improved usage part to follow english original
2017-10-26 10:15:32 +02:00
Senrion
be1381f6bb
[edn/de] fixing typos
2017-10-24 07:52:54 +02:00
Henrik Jürges
10bd172129
Translated LOLCODE to german
2017-10-23 18:12:14 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
7c2bd365bd
Merge pull request #2929 from denniskeller/pyqt-de
...
[pyqt/de] Translate pyqt to german
2017-10-22 23:57:28 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
12247cce17
Merge pull request #2930 from denniskeller/qt-de
...
[qt/de] Translate qt to german
2017-10-22 23:51:21 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
fe6a90bea9
Merge pull request #2931 from denniskeller/edn-de
...
[edn/de] Translate edn to german
2017-10-22 23:49:19 +03:00
Dennis Keller
8d311de256
[nix/de] Translate nix to german
2017-10-22 18:01:59 +02:00
Dennis Keller
8dedecc999
[edn/de] Translate edn to german
2017-10-22 17:54:53 +02:00
Dennis Keller
aa94772b92
[qt/de] Translate qt to german
2017-10-22 17:43:50 +02:00
Dennis Keller
8368738bf3
[pyqt/de] Translate pyqt to german
2017-10-22 17:23:46 +02:00
Henrik Jürges
757128ad4a
fixed line length
2017-10-18 18:23:39 +02:00
Henrik Jürges
b5a681fd6b
dynamic programming de translation
2017-10-18 18:20:12 +02:00
Marko Cubela
340a7b6d78
add more commit examples
2017-10-14 11:43:53 +02:00
Damian Rzeszot
e8ee66c854
swift | fix style guidelines
2017-10-09 08:04:01 +02:00
Damian Rzeszot
9a9e52b54b
swift | fix style guidelines
2017-10-09 08:04:01 +02:00
Damian Rzeszot
d01e5242e1
swift | fix style guidelines
2017-10-09 08:04:01 +02:00
Monschichi
bd94524884
fixed missing brackets for print
...
brackets where missing for print in python3 de-de
2017-09-22 22:41:13 +02:00
Abel Salgado Romero
3c38bb8197
[asciidoc/en][asciidoc/de][asciidoc/is][asciidoc/pt] fixed wrong
...
AsciiDoc section levels
2017-09-21 18:57:11 +02:00
Jonas Friedemann Grote
a392fec734
Extend review.
2017-09-10 13:37:06 +02:00
Jonas Friedemann Grote
5a1816bca9
Fix formatting.
2017-09-08 13:57:12 +02:00
Jonas Friedemann Grote
147907afc6
Review translation.
2017-09-08 13:54:54 +02:00
Jonas Friedemann Grote
be9e47d810
Remove trailing spaces.
2017-09-08 12:38:30 +02:00
Pratik Karki
12ca184dd7
Add language code suffix( #2832 )
2017-08-25 13:29:56 +05:45
Andy
281529b1fe
[scala/de] Backport traits keyword explanation ( #2781 )
2017-07-04 21:59:52 +02:00
Eike Broda
318522c118
Add missing closing parenthesis
2017-02-15 15:21:50 +01:00
ven
5d6fe5601e
#2533
2017-02-09 16:24:58 +01:00
Senuros
0ddb15b6b9
[yaml/de] improved on german translation for better understanding ( #2533 )
2017-02-09 16:24:22 +01:00
Dennis Keller
819d16b7e5
[ruby/de] typo, formatting and translation fixes ( #1792 )
...
* [ruby-ecosystem/de] typo fixes
* move name to translators section
* remove trailing whitespace
* revamp sentence
2016-10-21 17:40:03 +02:00
DennisPS
6c27e9e2b1
[go/de] fixing typos ( #2480 )
2016-10-21 08:24:26 +02:00
Dennis Keller
4ba4e9abbe
[html/de] Translate html to german ( #2440 )
...
* Translate html to german
* Add EN label to resources in English
2016-10-15 22:10:00 +02:00
SmuSmu
179b34b81a
Update d-de.html.markdown ( #2454 )
2016-10-14 22:25:50 +02:00
Dennis Keller
04b80e590d
Translate asciidoc to german ( #2439 )
2016-10-10 10:57:22 +02:00
Evan
9234c9fea4
Update Swift pre-decrement syntax to match v3.0 ( #2395 )
2016-10-01 22:33:04 +02:00
Rob Wu
970aff0dad
Fix comment in Rust docs: box -> mine ( #2365 )
...
The "box" is referring to the Box variable a few lines back, but that is
called "mine", not "box".
2016-09-27 16:42:40 +02:00
ven
4638d37fe2
fixup #1314
2016-09-16 12:57:25 +02:00
Jonas
fc77205d15
Adding German translation for Swift ( #1314 )
2016-09-16 12:57:01 +02:00
Geoff Liu
87d4f0564f
Merge pull request #1762 from Git-Jiro/perl/de-translate-perl-to-german
...
[perl/de] translate perl to german
2016-08-24 12:49:44 -04:00
Martin Schimandl
e89fded52b
Fix some typos
2016-08-24 18:32:01 +02:00
Geoff Liu
d81e9735c2
Merge pull request #1508 from urfuchs/master
...
Translate Brainfuck to German and minor other changes
2016-08-21 17:13:39 -04:00
Michael Dähnert
46844f8e8e
[java/de] Initial translation added. ( #1391 )
...
* DE-Translation for Java added.
* Handled hints from vendethiel.
2016-06-27 10:09:58 +02:00
ven
5ec0aba778
fix #2291 metadata
2016-06-26 17:11:50 +02:00
phbo85
8eac984e80
Added suffix to filename and changed minor content errors ( #2291 )
2016-06-26 17:11:24 +02:00
Matthias Kern
b54e0f4da8
Add german translation for python3 ( #1287 )
2016-06-26 15:06:36 +02:00
Christian Albrecht
964273453a
added rust in german ( #1794 )
2016-05-27 11:31:23 +02:00
Martin Schimandl
8fadd65178
Remove unnecessary meta info
2016-04-15 19:11:30 +02:00
Adam Bard
ea735e838b
Merge pull request #1276 from theSuess/master
...
[d/de] Added German translation for D
2016-03-16 12:23:04 -07:00