jquery.i18n
jquery.i18n copied to clipboard
Fix translation loading issue and ensure translations are applied before updating UI
This commit addresses an issue where translations were being loaded asynchronously, causing the UI elements to be populated before the translations were available. The fix ensures that translations are fully loaded before they are applied to the UI, improving the user experience by preventing untranslated text from appearing initially.
@Abijeet Do you have thoughts about this PR?