Skip to content

fix: export messages object in translations/index.js #1444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AnshManwani
Copy link

This Pull Request addresses issue #1429.

The translations/index.js file did not exist previously. This PR creates the file and defines a messages object containing localized welcome and goodbye messages in English and French. The messages object is exported as the default export, enabling other parts of the project to import and use these messages properly.

✅ Changes Made:
Created translations/index.js

Added and exported the messages object

🧪 Testing:
Verified the file exports without syntax errors

📌 Notes:
This helps fix missing exports and supports localization features in the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant