[PR #191] [MERGED] add option to disable file metadata #1050

Closed
opened 2025-11-09 10:04:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/191
Author: @dumbmoron
Created: 8/24/2023
Status: Merged
Merged: 9/6/2023
Merged by: @wukko

Base: currentHead: disable-metadata


📝 Commits (5)

📊 Changes

8 files changed (+30 additions, -14 deletions)

View changed files

📝 docs/API.md (+1 -0)
📝 src/front/cobalt.js (+10 -1)
📝 src/localization/languages/en.json (+2 -1)
📝 src/localization/languages/ru.json (+2 -1)
📝 src/modules/pageRender/page.js (+7 -4)
📝 src/modules/processing/match.js (+2 -2)
📝 src/modules/processing/matchActionDecider.js (+3 -3)
📝 src/modules/sub/utils.js (+3 -2)

📄 Description

closes #142

plz add russian translation


🔄 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/imputnet/cobalt/pull/191 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `disable-metadata` --- ### 📝 Commits (5) - [`93aa1f4`](https://github.com/imputnet/cobalt/commit/93aa1f4db47a4f77a15baeb5d34ea5d4c946ba76) add option to disable file metadata - [`e50f5ee`](https://github.com/imputnet/cobalt/commit/e50f5eed3456f20f051918597465b9f5b2cb9a01) loc update - [`6698ed3`](https://github.com/imputnet/cobalt/commit/6698ed3b4632a719bf5675c466389b3978da2455) fixes - [`83f496a`](https://github.com/imputnet/cobalt/commit/83f496a625cfe3b1e6ac3a52f6b74a7872133f06) solve merge conflict i think - [`bfde9aa`](https://github.com/imputnet/cobalt/commit/bfde9aab39466987b3a47884319bfbfead116fc9) Merge branch 'current' into disable-metadata ### 📊 Changes **8 files changed** (+30 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `docs/API.md` (+1 -0) 📝 `src/front/cobalt.js` (+10 -1) 📝 `src/localization/languages/en.json` (+2 -1) 📝 `src/localization/languages/ru.json` (+2 -1) 📝 `src/modules/pageRender/page.js` (+7 -4) 📝 `src/modules/processing/match.js` (+2 -2) 📝 `src/modules/processing/matchActionDecider.js` (+3 -3) 📝 `src/modules/sub/utils.js` (+3 -2) </details> ### 📄 Description closes #142 plz add russian translation --- <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 2025-11-09 10:04:47 -06:00
Sign in to join this conversation.