[PR #143] [MERGED] Feat/translation #153

Closed
opened 2026-03-04 00:04:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/YouG-o/YouTube-No-Translation/pull/143
Author: @YouG-o
Created: 11/25/2025
Status: Merged
Merged: 11/25/2025
Merged by: @YouG-o

Base: mainHead: feat/translation


📝 Commits (8)

  • 497797b feat: add complete i18n support for popup and settings pages
  • 00b498b refac: cleaned popup and settings page from hardcoded text
  • a599191 feat: add i18n support for support toast
  • b702a82 docs: add translation contribution guide to CONTRIBUTING.md
  • 059913b fix: put back initial delay for toast
  • a0f0da8 fix: internationalize welcome page title
  • 8448253 feat: added French locale
  • 2b89359 feat: added Ukrainian locale

📊 Changes

13 files changed (+1587 additions, -405 deletions)

View changed files

📝 CONTRIBUTING.md (+79 -1)
📝 README.md (+1 -1)
_locales/en/messages.json (+359 -0)
_locales/fr/messages.json (+359 -0)
_locales/uk/messages.json (+359 -0)
📝 package.json (+5 -5)
📝 scripts/sync-package-fields-to-manifest.js (+3 -2)
📝 src/content/SupportToast/toast.html (+9 -16)
📝 src/content/SupportToast/toast.ts (+14 -10)
📝 src/popup/popup.html (+66 -80)
📝 src/popup/popup.ts (+13 -7)
📝 src/popup/settings.html (+265 -283)
src/utils/i18n.ts (+55 -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/YouG-o/YouTube-No-Translation/pull/143 **Author:** [@YouG-o](https://github.com/YouG-o) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 11/25/2025 **Merged by:** [@YouG-o](https://github.com/YouG-o) **Base:** `main` ← **Head:** `feat/translation` --- ### 📝 Commits (8) - [`497797b`](https://github.com/YouG-o/YouTube-No-Translation/commit/497797bf3bacbbcc7185f0247751b8537c99b34f) feat: add complete i18n support for popup and settings pages - [`00b498b`](https://github.com/YouG-o/YouTube-No-Translation/commit/00b498bf80c5fff28b827c81ea7e8bd75d858594) refac: cleaned popup and settings page from hardcoded text - [`a599191`](https://github.com/YouG-o/YouTube-No-Translation/commit/a599191d1a3450d03943db102e6122ee4f20c028) feat: add i18n support for support toast - [`b702a82`](https://github.com/YouG-o/YouTube-No-Translation/commit/b702a82fbd7f119120d249c1d8e1e563803f4019) docs: add translation contribution guide to CONTRIBUTING.md - [`059913b`](https://github.com/YouG-o/YouTube-No-Translation/commit/059913b1812e8ad6e3dd0f7ba4fb6bc1d949b9d4) fix: put back initial delay for toast - [`a0f0da8`](https://github.com/YouG-o/YouTube-No-Translation/commit/a0f0da81c977005a568e71df1ea34dd29ce87b96) fix: internationalize welcome page title - [`8448253`](https://github.com/YouG-o/YouTube-No-Translation/commit/84482537fed67367197519dfb411beb9c463562e) feat: added French locale - [`2b89359`](https://github.com/YouG-o/YouTube-No-Translation/commit/2b89359b0206cd0cf62c98c92fa61c515248d7af) feat: added Ukrainian locale ### 📊 Changes **13 files changed** (+1587 additions, -405 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+79 -1) 📝 `README.md` (+1 -1) ➕ `_locales/en/messages.json` (+359 -0) ➕ `_locales/fr/messages.json` (+359 -0) ➕ `_locales/uk/messages.json` (+359 -0) 📝 `package.json` (+5 -5) 📝 `scripts/sync-package-fields-to-manifest.js` (+3 -2) 📝 `src/content/SupportToast/toast.html` (+9 -16) 📝 `src/content/SupportToast/toast.ts` (+14 -10) 📝 `src/popup/popup.html` (+66 -80) 📝 `src/popup/popup.ts` (+13 -7) 📝 `src/popup/settings.html` (+265 -283) ➕ `src/utils/i18n.ts` (+55 -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>
kerem 2026-03-04 00:04:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/YouTube-No-Translation#153
No description provided.