Enhance localization support for Polish translations: Updated Polish translation files with improved comments for clarity and accuracy, ensuring better context for users. Added export of i18n utilities for easier access in the application.

This commit is contained in:
sebseb7
2025-07-16 06:10:40 +02:00
parent fd77fc8f7f
commit 280916224a
2 changed files with 173 additions and 170 deletions

View File

@@ -123,4 +123,7 @@ i18n
}
});
// Export withI18n and other utilities for easy access
export { withI18n, withTranslation, withLanguage, LanguageContext, LanguageProvider } from './withTranslation.js';
export default i18n;