[PR #4485] [MERGED] prevent subsequent builds from failing when fetching translations #54717

Closed
opened 2026-05-01 00:54:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4485
Author: @matt-fidd
Created: 3/1/2025
Status: Merged
Merged: 3/1/2025
Merged by: @matt-fidd

Base: masterHead: reset-translations


📝 Commits (2)

📊 Changes

3 files changed (+8 additions, -0 deletions)

View changed files

📝 bin/package-browser (+1 -0)
📝 bin/package-electron (+1 -0)
upcoming-release-notes/4485.md (+6 -0)

📄 Description

This stops subsequent builds failing when pulling the transactions repo in.

$ yarn build:browser
Updating translations...
error: cannot pull with rebase: You have unstaged changes.
error: please commit or stash them.
$ pwd
/Users/matt/actual/packages/desktop-client/locale

$ git status --short --branch .
## main...origin/main
 D ar.json
 D ca.json
 D cs.json
 D da.json
 D el.json
 D fi.json
 D hu.json
 D id.json
 D it.json
 D lt.json
 D nb-NO.json
 D pl.json
 D pt.json
 D ru.json
 D sv.json
 D ta.json
 D tr.json
 D zh-Hans.json
 D zh-Hant.json

🔄 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/4485 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `reset-translations` --- ### 📝 Commits (2) - [`d7cf7c6`](https://github.com/actualbudget/actual/commit/d7cf7c6360ff2403bcd6fc4c80ec20fcc0b4f30d) bring back deleted files for subsequent builds - [`029c836`](https://github.com/actualbudget/actual/commit/029c8360a5f645283efd5b4beb7be55d4cfd3663) note ### 📊 Changes **3 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `bin/package-browser` (+1 -0) 📝 `bin/package-electron` (+1 -0) ➕ `upcoming-release-notes/4485.md` (+6 -0) </details> ### 📄 Description This stops subsequent builds failing when pulling the transactions repo in. ``` $ yarn build:browser Updating translations... error: cannot pull with rebase: You have unstaged changes. error: please commit or stash them. ``` ``` $ pwd /Users/matt/actual/packages/desktop-client/locale $ git status --short --branch . ## main...origin/main D ar.json D ca.json D cs.json D da.json D el.json D fi.json D hu.json D id.json D it.json D lt.json D nb-NO.json D pl.json D pt.json D ru.json D sv.json D ta.json D tr.json D zh-Hans.json D zh-Hant.json ``` --- <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-05-01 00:54:57 -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#54717