[PR #4088] [CLOSED] Jfdoming/test close #5182

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4088
Author: @jfdoming
Created: 1/4/2025
Status: Closed

Base: masterHead: jfdoming/test-close


📝 Commits (5)

  • 68c9ce4 Don't ignore locale
  • 01b40df Update string extraction workflow
  • da9e964 Prevent pull requests modifying translations
  • 4d797bf Don't commit translations during the merge freeze
  • 7e4ef62 Update translations

📊 Changes

14 files changed (+1697 additions, -40 deletions)

View changed files

📝 .gitattributes (+3 -0)
📝 .github/actions/setup/action.yml (+10 -2)
.github/workflows/auto-close-translation-prs.yaml (+14 -0)
.github/workflows/i18n-string-extract-master.yml (+0 -36)
.github/workflows/i18n-string-sync-master.yml (+93 -0)
📝 packages/desktop-client/.gitignore (+2 -2)
packages/desktop-client/locale/README.md (+2 -0)
packages/desktop-client/locale/de.json (+85 -0)
packages/desktop-client/locale/en.json (+1252 -0)
packages/desktop-client/locale/es.json (+32 -0)
packages/desktop-client/locale/fr.json (+103 -0)
packages/desktop-client/locale/ta.json (+1 -0)
packages/desktop-client/locale/uk.json (+1 -0)
packages/desktop-client/locale/zh-Hant.json (+99 -0)

📄 Description


🔄 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/4088 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 1/4/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jfdoming/test-close` --- ### 📝 Commits (5) - [`68c9ce4`](https://github.com/actualbudget/actual/commit/68c9ce48e481c1708bd707c618f83aa833ec0aa2) Don't ignore locale - [`01b40df`](https://github.com/actualbudget/actual/commit/01b40df0bfbc2919080c1564e83c94671bbe9024) Update string extraction workflow - [`da9e964`](https://github.com/actualbudget/actual/commit/da9e9640d4a3d60ac362335dc91f7f09f3e75b4e) Prevent pull requests modifying translations - [`4d797bf`](https://github.com/actualbudget/actual/commit/4d797bf72100dcd576e6668a8ee92c6adfb6c25b) Don't commit translations during the merge freeze - [`7e4ef62`](https://github.com/actualbudget/actual/commit/7e4ef62fb7ce053053087492356478f3408dc110) Update translations ### 📊 Changes **14 files changed** (+1697 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+3 -0) 📝 `.github/actions/setup/action.yml` (+10 -2) ➕ `.github/workflows/auto-close-translation-prs.yaml` (+14 -0) ➖ `.github/workflows/i18n-string-extract-master.yml` (+0 -36) ➕ `.github/workflows/i18n-string-sync-master.yml` (+93 -0) 📝 `packages/desktop-client/.gitignore` (+2 -2) ➕ `packages/desktop-client/locale/README.md` (+2 -0) ➕ `packages/desktop-client/locale/de.json` (+85 -0) ➕ `packages/desktop-client/locale/en.json` (+1252 -0) ➕ `packages/desktop-client/locale/es.json` (+32 -0) ➕ `packages/desktop-client/locale/fr.json` (+103 -0) ➕ `packages/desktop-client/locale/ta.json` (+1 -0) ➕ `packages/desktop-client/locale/uk.json` (+1 -0) ➕ `packages/desktop-client/locale/zh-Hant.json` (+99 -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 --> --- <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:07:32 -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#5182