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
{{ message }}
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
We should allow users to easily hook up their own translation mechanisms. In code generation, we allow to check "Make strings translatable".
This wraps all generated strings a translation method, e.g.
Strings.Get("Done").We should also generate the boilerplate class
Strings.csfor the user to implement. Something like:This class will not be overwritten by updates.