Skip to content

Add localization

3starblaze requested to merge localization into master

This merge request introduces localization. The main business revolves around localization.cljs. Translation strings get defined in localization-dictionary and consumed via ::localization/tr subscription.

Since ::localization/tr is a really common subscription, it could benefit from a helper function (to reduce redundancy) but for now it'll do.

Merge request reports