mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
* 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
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