Skip to content
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

i18n: Need more language support #1407 #2922

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rachna1508
Copy link

@rachna1508 rachna1508 commented Feb 2, 2024

Issue

Resolves #1407

Summary

This merge request addresses the internationalization (i18n) enhancement request to add French language support to APISIX Dashboard.

Changes Made

  1. Global Locales: Added French translations to the global locales file located at src/locales.
  2. Page-Specific Locales: Modified the French translations for each page in their respective locale files under src/pages/$PAGE/locales.
  3. Component-Specific Locales: Updated the Component's locale file with French translations under src/components/$COMPONENT/locales.

Implementation Details

Utilized key-based translation for consistency across all locales.

Additional Notes:

Please review and provide feedback on the implementation of French language support.
Ensure that the changes align with the project's coding standards and best practices.

Reference:

Utilized guidelines from User Guide for making these changes.

Conclusion

This merge request contributes to enhancing the APISIX Dashboard's internationalization capabilities, specifically by introducing French language support. The changes are comprehensive.

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.

i18n: Need more language support
1 participant