[PR #5210] [CLOSED] [WIP] Switch source string language from EN to 'untranslated' #31748

Closed
opened 2026-04-18 07:55:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5210
Author: @jfdoming
Created: 6/21/2025
Status: Closed

Base: masterHead: jfdoming/switch-source-string-language


📝 Commits (3)

  • 7d3ffda Switch source string language from EN to 'untranslated'
  • aadd5f0 Add release notes
  • 1a2b6d4 [autofix.ci] apply automated fixes

📊 Changes

3 files changed (+20 additions, -11 deletions)

View changed files

📝 packages/desktop-client/bin/remove-untranslated-languages (+12 -9)
📝 packages/desktop-client/i18next-parser.config.js (+2 -2)
upcoming-release-notes/5210.md (+6 -0)

📄 Description

I noticed that we're currently not correctly pluralizing many strings in English throughout the app, which is ultimately due to not having translations for them. Weblate appears to prevent modifications to source string translations, so instead I'm hoping to switch the source string language to one called "untranslated"—this should allow us to check in pluralized strings for regular English (not just dialects).


🔄 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/5210 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 6/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `jfdoming/switch-source-string-language` --- ### 📝 Commits (3) - [`7d3ffda`](https://github.com/actualbudget/actual/commit/7d3ffdac6ea776d19580e87db109389c8661b45b) Switch source string language from EN to 'untranslated' - [`aadd5f0`](https://github.com/actualbudget/actual/commit/aadd5f0e37b44bced264e0a519161b45fc8dac0c) Add release notes - [`1a2b6d4`](https://github.com/actualbudget/actual/commit/1a2b6d4aed38dc618ed2abca7e7262198ca6c5a7) [autofix.ci] apply automated fixes ### 📊 Changes **3 files changed** (+20 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/bin/remove-untranslated-languages` (+12 -9) 📝 `packages/desktop-client/i18next-parser.config.js` (+2 -2) ➕ `upcoming-release-notes/5210.md` (+6 -0) </details> ### 📄 Description I noticed that we're currently not correctly pluralizing many strings in English throughout the app, which is ultimately due to not having translations for them. Weblate appears to prevent modifications to source string translations, so instead I'm hoping to switch the source string language to one called "untranslated"—this should allow us to check in pluralized strings for regular English (not just dialects). --- <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-04-18 07:55:45 -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#31748