Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
Analytics
-
1
-
Analytics 2017-02-08
-
No Action
-
resource limitations
Description
The Razor server already uses fast_gettext to wrap error messages produced so they can be translated to a proper language for the client. Some error messages the user sees in the client are generated directly by the client. For that reason, the same fast_gettext implementation should be used in the client.
In Scope
- Wrap human-readable error messages generated on the client in calls to fast_gettext
Out of Scope
- Read the locale in the user's environment to determine how to translate the error messages. (
RAZOR-767)