feat: wrap user-facing strings with __() in src2 for i18n#927
Merged
nextchamp-saqib merged 5 commits intodevelopfrom Mar 13, 2026
Merged
feat: wrap user-facing strings with __() in src2 for i18n#927nextchamp-saqib merged 5 commits intodevelopfrom
nextchamp-saqib merged 5 commits intodevelopfrom
Conversation
Co-authored-by: nextchamp-saqib <25369014+nextchamp-saqib@users.noreply.github.com>
Co-authored-by: nextchamp-saqib <25369014+nextchamp-saqib@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Translate user facing strings using __() function
feat: wrap user-facing strings with __() in src2 for i18n
Mar 13, 2026
Member
|
@copilot run pre commit and fix formatting issues in the files changed Eg. |
Co-authored-by: nextchamp-saqib <25369014+nextchamp-saqib@users.noreply.github.com>
Co-authored-by: nextchamp-saqib <25369014+nextchamp-saqib@users.noreply.github.com>
Contributor
Author
Fixed in ccae80b and 7708428. Pre-commit now passes cleanly — trailing whitespace and prettier formatting issues have been resolved across all changed files, and a Vue syntax error in |
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.
Extends translation coverage to all user-facing strings in
frontend/src2, following the pattern established in #926. Every label, title, message, placeholder, and description visible to users is now routed through the__()translation function.Scope
query/,charts/,dashboard/,workbook/,settings/,users/,teams/,data_source/,data_store/, andhelpers/.vuetemplates and.tslogic files (toast messages, confirm dialogs, dropdown options, list column headers, empty states, validation errors)Pattern
Dynamic interpolation uses
{0},{1}etc. as positional placeholders, consistent with thetranslate()implementation intranslation.ts.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.