From 184ad23321252a119259c9bebdc758d2657bdad0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 18 Sep 2021 13:02:53 -0400 Subject: [PATCH] Removing active_in_the_last for i18n. - Fixes https://github.com/LemmyNet/lemmy-translations/issues/17 --- src/shared/components/community/sidebar.tsx | 19 ++++++++----------- src/shared/components/home/home.tsx | 21 +++++++++------------ 2 files changed, 17 insertions(+), 23 deletions(-) diff --git a/src/shared/components/community/sidebar.tsx b/src/shared/components/community/sidebar.tsx index d4a5bc51..0e7358f2 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 a22a9593..ec581c00 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,