From 836c55f52624815b94539ec791f8b374a00ab5f1 Mon Sep 17 00:00:00 2001 From: cialloo Date: Sun, 5 Oct 2025 09:18:04 +0800 Subject: [PATCH] Add localization for active players and most popular labels in English and Chinese --- src/App.tsx | 4 ++-- src/locales/en.json | 4 +++- src/locales/zh.json | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5a0cc44..e4133af 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -255,7 +255,7 @@ function App() { padding: '0.5rem 0', borderBottom: '1px solid var(--border-color)' }}> - Active Players + {t('activity.activePlayers')} - Most Popular + {t('activity.mostPopular')}