Skip to content

[gui] App localizations#4797

Open
sharder996 wants to merge 25 commits intomainfrom
kaizen/gui-localizations
Open

[gui] App localizations#4797
sharder996 wants to merge 25 commits intomainfrom
kaizen/gui-localizations

Conversation

@sharder996
Copy link
Copy Markdown
Collaborator

@sharder996 sharder996 commented Apr 7, 2026

This PR extracts the various user facing strings out of the Dart source code and places them in a dedicated resource file which provides several benefits:

  • Easy access, and additional descriptive information for translators
  • Eliminate code rebuilds on string edits

Localization is handled by the l10n package and is the canonical Flutter method of internationalizing Flutter apps. Additional localizations are placed under **/lib/l10n/* where localization files are generated during the build process.

For more info, see:

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.45%. Comparing base (ed9632c) to head (40c77fa).
⚠️ Report is 207 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4797   +/-   ##
=======================================
  Coverage   87.45%   87.45%           
=======================================
  Files         258      258           
  Lines       14094    14094           
=======================================
  Hits        12324    12324           
  Misses       1770     1770           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sharder996 sharder996 force-pushed the kaizen/gui-localizations branch from 1cb526f to fe9b0bd Compare April 8, 2026 02:25
@sharder996 sharder996 force-pushed the kaizen/gui-localizations branch 3 times, most recently from bc37f97 to c2db765 Compare April 16, 2026 16:17
@sharder996
Copy link
Copy Markdown
Collaborator Author

Requesting a review from @geoffreynyaga as this is kinda related to documentation. Curious if there is a company wide standard for how to handle localization.

@sharder996 sharder996 marked this pull request as ready for review April 19, 2026 22:00
@sharder996 sharder996 force-pushed the kaizen/gui-localizations branch from c2db765 to 40c77fa Compare April 21, 2026 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant