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

Implement Internationalization (i18n) Support #12

Open
YisusChrist opened this issue Oct 8, 2023 · 0 comments
Open

Implement Internationalization (i18n) Support #12

YisusChrist opened this issue Oct 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@YisusChrist
Copy link
Owner

If the feature solves a problem you have, specify it here.

The project is currently available in a single language, limiting its accessibility to users who speak different languages.

Describe the proposed feature.

I propose implementing internationalization (i18n) support to make the project available in multiple languages. Key aspects include:

  • Identifying and extracting translatable strings.
  • Providing translations for common languages.
  • Allowing users to switch between languages within the project.

Describe alternatives you've considered

One possible solution is to group all the strings used inside different files, e.g. JSON, and read the values from the desired file depending on the user's language selection. That would be an approach very similar to what Android apps do to support multiple languages.

Another important tool to use for easier integration is Crowdin. It streamlines the localization process, allowing us to support multiple languages without the need for extensive manual translation management. It encourages collaboration among translators and ensures that our project is accessible to users worldwide.

Additional context

Internationalization support enhances the inclusivity of the project, making it accessible and user-friendly for a global audience.

No related issues are currently open.

Related Issues

N/A

@YisusChrist YisusChrist added the enhancement New feature or request label Oct 8, 2023
@YisusChrist YisusChrist self-assigned this Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant