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
Singleton Service translation-related APIs. it has a function to fallback the translation to EN content when no translaiton exist for request locale. But it's not flexible when the source locale is not English for product, so we remove this in Singleton Service, and let Singleton Client do which content will be returned when translaiton is not ready.
The text was updated successfully, but these errors were encountered:
Based on our current user usage, we only do this change for v2 API that Singleton Client used: GET /i18n/api/v2/translation/products/{productName}/versions/{version}/locales/{locale}/components/{component}
Singleton Service translation-related APIs. it has a function to fallback the translation to EN content when no translaiton exist for request locale. But it's not flexible when the source locale is not English for product, so we remove this in Singleton Service, and let Singleton Client do which content will be returned when translaiton is not ready.
The text was updated successfully, but these errors were encountered: