feat:#60 added localization for more pages

This commit is contained in:
masterElmar
2023-11-15 17:46:25 +01:00
parent 00399c32d9
commit 7e261438d5
18 changed files with 236 additions and 114 deletions

View File

@ -12,13 +12,13 @@ const module = dialogRef.value.data.module as Module;
<h2>{{ module.name }}</h2>
<table>
<tr>
<td>Course: {{ module.course }}</td>
<td>{{$t('moduleInformation.course')}}: {{ module.course }}</td>
</tr>
<tr>
<td>Person: {{ module.prof }}</td>
<td>{{$t('moduleInformation.person')}}: {{ module.prof }}</td>
</tr>
<tr>
<td>Semester: {{ module.semester }}</td>
<td>{{$t('moduleInformation.semester')}}: {{ module.semester }}</td>
</tr>
<tr>
<td>