This repository was archived by the owner on Oct 26, 2022. It is now read-only.
Translation Epic - Handle Server Translated Messages #326
Labels
feature
New feature or change that directly affects users
Milestone
Desired Use Case
The client should not try to translate server-translated messages.
Actual/Current Behavior
Currently, the client tries to translate all messages passed through to the
NotificationService
. When given a translated string from the server, the service falls back to serving the message as is, but the translation library, transloco, logs a missing translation key error.Steps to Implement This Feature
isServerTranslated
flag with default value of false to theNotificationService
methods.isServerTranslated
is true.handleError()
semaphore.Testing Steps
If you are not a member of this project, skip this step
How do the users test this change?
The text was updated successfully, but these errors were encountered: