Skip to content

Commit

Permalink
working on cleaning up translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Nov 8, 2023
1 parent 3796278 commit 4a84bd7
Show file tree
Hide file tree
Showing 11 changed files with 230 additions and 190 deletions.
4 changes: 2 additions & 2 deletions courseware/vueapp/courseware-plugin-opencast-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
>
<template #content>
<div>
<span v-if="!currentVideoId" v-translate v-text="'Es wurde bisher kein Video ausgewählt'"></span>
<span v-else-if="!currentEpisodeURL" v-translate v-text="'Dieses Video hat keinen Veröffentlichungs-URL-Link'"></span>
<span v-if="!currentVideoId" v-text="$gettext('Es wurde bisher kein Video ausgewählt')"></span>
<span v-else-if="!currentEpisodeURL" v-text="$gettext('Dieses Video hat keinen Veröffentlichungs-URL-Link')"></span>
<iframe v-else :src="currentEpisodeURL"
class="oc_cw_iframe"
allowfullscreen
Expand Down
Binary file modified locale/en/LC_MESSAGES/opencast.mo
Binary file not shown.
Loading

0 comments on commit 4a84bd7

Please sign in to comment.