From bf804b80ddf783c9f54a36f9e859f1efec557c84 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Apr 2024 12:54:46 -0400 Subject: [PATCH] more i18n --- common/templates/_footer.html | 19 +- common/templates/_header.html | 40 +- locale/zh_Hans/LC_MESSAGES/django.po | 915 +++++++++++------- social/templates/{events => event}/_post.html | 0 social/templates/event/boosted.html | 3 +- .../templates/event/boosted_collection.html | 5 +- social/templates/event/boosted_comment.html | 5 +- social/templates/event/boosted_review.html | 5 +- .../templates/event/boosted_shelfmember.html | 5 +- social/templates/event/follow_requested.html | 3 +- social/templates/event/followed.html | 3 +- social/templates/event/liked.html | 3 +- social/templates/event/liked_collection.html | 5 +- social/templates/event/liked_comment.html | 5 +- social/templates/event/liked_review.html | 5 +- social/templates/event/liked_shelfmember.html | 5 +- social/templates/event/mentioned.html | 5 +- .../templates/event/mentioned_collection.html | 7 +- social/templates/event/mentioned_comment.html | 7 +- social/templates/event/mentioned_review.html | 7 +- .../event/mentioned_shelfmember.html | 7 +- 21 files changed, 666 insertions(+), 393 deletions(-) rename social/templates/{events => event}/_post.html (100%) diff --git a/common/templates/_footer.html b/common/templates/_footer.html index b089d799..907133af 100644 --- a/common/templates/_footer.html +++ b/common/templates/_footer.html @@ -1,19 +1,16 @@ +{% load i18n %}