Jaswanth-arjun opened a new pull request, #3338:
URL: https://github.com/apache/apisix-dashboard/pull/3338

   ### Problem
   Switching languages caused a runtime error:
   "Cannot read properties of undefined (reading 'percent')".
   
   This occurred because some languages were not included in i18nProgress
   configuration and the code accessed progress data without null checks.
   
   ### Solution
   - Added missing language ('tr') to i18nProgress configuration
   - Added optional chaining to safely access progress data
   
   ### Result
   Language switching works correctly without runtime errors for all supported 
languages.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to