mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-20 10:21:06 +00:00
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:
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user