Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fulcrologic/fulcro-i18n
Internationalization Support For Fulcro
https://github.com/fulcrologic/fulcro-i18n
clojure clojurescript fulcro internationalization
Last synced: 5 days ago
JSON representation
Internationalization Support For Fulcro
- Host: GitHub
- URL: https://github.com/fulcrologic/fulcro-i18n
- Owner: fulcrologic
- License: mit
- Created: 2019-09-20T02:35:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T01:03:44.000Z (9 months ago)
- Last Synced: 2024-05-01T13:56:42.931Z (7 months ago)
- Topics: clojure, clojurescript, fulcro, internationalization
- Language: Clojure
- Homepage:
- Size: 116 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Fulcro I18N
image:https://img.shields.io/clojars/v/com.fulcrologic/fulcro-i18n.svg[link=https://clojars.org/com.fulcrologic/fulcro-i18n]
image:https://circleci.com/gh/fulcrologic/fulcro-i18n/tree/main.svg?style=svg["CircleCI", link="https://circleci.com/gh/fulcrologic/fulcro-i18n/tree/main"]An internationalization library, targeted at Fulcro 3 applications.
See https://github.com/fulcrologic/fulcro-i18n/blob/main/I18N.adoc[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:
[source]
-----
clojure -A:dev:test:clj-tests --watch
------ Clojurescript: Use shadow-cljs target:
[source]
-----
$ npm install
$ npx shadow-cljs watch test
-----Then open http://localhost:9002.