[PR #3830] [MERGED] 🐛 Fix translations failing #5081

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3830
Author: @MikesGlitch
Created: 11/13/2024
Status: Merged
Merged: 11/14/2024
Merged by: @MikesGlitch

Base: masterHead: fix/translations-faililng


📝 Commits (7)

📊 Changes

6 files changed (+22 additions, -32 deletions)

View changed files

📝 packages/loot-core/src/server/budget/cleanup-template.ts (+8 -12)
📝 packages/loot-core/src/server/budget/goaltemplates.ts (+3 -7)
📝 packages/loot-core/src/server/main.ts (+2 -7)
📝 packages/loot-core/src/server/mutators.ts (+1 -3)
📝 packages/loot-core/src/server/sheet.ts (+2 -3)
upcoming-release-notes/3830.md (+6 -0)

📄 Description

Translations aren't working in the lootcore server files. It'll be because they run in a worker process and aren't setup with the json.

Related to: #3829 #3827


🔄 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/3830 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix/translations-faililng` --- ### 📝 Commits (7) - [`7d878c8`](https://github.com/actualbudget/actual/commit/7d878c87eb0c12b6034da760f93fe356553206ba) fix translations failing - [`4202ba1`](https://github.com/actualbudget/actual/commit/4202ba1be8a0ed862c980c2b72e7f45c2fd5ce55) release notes - [`bd84d13`](https://github.com/actualbudget/actual/commit/bd84d1324106f7b192671c599bb183e8f9d50023) blasphemy - [`7dbe786`](https://github.com/actualbudget/actual/commit/7dbe7861d5217398e1638a38052580e7ea030fd3) more blasphemy - [`d89d836`](https://github.com/actualbudget/actual/commit/d89d83698f7d3c4f20793228c3054b2484f9cbf1) putting warning back - [`352dbbe`](https://github.com/actualbudget/actual/commit/352dbbeb4ab76413f28b0c0280ac9248e27c7e5d) last heretic act - [`a3b7ed8`](https://github.com/actualbudget/actual/commit/a3b7ed88dbed74819cf1e5e7bc56cfbd9a9b9c02) making the world a better place ### 📊 Changes **6 files changed** (+22 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/budget/cleanup-template.ts` (+8 -12) 📝 `packages/loot-core/src/server/budget/goaltemplates.ts` (+3 -7) 📝 `packages/loot-core/src/server/main.ts` (+2 -7) 📝 `packages/loot-core/src/server/mutators.ts` (+1 -3) 📝 `packages/loot-core/src/server/sheet.ts` (+2 -3) ➕ `upcoming-release-notes/3830.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Translations aren't working in the lootcore server files. It'll be because they run in a worker process and aren't setup with the json. Related to: #3829 #3827 --- <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:05:40 -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#5081