From 8f2a64cd33c79cb05e5b15faa3b0f2bdec84b093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 28 May 2026 07:45:58 +0300 Subject: [PATCH] feat: implement UI layout and internationalization support for YouTube downloader --- src/index.html | 30 ++++++++++++ src/locales/ar.json | 11 ++++- src/locales/de.json | 11 ++++- src/locales/en.json | 11 ++++- src/locales/ru.json | 11 ++++- src/locales/tr.json | 11 ++++- src/renderer.js | 109 ++++++++++++++++++++++++++++++++++++++++++++ src/style.css | 92 +++++++++++++++++++++++++++++++++++++ 8 files changed, 281 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 74e6699..70c8289 100644 --- a/src/index.html +++ b/src/index.html @@ -157,6 +157,36 @@ + + +