[PR #431] [CLOSED] 2 #353

Closed
opened 2026-03-22 21:18:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/431
Author: @Uzer-007-1
Created: 3/18/2026
Status: Closed

Base: mainHead: codex-7ebeqm


📝 Commits (10+)

  • fd27664 feat: extend Russian localization across import/env/workspace flows
  • 2de47e9 Merge pull request #1 from Uzer-007-1/codex
  • e39482f Handle offline wasm-pack failures when pkg exists
  • 48d900e Merge pull request #2 from Uzer-007-1/codex-6a63zu
  • 48ab967 Translate key UI controls and menus to Russian
  • 49542f9 Merge pull request #3 from Uzer-007-1/codex-igsqu2
  • 591f234 Translate additional remaining UI labels and help text to Russian
  • 0be60c4 Merge branch 'main' into codex-aygnv8
  • 9fa04fc Merge pull request #4 from Uzer-007-1/codex-aygnv8
  • 6e39662 Продолжить локализацию UI-сообщений на русский

📊 Changes

154 files changed (+1163 additions, -1524 deletions)

View changed files

📝 crates-tauri/yaak-mac-window/src/lib.rs (+4 -6)
📝 crates/yaak-common/src/command.rs (+0 -1)
📝 crates/yaak-models/guest-js/index.ts (+18 -2)
📝 crates/yaak-templates/build-wasm.cjs (+39 -1)
📝 package-lock.json (+0 -557)
📝 plugins/auth-ntlm/src/index.ts (+1 -1)
📝 plugins/auth-ntlm/src/modules.d.ts (+19 -1)
📝 plugins/auth-ntlm/tests/index.test.ts (+1 -1)
📝 plugins/template-function-1password/package.json (+1 -4)
📝 scripts/run-workspaces-dev.mjs (+3 -3)
📝 src-web/commands/commands.tsx (+22 -18)
📝 src-web/commands/createEnvironment.tsx (+2 -2)
📝 src-web/commands/moveToWorkspace.tsx (+1 -1)
📝 src-web/commands/openSettings.tsx (+1 -1)
📝 src-web/commands/openWorkspaceFromSyncDir.tsx (+4 -1)
📝 src-web/components/CloneGitRepositoryDialog.tsx (+9 -9)
📝 src-web/components/CommandPaletteDialog.tsx (+21 -21)
📝 src-web/components/ConfirmLargeRequestBody.tsx (+3 -3)
📝 src-web/components/ConfirmLargeResponse.tsx (+1 -1)
📝 src-web/components/CookieDialog.tsx (+1 -1)

...and 80 more files

📄 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/mountain-loop/yaak/pull/431 **Author:** [@Uzer-007-1](https://github.com/Uzer-007-1) **Created:** 3/18/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex-7ebeqm` --- ### 📝 Commits (10+) - [`fd27664`](https://github.com/mountain-loop/yaak/commit/fd276643932fcbd65338896eafcad1b51b95ff4f) feat: extend Russian localization across import/env/workspace flows - [`2de47e9`](https://github.com/mountain-loop/yaak/commit/2de47e9f83afd45444b23e80d422eb42ae162114) Merge pull request #1 from Uzer-007-1/codex - [`e39482f`](https://github.com/mountain-loop/yaak/commit/e39482fc0fb9cc481e1bea64fb5a0c2d3bf42183) Handle offline wasm-pack failures when pkg exists - [`48d900e`](https://github.com/mountain-loop/yaak/commit/48d900e97196e0585704d48ffe10fb180f1b5ace) Merge pull request #2 from Uzer-007-1/codex-6a63zu - [`48ab967`](https://github.com/mountain-loop/yaak/commit/48ab967ff9e8c4e441bec8013be0201922d7831a) Translate key UI controls and menus to Russian - [`49542f9`](https://github.com/mountain-loop/yaak/commit/49542f9abfa5626aef24cfc01af049297b074e2f) Merge pull request #3 from Uzer-007-1/codex-igsqu2 - [`591f234`](https://github.com/mountain-loop/yaak/commit/591f234c1d994d502c7a7fbbb426b8dbb4a56a3c) Translate additional remaining UI labels and help text to Russian - [`0be60c4`](https://github.com/mountain-loop/yaak/commit/0be60c400d20b0b0b88107225ee1582264fb477b) Merge branch 'main' into codex-aygnv8 - [`9fa04fc`](https://github.com/mountain-loop/yaak/commit/9fa04fcaf46d44f9f686e0bce7d50f17eab8fc82) Merge pull request #4 from Uzer-007-1/codex-aygnv8 - [`6e39662`](https://github.com/mountain-loop/yaak/commit/6e3966200e463082ec5975aeca0fc9204a6862a1) Продолжить локализацию UI-сообщений на русский ### 📊 Changes **154 files changed** (+1163 additions, -1524 deletions) <details> <summary>View changed files</summary> 📝 `crates-tauri/yaak-mac-window/src/lib.rs` (+4 -6) 📝 `crates/yaak-common/src/command.rs` (+0 -1) 📝 `crates/yaak-models/guest-js/index.ts` (+18 -2) 📝 `crates/yaak-templates/build-wasm.cjs` (+39 -1) 📝 `package-lock.json` (+0 -557) 📝 `plugins/auth-ntlm/src/index.ts` (+1 -1) 📝 `plugins/auth-ntlm/src/modules.d.ts` (+19 -1) 📝 `plugins/auth-ntlm/tests/index.test.ts` (+1 -1) 📝 `plugins/template-function-1password/package.json` (+1 -4) 📝 `scripts/run-workspaces-dev.mjs` (+3 -3) 📝 `src-web/commands/commands.tsx` (+22 -18) 📝 `src-web/commands/createEnvironment.tsx` (+2 -2) 📝 `src-web/commands/moveToWorkspace.tsx` (+1 -1) 📝 `src-web/commands/openSettings.tsx` (+1 -1) 📝 `src-web/commands/openWorkspaceFromSyncDir.tsx` (+4 -1) 📝 `src-web/components/CloneGitRepositoryDialog.tsx` (+9 -9) 📝 `src-web/components/CommandPaletteDialog.tsx` (+21 -21) 📝 `src-web/components/ConfirmLargeRequestBody.tsx` (+3 -3) 📝 `src-web/components/ConfirmLargeResponse.tsx` (+1 -1) 📝 `src-web/components/CookieDialog.tsx` (+1 -1) _...and 80 more files_ </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-03-22 21:18:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/yaak#353