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"
* 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
* 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>