fix: prioritize URL path over localStorage for language detection

Bot keyboard sends language via URL path (/tr, /ar, etc.).
Previously localStorage was checked first, so once a user had
'en' saved, clicking a different language button in the bot had
no effect. Now URL path always wins over localStorage.
This commit is contained in:
2026-02-25 19:46:10 +03:00
parent fad8291c90
commit 2fbbce192f
3 changed files with 20 additions and 14 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"version": "1.0.222",
"buildTime": "2026-02-25T16:16:47.708Z",
"buildNumber": 1772036207713
"version": "1.0.224",
"buildTime": "2026-02-25T16:46:10.349Z",
"buildNumber": 1772037970349
}