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
At the moment the I18n backend performs a query each time translate is called. To reduce the number of queries, we should execute just one query and have all available translations in memory.