[PR #4415] [MERGED] 📚 Start the application with the browser default language #12426

Closed
opened 2026-04-10 21:29:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4415
Author: @lelemm
Created: 2/20/2025
Status: Merged
Merged: 2/22/2025
Merged by: @lelemm

Base: masterHead: enhance/default_language


📝 Commits (2)

  • 5f4f399 Start the application with browser default language
  • 72385b2 md

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

📝 packages/desktop-client/src/components/App.tsx (+3 -0)
upcoming-release-notes/4415.md (+6 -0)

📄 Description

When starting the application (for the first time mainly), the strings are not loaded because the loadPrefs is called way later.
With this change, we force the initial labels to use the default browser language


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4415 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/22/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `enhance/default_language` --- ### 📝 Commits (2) - [`5f4f399`](https://github.com/actualbudget/actual/commit/5f4f399d153d46912bafc78f214ac55099cdc7c0) Start the application with browser default language - [`72385b2`](https://github.com/actualbudget/actual/commit/72385b23689523b42ca92d1331e036d3f85ef80b) md ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/App.tsx` (+3 -0) ➕ `upcoming-release-notes/4415.md` (+6 -0) </details> ### 📄 Description When starting the application (for the first time mainly), the strings are not loaded because the loadPrefs is called way later. With this change, we force the initial labels to use the default browser language --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-10 21:29:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#12426