Add full English language support (i18n) across frontend and backend#347
Closed
AbdulrahmanMasoud wants to merge 1 commit into666ghj:mainfrom
Closed
Add full English language support (i18n) across frontend and backend#347AbdulrahmanMasoud wants to merge 1 commit into666ghj:mainfrom
AbdulrahmanMasoud wants to merge 1 commit into666ghj:mainfrom
Conversation
mohamedsorour1998
added a commit
to mohamedsorour1998/MiroFish
that referenced
this pull request
Mar 27, 2026
# Conflicts: # backend/app/api/graph.py # backend/app/api/report.py # backend/app/api/simulation.py # backend/app/services/oasis_profile_generator.py # backend/app/services/report_agent.py # backend/app/services/simulation_config_generator.py # backend/app/services/zep_tools.py # frontend/package-lock.json # frontend/package.json # frontend/src/api/index.js # frontend/src/components/GraphPanel.vue # frontend/src/components/HistoryDatabase.vue # frontend/src/components/Step1GraphBuild.vue # frontend/src/components/Step2EnvSetup.vue # frontend/src/components/Step3Simulation.vue # frontend/src/components/Step4Report.vue # frontend/src/components/Step5Interaction.vue # frontend/src/i18n/index.js # frontend/src/views/Home.vue # frontend/src/views/InteractionView.vue # frontend/src/views/MainView.vue # frontend/src/views/ReportView.vue # frontend/src/views/SimulationRunView.vue # frontend/src/views/SimulationView.vue
Owner
|
The project already has i18n support in place — please refer to [PR #428] for reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Frontend (13 Vue files + 4 new files):
Backend API (5 files):
Backend LLM Prompts (5 service files):
Test plan