improve title page layout and extract natural language to separate file

This commit is contained in:
2025-09-26 08:25:12 +02:00
parent 1faa0c6c93
commit 5347a16cf1
6 changed files with 118 additions and 38 deletions

25
template/lang.json Normal file
View File

@@ -0,0 +1,25 @@
{
"cs": {
"author": "Autor",
"supervisor": "Vedoucí práce",
"study_programme": "Studijní program",
"bp": "Bakalářská práce",
"dp": "Diplomová práce",
"dis": "Disertační práce",
"city": "Liberec"
},
"en": {
"author": "Autor",
"supervisor": "Supervisor",
"study_programme": "Study programme",
"bp": "Bachelor thesis",
"dp": "Diploma thesis",
"dis": "Dissertation thesis",
"city": "Liberec"
}
}