From 21db78a3143a2143eda1c10355bbcf6193f0521d Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Sun, 2 Apr 2023 16:01:11 +0200 Subject: [PATCH] use i18n --- components/timeline/TimelineHomeFilter.vue | 10 +++++----- locales/en.json | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/components/timeline/TimelineHomeFilter.vue b/components/timeline/TimelineHomeFilter.vue index 87dec896..8f55a455 100644 --- a/components/timeline/TimelineHomeFilter.vue +++ b/components/timeline/TimelineHomeFilter.vue @@ -17,11 +17,11 @@ const isActive = $computed(() => { diff --git a/locales/en.json b/locales/en.json index cb89f2b2..332e9c8a 100644 --- a/locales/en.json +++ b/locales/en.json @@ -574,6 +574,13 @@ "year_past": "0 years ago|last year|{n} years ago" }, "timeline": { + "filter": { + "include_bot": "post by bot", + "include_mutual": "post is from a mutual", + "include_repost": "post is a repost", + "include_sensitive": "post contains sensitive", + "include_tag": "post is from a tag I follow" + }, "show_new_items": "Show {v} new items|Show {v} new item|Show {v} new items", "view_older_posts": "Older posts from other instances may not be displayed." },