mirror of
https://github.com/hipcityreg/situation-monitor.git
synced 2026-04-27 08:36:01 +03:00
[PR #23] Feature/i18n support #24
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/situation-monitor#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hipcityreg/situation-monitor/pull/23
Author: @jianzhichun
Created: 1/23/2026
Status: 🔄 Open
Base:
main← Head:feature/i18n-support📝 Commits (6)
3072cf0Add i18n support with English and Chinese translations1c619e2Update all panel components to use i18n translations5eb424dAdd auto-translate feature for news content611dde4Fix translation API to use MyMemory as primary serviceebed7cdFix page freeze issue with translation queue management69038ddImprove i18n translation handling and UI components📊 Changes
43 files changed (+10810 additions, -7940 deletions)
View changed files
📝
CLAUDE.md(+8 -0)📝
package-lock.json(+8193 -7512)📝
package.json(+1 -0)📝
src/lib/api/fred.ts(+2 -2)📝
src/lib/api/leaders.ts(+4 -5)📝
src/lib/api/markets.ts(+65 -50)📝
src/lib/components/common/HeatmapCell.svelte(+9 -1)📝
src/lib/components/common/NewsItem.svelte(+37 -3)📝
src/lib/components/common/Panel.svelte(+236 -3)📝
src/lib/components/layout/Dashboard.svelte(+181 -3)📝
src/lib/components/layout/Header.svelte(+72 -5)📝
src/lib/components/modals/MonitorFormModal.svelte(+8 -5)📝
src/lib/components/modals/SettingsModal.svelte(+72 -9)📝
src/lib/components/panels/CommoditiesPanel.svelte(+15 -6)📝
src/lib/components/panels/ContractsPanel.svelte(+57 -5)📝
src/lib/components/panels/CorrelationPanel.svelte(+10 -9)📝
src/lib/components/panels/CryptoPanel.svelte(+12 -3)📝
src/lib/components/panels/FedPanel.svelte(+109 -14)📝
src/lib/components/panels/HeatmapPanel.svelte(+3 -2)📝
src/lib/components/panels/IntelPanel.svelte(+83 -9)...and 23 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.