Skip to content

Commit

Permalink
feta(octra): link to translation page in language dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Oct 20, 2023
1 parent b8a3578 commit 96263ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@
{{ item | uppercase }}</a
>
</ng-container>
<div class="dropdown-divider"></div>
<div class="dropdown-item" style="font-size:0.8rem;">
<a href="https://clarin.phonetik.uni-muenchen.de/apps/octra/translation/start.php" target="_blank"><i class="bi bi-translate"></i> {{"p.contribute translations" | transloco}}</a>
</div>
</div>
</li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion apps/octra/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
"repeat password": "Passwort wiederholen",
"select locale": "Sprache wählen",
"select timezone": "Zeitzone wählen",
"back to login": "Zurück zur Anmeldung"
"back to login": "Zurück zur Anmeldung",
"contribute translations": "Übersetzungen hinzufügen"
},
"bug report": {
"give feedback": "Feedback geben",
Expand Down
3 changes: 2 additions & 1 deletion apps/octra/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
"repeat password": "Repeat password",
"select locale": "Select a language",
"select timezone": "Select a timezone",
"back to login": "Back to login"
"back to login": "Back to login",
"contribute translations": "Contribute translations"
},
"bug report": {
"give feedback": "Give feedback",
Expand Down

0 comments on commit 96263ea

Please sign in to comment.