[PR #3267] [CLOSED] [WIP] Translation: desktop-electron #102458

Closed
opened 2026-05-30 01:19:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3267
Author: @psybers
Created: 8/15/2024
Status: Closed

Base: masterHead: translate-deskto-pelectron


📝 Commits (10+)

📊 Changes

9 files changed (+126 additions, -26 deletions)

View changed files

📝 .eslintignore (+1 -0)
📝 packages/desktop-client/i18next-parser.config.js (+5 -1)
packages/desktop-electron/i18n.ts (+27 -0)
📝 packages/desktop-electron/index.ts (+13 -5)
📝 packages/desktop-electron/menu.ts (+22 -20)
📝 packages/desktop-electron/package.json (+7 -0)
📝 packages/desktop-electron/preload.ts (+5 -0)
upcoming-release-notes/3267.md (+6 -0)
📝 yarn.lock (+40 -0)

📄 Description

Translation support for packages/desktop-electron.


🔄 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/3267 **Author:** [@psybers](https://github.com/psybers) **Created:** 8/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `translate-deskto-pelectron` --- ### 📝 Commits (10+) - [`5ead846`](https://github.com/actualbudget/actual/commit/5ead846e65030c42d0cbb4ce343be7266d91db48) Translation: desktop-electron - [`a803e1e`](https://github.com/actualbudget/actual/commit/a803e1e60ad2a776dd5f3745fd67ca2393a5ee22) add release note - [`bec104d`](https://github.com/actualbudget/actual/commit/bec104d96aaaf1802d72deee2ae9f8ead06afa6a) fix lint - [`dac930d`](https://github.com/actualbudget/actual/commit/dac930dcbe803f84310871e27cb60d08102db081) switch to bare i18n function - [`4861a73`](https://github.com/actualbudget/actual/commit/4861a73fa5f335c39e411a878c6c3b8fbdb0b9bb) fix linter - [`0f6c011`](https://github.com/actualbudget/actual/commit/0f6c011eb1dbe2e55b453e65c50d0c3fc29136bc) i18n -> i18next - [`0394007`](https://github.com/actualbudget/actual/commit/03940076a84e87afe4c82147ea5fc02afe06b41f) fix error - [`4fd11dd`](https://github.com/actualbudget/actual/commit/4fd11dd9dd4e68c5542c907689078f6c8dcb261c) try another approach - [`58e5ae5`](https://github.com/actualbudget/actual/commit/58e5ae5e71f9c6386b0a267919b1a708d06b2c9d) fix path - [`4823db3`](https://github.com/actualbudget/actual/commit/4823db30f49d13b0cec3d38f5ba6b14af7a266f0) cleanup ### 📊 Changes **9 files changed** (+126 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `.eslintignore` (+1 -0) 📝 `packages/desktop-client/i18next-parser.config.js` (+5 -1) ➕ `packages/desktop-electron/i18n.ts` (+27 -0) 📝 `packages/desktop-electron/index.ts` (+13 -5) 📝 `packages/desktop-electron/menu.ts` (+22 -20) 📝 `packages/desktop-electron/package.json` (+7 -0) 📝 `packages/desktop-electron/preload.ts` (+5 -0) ➕ `upcoming-release-notes/3267.md` (+6 -0) 📝 `yarn.lock` (+40 -0) </details> ### 📄 Description Translation support for `packages/desktop-electron`. --- <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-30 01:19:52 -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#102458