[PR #249] [CLOSED] Feature: Translate loot-design #3081

Closed
opened 2026-02-28 20:36:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/249
Author: @manuelcanepa
Created: 9/8/2022
Status: Closed

Base: i18nHead: i18n


📝 Commits (6)

  • 5a00bf6 ci: fix CI to an exact node version (#240)
  • c9a5433 Remove dollar sign from close account modal (#244)
  • eaadd5d Feature: Translate loot-design
  • f49632c Bugfix: Remove unused const
  • bd57c31 Merge branch 'master' into i18n
  • ab33a68 Merge branch 'actualbudget:i18n' into i18n

📊 Changes

11 files changed (+159 additions, -32 deletions)

View changed files

📝 .github/actions/setup/action.yml (+1 -1)
📝 packages/desktop-client/src/locales/index.js (+4 -0)
📝 packages/loot-design/.gitignore (+3 -0)
packages/loot-design/i18next-parser.config.js (+16 -0)
📝 packages/loot-design/package.json (+4 -1)
📝 packages/loot-design/src/components/modals/CloseAccount.js (+1 -1)
📝 packages/loot-design/src/components/payees.js (+32 -13)
📝 packages/loot-design/src/components/sidebar.js (+31 -16)
packages/loot-design/src/locales/en-GB.json (+32 -0)
packages/loot-design/src/locales/es-ES.json (+33 -0)
📝 yarn.lock (+2 -0)

📄 Description

No description provided


🔄 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/249 **Author:** [@manuelcanepa](https://github.com/manuelcanepa) **Created:** 9/8/2022 **Status:** ❌ Closed **Base:** `i18n` ← **Head:** `i18n` --- ### 📝 Commits (6) - [`5a00bf6`](https://github.com/actualbudget/actual/commit/5a00bf6b435116b5dbd57d64fed174c35f226a02) ci: fix CI to an exact node version (#240) - [`c9a5433`](https://github.com/actualbudget/actual/commit/c9a543310deddce2b4ad6f37f244cb33af79d2ff) Remove dollar sign from close account modal (#244) - [`eaadd5d`](https://github.com/actualbudget/actual/commit/eaadd5dd30f28df140cc83ef94f32a59993b49aa) Feature: Translate loot-design - [`f49632c`](https://github.com/actualbudget/actual/commit/f49632c4c3b02a20a5d9bc9d750639829e02a35e) Bugfix: Remove unused const - [`bd57c31`](https://github.com/actualbudget/actual/commit/bd57c3126eeb8afe27338f6794dabd32b2a1e3fb) Merge branch 'master' into i18n - [`ab33a68`](https://github.com/actualbudget/actual/commit/ab33a68b761ec5d8d330313ec3713f4d47dcfb90) Merge branch 'actualbudget:i18n' into i18n ### 📊 Changes **11 files changed** (+159 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/setup/action.yml` (+1 -1) 📝 `packages/desktop-client/src/locales/index.js` (+4 -0) 📝 `packages/loot-design/.gitignore` (+3 -0) ➕ `packages/loot-design/i18next-parser.config.js` (+16 -0) 📝 `packages/loot-design/package.json` (+4 -1) 📝 `packages/loot-design/src/components/modals/CloseAccount.js` (+1 -1) 📝 `packages/loot-design/src/components/payees.js` (+32 -13) 📝 `packages/loot-design/src/components/sidebar.js` (+31 -16) ➕ `packages/loot-design/src/locales/en-GB.json` (+32 -0) ➕ `packages/loot-design/src/locales/es-ES.json` (+33 -0) 📝 `yarn.lock` (+2 -0) </details> ### 📄 Description _No description provided_ --- <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 20:36:01 -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#3081