aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-24 00:59:06 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-24 00:59:06 -0700
commit5344e17f9c626b1f0464e8c90c6269b2c0587c74 (patch)
tree857260384c58237fb9aabf753a1a1b0fbffce3ec
parente0181986ec6e9d3216facf4a75e1c59112fcef8b (diff)
taiko: enable EN translations
-rw-r--r--news_feed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/news_feed.py b/news_feed.py
index c6df924..18e9dbd 100644
--- a/news_feed.py
+++ b/news_feed.py
@@ -138,6 +138,7 @@ def get_news(news_url: str, version=None) -> list:
elif news_url == constants.TAIKO_BLOG_SITE:
site_data = download_site_as_html(news_url)
news_posts = sorted(taiko.parse_taiko_blog_site(site_data), key=lambda x: x['timestamp'], reverse=True)
+ news_posts = translate.add_translate_text_to_en(news_posts)
elif news_url == constants.WACCA_PLUS_MAGIC_STRING:
if not wac_plus.check_is_generation_possible():
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage