Files
talk/src/core/client/framework
Wyatt JohnsonandGitHub 04c56b3fb5 [CORL-406] Tenant Locale Selection (#2450)
* feat: added preload config

* feat: support changing locale

* fix: name case

* fix: removed unused code

* feat: added translations for default reactions

* fix: do not translate icon

* fix: shorter i18n keys
2019-09-05 17:02:06 +00:00
..
2019-06-25 21:48:58 +02:00
2019-05-22 21:32:24 +02:00
2018-06-27 22:06:30 +00:00
2019-05-22 21:32:24 +02:00

Framework

All our client targets (e.g. stream, admin, ...) are based functionality provided by this framework.

What should be inside framework

  • Code that are specific to a certain target (e.g. stream, admin, ...) must not live here.
  • Code that are shared by different targets should be put in framework