Commit Graph

366 Commits

Author SHA1 Message Date
luminist7
d5a2d6e37c Move OpenCV, OpenGL, p5, PyQT, Qt Framework, raylib to 'Framework' section. 2024-04-14 17:14:22 -06:00
Boris Verkhovskiy
216018a02e Update highlighting languages 2024-04-08 07:07:03 -07:00
Boris Verkhovskiy
82e6288216 [crystal/de] fix quote 2024-04-08 07:04:27 -07:00
Boris Verkhovskiy
868df8c4e8 Rename highlight languages back to Pygments 2024-04-08 05:36:45 -07:00
Boris Verkhovskiy
0aceb41100 [python/*] remove feedback email request 2024-04-07 03:54:02 -07:00
Boris Verkhovskiy
3004ea9573 [nix/*] highlight Nix 2024-04-07 03:41:09 -07:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
100fb0a740 iBooks -> Apple Books 2024-04-06 04:01:29 -07:00
Boris Verkhovskiy
6e6947bde9
Merge pull request #3710 from denniskeller/sql-de
[sql/de] Translate sql to german
2024-04-04 04:27:57 -07:00
Boris Verkhovskiy
e9a4d929c2
Fix typos as requested 2024-04-04 04:27:36 -07:00
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
4ab1be1be5
Merge pull request #4595 from grahamc/master
[nix/(en,de,sv)] link to additional documentation resources
2024-04-03 04:38:35 -07:00
Boris Verkhovskiy
787e9710b9 Syntax highlighting 2024-04-03 04:16:08 -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
616e40816d
Merge branch 'master' into elixir-casing 2024-04-03 02:02:49 -07:00
Kelli Rockwell
c2878077cb
Update Go official site links from golang.org -> go.dev (#4871) 2024-04-01 09:35:55 +02:00
Adaías Magdiel
fb5b9818e1
fix(de-de/pug): Fix file extension in section include (#4851)
Adjusting file paths in the German language file to match the updated Pug
file names for consistency and clarity of the project structure.
- Updated references from "index.png" to "index.pug"
- Updated references from "includes/nav.png" to "includes/nav.pug"
2024-02-28 09:50:17 +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
70fe486039
#4833 2024-02-01 10:58:41 +01:00
Enno
454c16ba2c
[vb/de] add german translation of visualbasic-es.vb (#4816)
* add german translation of visualbasic-de.vb

* apply kind suggestions by @nbehrnd

Update and rename visualbasic-de.vb to visualbasic-de.html.markdown

* use compact link with label

Markdown allows a shorter definition of a link with a label eventually
displayed e.g., after the conversion by pandoc to yield a html file. 
The equivalence in the result was checked with pandoc  (3.1.9) by

pandoc -s -i visualbasic-de.html.markdown -o test.html

subsequently displayed by firefox (version 115.6.0 esr).

---------

Co-authored-by: nbehrnd <nbehrnd@users.noreply.github.com>
2024-01-18 18:58:58 +01:00
caminsha
cbbce7f185
[crystal/de-de] Translated crystal to German. (#3911)
* Started translation of crystal-lang

* continued with translation

* finished translation

* Replaced 'ss' with 'ß'

* Fixed some small typos
2023-12-14 15:42:53 +01:00
Joel Jucá
3e22775a64
Fix bad case in the Elixir language 2023-04-27 17:09:38 -03:00
Graham Christensen
743e59dba4 nix: add additional further reading 2023-02-14 15:11:59 -05:00
0-pal
1ef779974a
Update yaml-de.html.markdown
Corrected minor typo: "Zeiangaben" -> "Zeitangaben"
2023-01-17 16:27:36 +01:00
nbehrnd
0cdb0f0c06
Update vim-de.html.markdown 2022-11-14 12:54:14 +01:00
Norwid Behrnd
437ebf772b use markdownlint for additional improvements
Accounts for a selection of issues identified by markdownlint.[1]

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-14 12:36:39 +01:00
Norwid Behrnd
df4dacd110 A spellcheck 2022-11-14 12:28:17 +01:00
Norwid Behrnd
07ec656274 correct/reinstall indentations
There were a few 'false positives' applying sed's rule to remove
leading spaces.  This commit corrects this.
2022-11-14 12:24:52 +01:00
Norwid Behrnd
8dd734971d trim leading spaces (needs manual correction)
An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
2022-11-14 12:15:37 +01:00
Norwid Behrnd
75b0cfb4ab trim trailing spaces
An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
2022-11-14 12:14:46 +01:00
Marcel Ribeiro-Dantas
3e0a35ad37
Update c# to upercase C# 2022-08-01 22:40:55 +02:00
Marcel Ribeiro-Dantas
7f60e471fc
Update c++ to upercase C++ 2022-08-01 22:39:47 +02:00
Marcel Ribeiro Dantas, Ph.D
891d281c22
Fix language name 2022-08-01 09:46:03 +02:00
Norwid Behrnd
0f79b9d877 asciidoc-de, remove overly long lines 2022-07-14 08:57:44 +02:00
Marcel Ribeiro Dantas, Ph.D
2b6fddeac1
Fix language name and filename extension for bf 2022-07-11 20:39:40 +02:00
Marcel Ribeiro-Dantas
a43b26041d
Remove GitGuy dead link from git material (close #4314) 2022-07-08 15:11:23 +02:00
Marcel Ribeiro Dantas
f429efa075
Merge pull request #4399 from nbehrnd/vim-de
[vim/de] remove duplicated line
2022-07-07 12:52:29 +02:00
Mathias Schmitt
6dc1f37df1 [rust/de] fix german translation. 2022-07-06 22:31:18 +02:00
norwid
095e771a2a vim/de remove duplicated line
The line duplicated was the English pattern already translated
into German.
2022-05-27 15:49:40 +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
Petru Madar
0086b92f09
[ruby/all] Replace tryruby.org with the proper link (#4217)
* Replace tryruby.org with the proper link

* Replace tryruby.org with the proper link
2021-08-21 23:08:42 +02:00
Борис Верховский
a502f8d723
Rename OS X to macOS (#4166) 2021-05-25 13:42:50 +02:00
Uwe Krause
468dc26fe3
[elixir/de-de] add hint to numeric underscore for better readabilityt 2021-05-12 21:33:43 +02:00
Carson Drake
2f301fbae1
Unify Further Reading Links
Unify further reading references.
Nix Manuel, Fisher example, Potter Cookbook, and Martinez Intro.
All live links.
2021-03-10 21:12:25 -08:00
kevinnls
cd8bb2c776
fix syntax on yaml frontmatter 2020-08-20 12:53:24 +05:30
Max Schumacher
3aba6767ed
Merge pull request #3917 from caminsha/de-de/vim
[vim/de-de] Translate vim to german
2020-08-18 13:29:53 +02:00
Max Schumacher
0fd8a669e1
Merge pull request #3888 from caminsha/de-de/translateProcessing
[processing/de-de] Translated processing to german
2020-08-18 11:38:34 +02:00
Max Schumacher
3afac7ea62
Merge pull request #3953 from sumanstats/master
[language/raku-code] Perl6 to Raku and many more
2020-07-07 15:28:05 +02:00