[PR #4149] [MERGED] Fix string upload if new changes are present #5215

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4149
Author: @jfdoming
Created: 1/14/2025
Status: Merged
Merged: 1/14/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-string-upload-conflicts


📝 Commits (2)

  • 72e29eb Fix string upload if new changes are present
  • 982b787 Add release notes

📊 Changes

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

View changed files

📝 .github/workflows/i18n-string-extract-master.yml (+8 -1)
upcoming-release-notes/4149.md (+6 -0)

📄 Description

The previous iteration of this GitHub action had a small error in that wlc pull is for pulling translations from Git to Weblate, rather than from Weblate to Git. This PR updates the action to use the correct verb, and also adds logic to pull new strings back into Weblate right away.

Should fix this failed run


🔄 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/4149 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-string-upload-conflicts` --- ### 📝 Commits (2) - [`72e29eb`](https://github.com/actualbudget/actual/commit/72e29ebbd08d73f241b93b2e603ceb29eaaa1927) Fix string upload if new changes are present - [`982b787`](https://github.com/actualbudget/actual/commit/982b787e49508c02ebaf0f0fe900f2514bbacff0) Add release notes ### 📊 Changes **2 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/i18n-string-extract-master.yml` (+8 -1) ➕ `upcoming-release-notes/4149.md` (+6 -0) </details> ### 📄 Description The previous iteration of this GitHub action had a small error in that `wlc pull` is for pulling translations _from_ Git _to_ Weblate, rather than from Weblate to Git. This PR updates the action to use the correct verb, and also adds logic to pull new strings back into Weblate right away. Should fix [this](https://github.com/actualbudget/actual/actions/runs/12760920680/job/35567137047) failed run --- <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:08:17 -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#5215