diff --git a/src/App.vue b/src/App.vue index 8f026b62..e853f392 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@   - Donations + {{ $t("actions.donations") }} diff --git a/src/components/Channel.vue b/src/components/Channel.vue index 5e649e58..25123781 100644 --- a/src/components/Channel.vue +++ b/src/components/Channel.vue @@ -13,7 +13,7 @@ style="background: #222" type="button" > - {{ subscribed ? "Unsubscribe" : "Subscribe" }} + {{ subscribed ? $t("actions.unsubscribe") : $t("actions.subscribe") }}
diff --git a/src/components/Comment.vue b/src/components/Comment.vue index 9b4262eb..660ca7b0 100644 --- a/src/components/Comment.vue +++ b/src/components/Comment.vue @@ -11,7 +11,7 @@
-   Pinned by +   {{ $t("comment.pinned_by") }} {{ uploader }}
diff --git a/src/components/ErrorHandler.vue b/src/components/ErrorHandler.vue index a32a1877..988559c8 100644 --- a/src/components/ErrorHandler.vue +++ b/src/components/ErrorHandler.vue @@ -1,7 +1,7 @@ diff --git a/src/components/HistoryPage.vue b/src/components/HistoryPage.vue index 13553a63..a20188c4 100644 --- a/src/components/HistoryPage.vue +++ b/src/components/HistoryPage.vue @@ -1,13 +1,14 @@