caminsha
9f1addce40
removed section with different .format for stringformatting
2020-02-16 22:07:55 +01:00
caminsha
d533a06ba0
Fixed explanation about legacy python
2020-02-16 22:02:27 +01:00
caminsha
1055a42304
Delete python3-de.html.markdown
...
I deleted the old file.
I'm sorry I had to commit twice. Was my first time to fetch upstream and merge it with old files.
2020-02-15 00:01:53 +01:00
caminsha
16506a1575
fetched upstream and made some translations to Python
2020-02-15 00:00:05 +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
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
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