Skip to content

Internationalization Support For Fulcro (ALPHA)

License

Notifications You must be signed in to change notification settings

avisi-apps/fulcro-i18n

 
 

Repository files navigation

Fulcro I18N

fulcro i18n CircleCI

This is a work in progress to port Fulcro 2’s i18n support to a library for Fulcro 3. The code has been ported, but the documentation (in I18N.adoc) has not been updated.

Use at your own risk. PRs accepted, but Fulcrologic is not making this library a priority for the moment (the code has been used by commercial clients, and all tests pass, so it is likely to be fine. We don’t have time to update docs and test it).

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

About

Internationalization Support For Fulcro (ALPHA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 97.4%
  • JavaScript 1.5%
  • Makefile 1.1%