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

[WIP] Use i18n Keys (2) #4464

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

Conversation

danicruz0415
Copy link

End-user friendly description of the problem this fixes or functionality that this introduces
Work in progress. Updates interface components to use i18next keys so that the user can view them in different languages. See also this PR

Link of any specific issues this addresses

#4280

@danicruz0415 danicruz0415 mentioned this pull request Oct 18, 2024
Copy link
Member

@amanape amanape left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're on the right path! It would be helpful if you could also update your description to include the files and directories you plan on covering, e.g.,

  • modals
  • forms

And so on...

This will help sync with @Vaishakh-SM and reduce chances of conflicts

return (
<ModalBody>
<span className="text-xl leading-6 -tracking-[0.01em] font-semibold">
{message || "Loading..."}
{message || "Loading..." || t(I18nKey.LOADING_PROJECT$LOADING)}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{message || "Loading..." || t(I18nKey.LOADING_PROJECT$LOADING)}
{message || t(I18nKey.LOADING_PROJECT$LOADING)}

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.

2 participants