On Tuesday, July 19, 2016 at 10:19:24 AM UTC-7, Nikita Prokopov wrote: > Tongue is a do-it-yourself i18n library for Clojure and ClojureScript. > > Tongue is very simple yet capable: > > - Dictionaries are just Clojure maps. > - Translations are either strings, template strings or arbitrary functions. > - No additional build steps, no runtime resource loading. > - It comes with no built-in knowledge of world locales. It has all the > tooling for you to define locales yourself though. > - Pure Clojure implementation, no dependencies. > - Can be used from both Clojure and ClojureScript. > > In contrast with other i18n solutions relying on complex and limiting > string-based syntax for defining pluralization, wording, special cases etc, > Tongue lets you use arbitrary functions. It gives you convenience, code reuse > and endless possibilities. > > As a result you have a library that handles exaclty your case well with as > much detail and precision as you need.
Very clever and elegant. > > https://github.com/tonsky/tongue -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
