tonsky / tongue

Do-it-yourself i18n library for Clojure/Script
Eclipse Public License 1.0
307 stars 19 forks source link

Implement nested map placeholder and arguments #25

Closed Freezystem closed 4 years ago

Freezystem commented 4 years ago

Implement deep map bindings for maps with nested keys.

tonsky commented 4 years ago

Why would you need that? Seems like more syntax and rules with no clear win?

Freezystem commented 4 years ago

Indeed, I may have overthinked it, map flattening can be done before sending it to translation function.