Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #3839 from caminsha/de-de/c | Max Schumacher | 2020-02-04 | -0/+868 |
|\ | | | | | [de-de/c] Translated C to German (See Issue #3592) | |||
| * | Removed unnecessary lines about google | caminsha | 2020-02-02 | -3/+0 |
| | | ||||
| * | Fixed small typo | caminsha | 2020-02-02 | -1/+1 |
| | | | | | | | | Resource => Ressource | |||
| * | added link to useful compiler options | caminsha | 2020-02-02 | -0/+5 |
| | | ||||
| * | Changed all occurences of ss to ß | caminsha | 2020-02-02 | -24/+24 |
| | | | | | | | | I have changed all occurences of 'ss' to 'ß' according to duden.de | |||
| * | reordered section about operators and changed variables to numbers | caminsha | 2020-02-02 | -82/+83 |
| | | ||||
| * | Removed section about goto | caminsha | 2020-02-02 | -17/+0 |
| | | ||||
| * | Made whitespace more consistent | caminsha | 2020-02-02 | -5/+5 |
| | | ||||
| * | Changed gross to groß because it's de-de | caminsha | 2020-02-02 | -8/+8 |
| | | ||||
| * | Added description for argc and argv | caminsha | 2020-02-02 | -3/+4 |
| | | ||||
| * | Changed german variables to english | caminsha | 2020-02-02 | -87/+87 |
| | | ||||
| * | Fixed small typo and added Abstraktionsniveau | caminsha | 2020-02-02 | -3/+4 |
| | | | | | | | | | | Typo: maneullen => manuelllen - Added new word because it makes the sentence more clear | |||
| * | Changed some lines so that it is not more than 80 chars | caminsha | 2020-02-01 | -29/+46 |
| | | ||||
| * | Changed italic typing to bold | caminsha | 2020-02-01 | -1/+1 |
| | | ||||
| * | Fixed small typo in include statement | caminsha | 2020-02-01 | -1/+1 |
| | | ||||
| * | Added suffix to filename because of contributing guidelines | caminsha | 2020-02-01 | -1/+1 |
| | | ||||
| * | Fixed some small typos in german translation | caminsha | 2020-02-01 | -48/+50 |
| | | ||||
| * | translated further reading | caminsha | 2020-02-01 | -0/+22 |
| | | ||||
| * | Translated part headerfiles to German | caminsha | 2020-02-01 | -0/+60 |
| | | ||||
| * | translated associativity of operators | caminsha | 2020-02-01 | -0/+22 |
| | | ||||
| * | translated section of function pointers to German | caminsha | 2020-01-31 | -0/+72 |
| | | ||||
| * | added user defined types and structs | caminsha | 2020-01-31 | -0/+53 |
| | | ||||
| * | added german translation to function in c | caminsha | 2020-01-31 | -0/+100 |
| | | ||||
| * | translated section pointers to german | caminsha | 2020-01-31 | -1/+131 |
| | | ||||
| * | added translation for type casting | caminsha | 2020-01-31 | -0/+27 |
| | | ||||
| * | translated control structures to German | caminsha | 2020-01-31 | -0/+85 |
| | | ||||
| * | translated operators to german | caminsha | 2020-01-31 | -3/+138 |
| | | ||||
| * | Continued with german translation of C | caminsha | 2020-01-31 | -0/+72 |
| | | ||||
| * | Started german translation in C | caminsha | 2020-01-30 | -0/+83 |
| | | ||||
* | | Merge pull request #3840 from HiPhish/vimscript | Divay Prakash | 2020-02-03 | -13/+20 |
|\ \ | | | | | | | [vimscript/en] Fix minor issues | |||
| * | | Fix minor issues | HiPhish | 2020-02-02 | -13/+20 |
|/ / | | | | | | | | | | | - Correct "command-mode" to "command-line mode" - Improve the variable type checking - Typos | |||
* | | [markdown/pt-br] formatting adjustments (#3738) | Gabriele Luz | 2020-02-02 | -60/+139 |
| | | ||||
* | | Merge pull request #3838 from khswong/patch-2 | Max Schumacher | 2020-02-01 | -6/+8 |
|\ \ | | | | | | | [toml/en] Fix code snippet formatting | |||
| * | | [toml/en] Fix Formatting and Syntax Highlighting | khswong | 2020-01-31 | -6/+8 |
|/ / | | | | | Switching between json code block and toml code block caused it to render improperly. Fixed. | |||
* | | Merge pull request #3837 from bartonstanley/patch-2 | Max Schumacher | 2020-01-31 | -1/+1 |
|\ \ | | | | | | | [CONTRIBUTING.markdown] Change "buid" to "build" | |||
| * | | [CONTRIBUTING.markdown] Change "buid" to "build" | Barton Stanley | 2020-01-31 | -1/+1 |
|/ / | ||||
* | | Merge pull request #3836 from bartonstanley/patch-1 | Max Schumacher | 2020-01-31 | -1/+1 |
|\ \ | | | | | | | [ruby/en] Change "invokation" to "invocation" | |||
| * | | Change "invokation" to "invocation" | Barton Stanley | 2020-01-31 | -1/+1 |
|/ / | ||||
* | | Merge pull request #3831 from LuPoYi/master | Max Schumacher | 2020-01-31 | -0/+566 |
|\ \ | | | | | | | [dart/zh-tw] Translated Dart to zh-tw | |||
| * | | Added zh-tw translation to Dart | Bob | 2020-01-30 | -0/+566 |
| | | | ||||
* | | | Merge pull request #3833 from MaerF0x0/master | Max Schumacher | 2020-01-31 | -1/+15 |
|\ \ \ | | | | | | | | | go/en: add type switch and multiple cases | |||
| * | | | go/en: add type switch and multiple cases | Michael Graf | 2020-01-30 | -1/+15 |
| | | | | ||||
* | | | | Merge pull request #3835 from caminsha/de-de/css_fixtypo | Max Schumacher | 2020-01-31 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | [css/d-de] Fixed some small typos | |||
| * | | | | Fixed some small typos | caminsha | 2020-01-31 | -3/+3 |
| | | | | | ||||
| * | | | | Merge remote-tracking branch 'upstream/master' | caminsha | 2020-01-31 | -488/+3510 |
| |\| | | | ||||
| * | | | | Branch was merged into origin/master | caminsha | 2020-01-31 | -0/+102 |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | merged it so that working directory is the same | |||
* | | | | | Merge pull request #3834 from serafss2/patch-1 | Max Schumacher | 2020-01-31 | -2/+23 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [toml/en] Fixed Typo and added a few examples | |||
| * | | | | Fixed Typo and added a few examples | فارس | 2020-01-30 | -2/+23 |
|/ / / / | ||||
* | | | | Merge pull request #3808 from caminsha/de-de/bc | Max Schumacher | 2020-01-30 | -0/+102 |
|\ \ \ \ | | |/ / | |/| | | [bc/de-de] added translation in german for bc | |||
| * | | | added ternary operator | caminsha | 2020-01-30 | -2/+2 |
| | | | |