[PR #3242] [MERGED] fix: i18n: Use 'en' as default language #4754

Closed
opened 2026-02-28 21:00:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3242
Author: @julianwachholz
Created: 8/12/2024
Status: Merged
Merged: 8/12/2024
Merged by: @MikesGlitch

Base: masterHead: fix-i18n-fallback


📝 Commits (2)

  • 732161b fix: i18n: Use 'en' as default language
  • 1b15110 Add release note

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/i18n.ts (+2 -1)
upcoming-release-notes/3242.md (+6 -0)

📄 Description

Using 'cimode' as default language code will return the translation keys verbatim without doing interpolation. This is unwanted unless working directly on localization.

Fixes #3240


🔄 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/3242 **Author:** [@julianwachholz](https://github.com/julianwachholz) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix-i18n-fallback` --- ### 📝 Commits (2) - [`732161b`](https://github.com/actualbudget/actual/commit/732161ba43439ad8b1523be7ff18f12aa4bcfb55) fix: i18n: Use 'en' as default language - [`1b15110`](https://github.com/actualbudget/actual/commit/1b151104d2f45d60cfbe8a213cdd48fb1f961b6f) Add release note ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/i18n.ts` (+2 -1) ➕ `upcoming-release-notes/3242.md` (+6 -0) </details> ### 📄 Description Using 'cimode' as default language code will return the translation keys verbatim without doing interpolation. This is unwanted unless working directly on localization. Fixes #3240 --- <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-02-28 21:00:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4754