Skip to content

fulcrologic/fulcro-i18n

Repository files navigation

Fulcro I18N

fulcro i18n CircleCI

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.

Contributing:

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