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
Create the concept of a translation provider. So if we find a POST resource action, it will define some default translations that can be used. Translations should be handled in 4 layers.
specific entity layer
entity layer
bounded context layer
application layer
If a translation is not found in the first layer, use the next layer. If there is no translation use the fallback text we use now.
There should be a missing translations cli command
The text was updated successfully, but these errors were encountered:
Create the concept of a translation provider. So if we find a POST resource action, it will define some default translations that can be used. Translations should be handled in 4 layers.
If a translation is not found in the first layer, use the next layer. If there is no translation use the fallback text we use now.
There should be a missing translations cli command
The text was updated successfully, but these errors were encountered: