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 @@
{{ message }}
{{ error }}
diff --git a/src/components/HistoryPage.vue b/src/components/HistoryPage.vue index 0a87a796..1e7a7211 100644 --- a/src/components/HistoryPage.vue +++ b/src/components/HistoryPage.vue @@ -2,12 +2,12 @@Watch History
- Sort by: + {{ $t("actions.sort_by") }}
diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue index 795a63a1..040fddcc 100644 --- a/src/components/LoginPage.vue +++ b/src/components/LoginPage.vue @@ -24,7 +24,7 @@ class="uk-width-1-1 uk-button uk-button-primary uk-button-large uk-width-auto" style="background: #222" @click="login" - >Login {{ $t('titles.login') }}
- +
@@ -110,17 +110,17 @@
- Instance Selection: + {{ $t("actions.instance_selection") }}: