You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is an option to pass in a copy object for translation on the "ui/password.tsx" password page.
But besides the Password page, the files "ui/code.tsx" and "ui/select.tsx" need to make use of the copy as well.
Should we look into making a general copy solution that can be used by all pages? Or would copying the same mechanism to the other files be preferred?
The text was updated successfully, but these errors were encountered:
Right now there is an option to pass in a copy object for translation on the "ui/password.tsx" password page.
But besides the Password page, the files "ui/code.tsx" and "ui/select.tsx" need to make use of the copy as well.
Should we look into making a general copy solution that can be used by all pages? Or would copying the same mechanism to the other files be preferred?
The text was updated successfully, but these errors were encountered: