tower icon indicating copy to clipboard operation
tower copied to clipboard

i18n & L10n library for Clojure/Script

Results 11 tower issues
Sort by recently updated
recently updated
newest added

I realize that Tower is end-of-life, but I am hoping you can help me figure out the best way to solve this problem. If the answer is “upgrade to Tempura”...

`markdown-clj` allows customizing with `:custom-transformers` parameter. Unfortunately, markdown invocation is hardcoded in `taoensso.tower` namespace and doesn't allow to pass custom parameters to `md-core/mdToHtml`. It would be nice to have some...

We are used to the rapid feedback cycle that figwheel gives us in development. So we tried to make translation fit in nicely, but can't seem to get it to...

What this error means? I just copy the example config code and test it in re-natal project. But I got this error: ``` Assert failed: Invalid tconfig key: :dictionary (not...

I know the library is EOL, but could you add a warning to the README about `dev-mode?` so that people will turn it off in production? I just discovered that...

pull requests welcome

Hello, Excuse me, but it's not clear to me how can i quickly make dynamic paths, could you please show some example? For example i have resource lie `{:a {:b...

The ClojureScript code currently only provides translation facilities. Input, suggestions, and PRs (especially) welcome on this. Cheers! :-)

pull requests welcome

I'm writing this on my mobile phone so sorry if I'm describing this too shortly. On JVM languages the language tags are considered to be in format language-region-variant. This is...

I'm sure the title is explanation enough for seasoned macro-writers like yourselves, but for completeness: ``` clojure (def dict {:en {:greetings {:hello "world"}}}) (def compiled-dict (tower-macros/dict-compile dict)) ``` fails because...

Haven't done any research yet on this myself, but it'd be nice (and hopefully pretty straight-forward) to provide some basic tools for translating Tower dictionaries to & from an industry-standard...

pull requests welcome