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
The front-end is deployed to a general purpose web server (e.g. NGINX or Apache). To configure the front-end
70
71
for this scenario, simply change the value of API_BASE_URL in static/config.json.
71
72
@@ -77,7 +78,7 @@ for this scenario, simply change the value of API_BASE_URL in static/config.json
77
78
78
79
## Internationalization (i18n)
79
80
80
-
This project supports internationalization. Currently on English language is supported. Pull requests to support additional languages are encouraged.
81
+
This project supports internationalization. Currently, only English language is supported. Pull requests to support additional languages are encouraged.
81
82
82
83
Note to developers: Textual labels are defined in `src/i18n/messages.json`. Ensure that all labels are defined here and that components use i18n, not textual labels directly.
0 commit comments