Timwi / KtaneContent

Contains all the content hosted on https://ktane.timwi.de, including all manuals and their fonts and graphics files, the Logfile Analyzer, the Highlighter, the Profile Editor, the Mode Settings Editor. The server-side code is at https://github.com/Timwi/KtaneWeb.
Other
42 stars 132 forks source link

Czech translation names fix #1540

Closed Cirax856 closed 1 year ago

Cirax856 commented 1 year ago

So uhhh there have been a lot of errors with naming files, so I went and fixed them all. I also fixed the entire bases manual.

Cirax856 commented 1 year ago

Oh yeah, how do I stop GitHub from automatically changing the last line?

Luminoscity commented 1 year ago

You should learn how to do your work with a local copy of the files from the repo instead of using GitHub.com Edit the files in VS Code, commit the files using command-line git or GitHub Desktop or Git Extensions. That's way you'll never be able to make the filename mistakes like forgetting the .html because it'll be obvious since you you won't be able to open it. Also you'll be able to add multiple files per commit and control anything else you want about the commits and exactly what changes about each file.

Cirax856 commented 1 year ago

Ok, thanks Tim!