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
There should be a table that tracks translations based on source, hash, and target language, to prevent translating the same text repeatedly in different ways. When doing a translation, we can look it up by hash and use the existing value if there is one. This could save time and cost.
There should be an admin grid that lists out all those translated values and lets an admin review and make changes. Review could mean they have to be approved before they take effect, or their approved automatically but the admin can change or deny one and have it update across the site.
Two parts to this.