Initial commit

This commit is contained in:
2022-12-10 20:40:42 +01:00
commit a342968da1
59 changed files with 6887 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
General Information:
--------------------
This is the source code of my website on [danwin1210.de](https://danwin1210.de)
Translation:
--------------------------
The scrip `update-translations.sh` can be used to update the language template and translation files from source.
It will generate the file `locale/main-website.pot` which you can then use as basis to create a new language file in `YOUR_LANG_CODE/LC_MESSAGES/main-website.po` and edit it with a translation program, such as [Poedit](https://poedit.net/).
Once you are done, you can open a pull request, or [email me](mailto:daniel@danwin1210.de), to include the translation.