An internationalization library, targeted at Fulcro 3 applications.
See documentation for usage.
Note
|
String extraction instructions changed from version 1.0.x to 1.1.x. The extraction names are all now prefixed with fulcro_ . See
the documentation.
|
Dev mode tests:
-
Clojure: Just use the REPL (recommended), or you can use:
clojure -A:dev:test:clj-tests --watch
-
Clojurescript: Use shadow-cljs target:
$ npm install
$ npx shadow-cljs watch test
Then open http://localhost:9002.