diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-10 13:26:08 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-10 13:26:08 -0500 |
| commit | 971e75aa64ddd9f2f4a658eb51e09afd23600d1b (patch) | |
| tree | ff95a11338cd65b4f82dad4e089fcf230cdd4f19 /src/components/media_modal/media_modal.vue | |
| parent | 750c308909b76be5d4572c86b4affb6aed41f47b (diff) | |
Add translation strings
Diffstat (limited to 'src/components/media_modal/media_modal.vue')
| -rw-r--r-- | src/components/media_modal/media_modal.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue index fbaa97f8..306c1a89 100644 --- a/src/components/media_modal/media_modal.vue +++ b/src/components/media_modal/media_modal.vue @@ -8,8 +8,8 @@ :controls="true" @click.stop.native=""> </VideoAttachment> - <button title="Previous" class="modal-view-button-arrow modal-view-button-arrow--prev" v-if="canNavigate" @click.stop.prevent="goPrev"></button> - <button title="Next" class="modal-view-button-arrow modal-view-button-arrow--next" v-if="canNavigate" @click.stop.prevent="goNext"></button> + <button :title="$t('media_modal.previous')" class="modal-view-button-arrow modal-view-button-arrow--prev" v-if="canNavigate" @click.stop.prevent="goPrev"></button> + <button :title="$t('media_modal.next')" class="modal-view-button-arrow modal-view-button-arrow--next" v-if="canNavigate" @click.stop.prevent="goNext"></button> </div> </template> @@ -65,7 +65,7 @@ outline: none; box-shadow: none; } - + &#{&}#{&} { &:hover { opacity: 1; |
