diff --git a/frontend/src/component/navigation.vue b/frontend/src/component/navigation.vue index 749769883..149d657f5 100644 --- a/frontend/src/component/navigation.vue +++ b/frontend/src/component/navigation.vue @@ -85,7 +85,7 @@ - + Monochrome @@ -94,7 +94,7 @@ - + Panoramas @@ -102,7 +102,7 @@ - + Stacks @@ -110,7 +110,7 @@ - + Scans @@ -119,7 +119,7 @@ - + Review {{ config.count.review }} @@ -128,7 +128,7 @@ - + Archive @@ -141,7 +141,7 @@ - + Albums @@ -161,7 +161,7 @@ - + Unsorted @@ -251,7 +251,7 @@ - + States {{ config.count.states }} @@ -325,7 +325,7 @@ - + Originals {{ config.count.files }} @@ -334,7 +334,7 @@ - + Hidden {{ config.count.hidden }} @@ -343,7 +343,7 @@ - + Errors @@ -376,7 +376,7 @@ - + About @@ -385,7 +385,7 @@ - + Feedback @@ -393,7 +393,7 @@ - + License diff --git a/frontend/src/component/notify.vue b/frontend/src/component/notify.vue index b57ab0072..e4b2b191a 100644 --- a/frontend/src/component/notify.vue +++ b/frontend/src/component/notify.vue @@ -5,9 +5,9 @@ :color="color" :timeout="0" :class="textColor" - :bottom="true" + :bottom="true" > - {{ text }} + {{ text }} - + Close @@ -436,6 +436,7 @@ export default { utcTime: "", localTime: "", textRule: v => v.length <= this.$config.get('clip') || this.$gettext("Text too long"), + rtl: this.$rtl, }; }, computed: { diff --git a/frontend/src/dialog/photo/edit.vue b/frontend/src/dialog/photo/edit.vue index 8adba77ad..4fbc9ec7f 100644 --- a/frontend/src/dialog/photo/edit.vue +++ b/frontend/src/dialog/photo/edit.vue @@ -12,11 +12,13 @@ - navigate_before + navigate_before + navigate_next - navigate_next + navigate_next + navigate_before @@ -99,6 +101,7 @@ export default { items: [], readonly: this.$config.get("readonly"), active: this.tab, + rtl: this.$rtl, }; }, computed: { diff --git a/frontend/src/dialog/share.vue b/frontend/src/dialog/share.vue index df5a1dc7d..c29474081 100644 --- a/frontend/src/dialog/share.vue +++ b/frontend/src/dialog/share.vue @@ -8,7 +8,7 @@ Share %{name} - + add_link @@ -21,7 +21,7 @@