From 33bb8250cb92bcaa35d4fe1001205e3695ed3e30 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 18 Sep 2021 13:06:12 -0400 Subject: [PATCH] Remove active in the last (#419) * Updating translations. * Removing active_in_the_last for i18n. - Fixes https://github.com/LemmyNet/lemmy-translations/issues/17 --- lemmy-translations | 2 +- src/shared/components/community/sidebar.tsx | 19 ++++++++----------- src/shared/components/home/home.tsx | 21 +++++++++------------ 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/lemmy-translations b/lemmy-translations index 183033e..a700edf 160000 --- a/lemmy-translations +++ b/lemmy-translations @@ -1 +1 @@ -Subproject commit 183033e0f796b450911e4e8f708ddd5969b12b77 +Subproject commit a700edf2dc9c290050b036b6d33e0ea351c92274 diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index d4a5bc5..0e7358f 100644 --- a/src/shared/components/community/sidebar.tsx +++ b/src/shared/components/community/sidebar.tsx @@ -156,10 +156,10 @@ export class Sidebar extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_day, @@ -169,10 +169,10 @@ export class Sidebar extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_week, @@ -182,10 +182,10 @@ export class Sidebar extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_month, @@ -195,13 +195,10 @@ export class Sidebar extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_half_year, diff --git a/src/shared/components/home/home.tsx b/src/shared/components/home/home.tsx index a22a959..ec581c0 100644 --- a/src/shared/components/home/home.tsx +++ b/src/shared/components/home/home.tsx @@ -511,10 +511,10 @@ export class Home extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_day, @@ -524,10 +524,10 @@ export class Home extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_week, @@ -537,10 +537,10 @@ export class Home extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_month, @@ -550,13 +550,10 @@ export class Home extends Component {
  • {i18n.t("number_of_users", { count: counts.users_active_half_year, -- 2.44.1