From 0bc3a15b82f1517eee890160fde1231ddf031af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 28 May 2026 07:49:01 +0300 Subject: [PATCH] feat: implement multi-language support and localization system with dynamic UI updates --- src/index.html | 35 +++++++++++++++++++++++--------- src/locales/ar.json | 3 ++- src/locales/de.json | 3 ++- src/locales/en.json | 3 ++- src/locales/ru.json | 3 ++- src/locales/tr.json | 3 ++- src/renderer.js | 49 ++++++++++++++++++++++++++++++++++++--------- 7 files changed, 76 insertions(+), 23 deletions(-) diff --git a/src/index.html b/src/index.html index 510d0ae..944ed5a 100644 --- a/src/index.html +++ b/src/index.html @@ -218,16 +218,33 @@