mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[PR #143] [MERGED] Feat/translation #153
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/translation📝 Commits (8)
497797bfeat: add complete i18n support for popup and settings pages00b498brefac: cleaned popup and settings page from hardcoded texta599191feat: add i18n support for support toastb702a82docs: add translation contribution guide to CONTRIBUTING.md059913bfix: put back initial delay for toasta0f0da8fix: internationalize welcome page title8448253feat: added French locale2b89359feat: 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.