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
Is your feature request related to a problem? Please describe.
When using Singleton Java client, sometimes some strings/translations come from a third-party library which has also integrated with Singleton. In this case, the strings are stored in Singleton with 2 copies. It not only wastes storage but also introduces translation consistency issue.
Describe the solution you'd like
Singleton should support such scenario. Only one copy of strings should be collected and stored in Singleton Service.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using Singleton Java client, sometimes some strings/translations come from a third-party library which has also integrated with Singleton. In this case, the strings are stored in Singleton with 2 copies. It not only wastes storage but also introduces translation consistency issue.
Describe the solution you'd like
Singleton should support such scenario. Only one copy of strings should be collected and stored in Singleton Service.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: